Color spaces of #63aafb
RGB | 99 | 170 | 251 |
---|---|---|---|
HSL | 0.59 | 0.95 | 0.69 |
HSV | 212° | 61° | 98° |
CMYK | 0.61 | 0.32 | 0.00 0.02 |
XYZ | 36.9329 | 38.3671 | 96.7258 |
Yxy | 38.3671 | 0.2147 | 0.2230 |
Hunter Lab | 61.9412 | -1.9651 | -49.2270 |
CIE-Lab | 68.2903 | 1.5415 | -46.9327 |
#63aafb color RGB value is (99,170,251).
#63aafb hex color red value is 99, green value is 170 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #63aafb hue: 0.59 , saturation: 0.95 and the lightness value of 63aafb is 0.69.
The process color (four color CMYK) of #63aafb color hex is 0.61, 0.32, 0.00, 0.02. Web safe color of #63aafb is #6699ff. Color #63aafb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100011 | 10101010 | 11111011 |
Octal | 143 | 252 | 373 |
Decimal | 99 | 170 | 251 |
Hex | 63 | AA | FB |
Shades of #63aafb
Tints of #63aafb
RGB Percentages of Color #63aafb
CMYK Percentages of Color #63aafb
Complementary Color
#63aafb | #fbb463 |
#63aafb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#63aafb Color Preview on White Background
Lorem ipsum dolor sit amet.
#63aafb Color CSS Codes
.mybgcolor {background-color:#63aafb; } .myforecolor {color:#63aafb; } .mybordercolor {border:3px solid #63aafb; }
#63aafb Text Font Color
<p style="color:#63aafb">Text here</p>
This sample text font color is #63aafb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#63aafb Background Color
<div style="background-color:#63aafb">
Div content here</div>
This div background color is #63aafb
#63aafb Border Color
<div style="border:3px solid #63aafb">
Div here</div>
This div border color is #63aafb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(99,170,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #63aafb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #63aafb; -webkit-box-shadow: 1px 1px 3px 2px #63aafb; box-shadow: 1px 1px 3px 2px #63aafb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(99,170,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #63aafb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #63aafb; -webkit-box-shadow: 1px 1px 3px 2px #63aafb; box-shadow: 1px 1px 3px 2px #63aafb;">
Div content here</div>
This div box has shadow with color #63aafb
Comments
No comments written yet.
Please login to write comment.