Shades of Hawkes Blue #CAD9EC
Tints of Hawkes Blue #CAD9EC
RGB
CMYK
RGB Variations
Color information
#CAD9EC (or 0xCAD9EC) is known color: Hawkes Blue. HEX triplet: CA, D9 and EC. RGB value is (202,217,236). Sum of RGB (Red+Green+Blue) = 202+217+236=655 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.84% from 655); Green value is 217 (85.16% from 255 or 33.13% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAD9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD9EC is #352613. Grayscale: #D6D6D6. Windows color (decimal): -3483156 or 15522250. OLE color: 15522250.
HSL color Cylindrical-coordinate representation of color #CAD9EC: hue angle of 213.53º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAD9EC is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 202 | 217 | 236 | - |
CMYK | 0.14 | 0.08 | 0 | 0.07 |
HSL | 213.53º | 0.47% | 0.86% | - |
HSV(B) | 213.53º | 0.14% | 0.93% | - |
XYZ | 64.31 | 68.24 | 89.14 | - |
YUV | 214.68 | 140.03 | 118.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 217 | 236 | 0.14 | 0.08 | 0 | 0.07 | 213.53 | 0.47 | 0.86 |
Hex | CA | D9 | EC | E | 8 | 0 | 7 | D6 | 2F | 56 |
Octal | 312 | 331 | 354 | 16 | 10 | 0 | 7 | 326 | 57 | 126 |
Binary | 11001010 | 11011001 | 11101100 | 1110 | 1000 | 0 | 111 | 11010110 | 101111 | 1010110 |
Color Harmonies of #CAD9EC
Complementary color
Monochromatic Colors of #CAD9EC
Black with #CAD9EC
Text Example
Text Example
White with #CAD9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD9EC; }
p { color: rgb(202,217,236); }
H1.HeaderClassName
{
color: #CAD9EC;
}
.AnyTagClassName
{
color: #CAD9EC;
}
</style>
background-color css
<style>
a { background-color: #CAD9EC; }
a { background-color: rgb(202,217,236); }
div.DivClassName
{
background-color: #CAD9EC;
}
.BgClassName
{
background-color: #CAD9EC;
}
</style>
border-color css
<style>
span { border-color: #CAD9EC; }
span { border-color: rgb(202,217,236); }
td.TdClassName
{
border-color: #CAD9EC;
}
.TagClassName
{
border-color: #CAD9EC;
}
</style>