Shades of Hawkes Blue #CAD9FA
Tints of Hawkes Blue #CAD9FA
RGB
CMYK
RGB Variations
Color information
#CAD9FA (or 0xCAD9FA) is known color: Hawkes Blue. HEX triplet: CA, D9 and FA. RGB value is (202,217,250). Sum of RGB (Red+Green+Blue) = 202+217+250=669 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.19% from 669); Green value is 217 (85.16% from 255 or 32.44% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAD9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD9FA is #352605. Grayscale: #D8D8D8. Windows color (decimal): -3483142 or 16439754. OLE color: 16439754.
HSL color Cylindrical-coordinate representation of color #CAD9FA: hue angle of 221.25º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAD9FA is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 202 | 217 | 250 | - |
CMYK | 0.19 | 0.13 | 0 | 0.02 |
HSL | 221.25º | 0.83% | 0.89% | - |
HSV(B) | 221.25º | 0.19% | 0.98% | - |
XYZ | 66.43 | 69.08 | 100.28 | - |
YUV | 216.28 | 147.03 | 117.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 217 | 250 | 0.19 | 0.13 | 0 | 0.02 | 221.25 | 0.83 | 0.89 |
Hex | CA | D9 | FA | 13 | D | 0 | 2 | DD | 53 | 59 |
Octal | 312 | 331 | 372 | 23 | 15 | 0 | 2 | 335 | 123 | 131 |
Binary | 11001010 | 11011001 | 11111010 | 10011 | 1101 | 0 | 10 | 11011101 | 1010011 | 1011001 |
Color Harmonies of #CAD9FA
Complementary color
Monochromatic Colors of #CAD9FA
Black with #CAD9FA
Text Example
Text Example
White with #CAD9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD9FA; }
p { color: rgb(202,217,250); }
H1.HeaderClassName
{
color: #CAD9FA;
}
.AnyTagClassName
{
color: #CAD9FA;
}
</style>
background-color css
<style>
a { background-color: #CAD9FA; }
a { background-color: rgb(202,217,250); }
div.DivClassName
{
background-color: #CAD9FA;
}
.BgClassName
{
background-color: #CAD9FA;
}
</style>
border-color css
<style>
span { border-color: #CAD9FA; }
span { border-color: rgb(202,217,250); }
td.TdClassName
{
border-color: #CAD9FA;
}
.TagClassName
{
border-color: #CAD9FA;
}
</style>