Shades of Hawkes Blue #CAD4EF
Tints of Hawkes Blue #CAD4EF
RGB
CMYK
RGB Variations
Color information
#CAD4EF (or 0xCAD4EF) is known color: Hawkes Blue. HEX triplet: CA, D4 and EF. RGB value is (202,212,239). Sum of RGB (Red+Green+Blue) = 202+212+239=653 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.93% from 653); Green value is 212 (83.20% from 255 or 32.47% from 653); Blue value is 239 (93.75% from 255 or 36.60% from 653); Max value from RGB is 239 - color contains mainly: blue. Hex color #CAD4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD4EF is #352B10. Grayscale: #D3D3D3. Windows color (decimal): -3484433 or 15717578. OLE color: 15717578.
HSL color Cylindrical-coordinate representation of color #CAD4EF: hue angle of 223.78º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAD4EF is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 202 | 212 | 239 | - |
CMYK | 0.15 | 0.11 | 0 | 0.06 |
HSL | 223.78º | 0.54% | 0.86% | - |
HSV(B) | 223.78º | 0.15% | 0.94% | - |
XYZ | 63.48 | 65.88 | 91.03 | - |
YUV | 212.09 | 143.19 | 120.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 212 | 239 | 0.15 | 0.11 | 0 | 0.06 | 223.78 | 0.54 | 0.86 |
Hex | CA | D4 | EF | F | B | 0 | 6 | E0 | 36 | 56 |
Octal | 312 | 324 | 357 | 17 | 13 | 0 | 6 | 340 | 66 | 126 |
Binary | 11001010 | 11010100 | 11101111 | 1111 | 1011 | 0 | 110 | 11100000 | 110110 | 1010110 |
Color Harmonies of #CAD4EF
Complementary color
Monochromatic Colors of #CAD4EF
Black with #CAD4EF
Text Example
Text Example
White with #CAD4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD4EF; }
p { color: rgb(202,212,239); }
H1.HeaderClassName
{
color: #CAD4EF;
}
.AnyTagClassName
{
color: #CAD4EF;
}
</style>
background-color css
<style>
a { background-color: #CAD4EF; }
a { background-color: rgb(202,212,239); }
div.DivClassName
{
background-color: #CAD4EF;
}
.BgClassName
{
background-color: #CAD4EF;
}
</style>
border-color css
<style>
span { border-color: #CAD4EF; }
span { border-color: rgb(202,212,239); }
td.TdClassName
{
border-color: #CAD4EF;
}
.TagClassName
{
border-color: #CAD4EF;
}
</style>