Shades of Hawkes Blue #CAD6E5
Tints of Hawkes Blue #CAD6E5
RGB
CMYK
RGB Variations
Color information
#CAD6E5 (or 0xCAD6E5) is known color: Hawkes Blue. HEX triplet: CA, D6 and E5. RGB value is (202,214,229). Sum of RGB (Red+Green+Blue) = 202+214+229=645 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.32% from 645); Green value is 214 (83.98% from 255 or 33.18% from 645); Blue value is 229 (89.84% from 255 or 35.50% from 645); Max value from RGB is 229 - color contains mainly: blue. Hex color #CAD6E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD6E5 is #35291A. Grayscale: #D4D4D4. Windows color (decimal): -3483931 or 15062730. OLE color: 15062730.
HSL color Cylindrical-coordinate representation of color #CAD6E5: hue angle of 213.33º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAD6E5 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 202 | 214 | 229 | - |
CMYK | 0.12 | 0.07 | 0 | 0.10 |
HSL | 213.33º | 0.34% | 0.85% | - |
HSV(B) | 213.33º | 0.12% | 0.9% | - |
XYZ | 62.55 | 66.31 | 83.63 | - |
YUV | 212.12 | 137.52 | 120.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 214 | 229 | 0.12 | 0.07 | 0 | 0.10 | 213.33 | 0.34 | 0.85 |
Hex | CA | D6 | E5 | C | 7 | 0 | A | D5 | 22 | 55 |
Octal | 312 | 326 | 345 | 14 | 7 | 0 | 12 | 325 | 42 | 125 |
Binary | 11001010 | 11010110 | 11100101 | 1100 | 111 | 0 | 1010 | 11010101 | 100010 | 1010101 |
Color Harmonies of #CAD6E5
Complementary color
Monochromatic Colors of #CAD6E5
Black with #CAD6E5
Text Example
Text Example
White with #CAD6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD6E5; }
p { color: rgb(202,214,229); }
H1.HeaderClassName
{
color: #CAD6E5;
}
.AnyTagClassName
{
color: #CAD6E5;
}
</style>
background-color css
<style>
a { background-color: #CAD6E5; }
a { background-color: rgb(202,214,229); }
div.DivClassName
{
background-color: #CAD6E5;
}
.BgClassName
{
background-color: #CAD6E5;
}
</style>
border-color css
<style>
span { border-color: #CAD6E5; }
span { border-color: rgb(202,214,229); }
td.TdClassName
{
border-color: #CAD6E5;
}
.TagClassName
{
border-color: #CAD6E5;
}
</style>