Shades of Hawkes Blue #CAD7E6
Tints of Hawkes Blue #CAD7E6
RGB
CMYK
RGB Variations
Color information
#CAD7E6 (or 0xCAD7E6) is known color: Hawkes Blue. HEX triplet: CA, D7 and E6. RGB value is (202,215,230). Sum of RGB (Red+Green+Blue) = 202+215+230=647 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.22% from 647); Green value is 215 (84.38% from 255 or 33.23% from 647); Blue value is 230 (90.23% from 255 or 35.55% from 647); Max value from RGB is 230 - color contains mainly: blue. Hex color #CAD7E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD7E6 is #352819. Grayscale: #D4D4D4. Windows color (decimal): -3483674 or 15128522. OLE color: 15128522.
HSL color Cylindrical-coordinate representation of color #CAD7E6: hue angle of 212.14º degrees, saturation: 0.36, 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 #CAD7E6 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 202 | 215 | 230 | - |
CMYK | 0.12 | 0.07 | 0 | 0.10 |
HSL | 212.14º | 0.36% | 0.85% | - |
HSV(B) | 212.14º | 0.12% | 0.9% | - |
XYZ | 62.94 | 66.87 | 84.45 | - |
YUV | 212.82 | 137.69 | 120.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 215 | 230 | 0.12 | 0.07 | 0 | 0.10 | 212.14 | 0.36 | 0.85 |
Hex | CA | D7 | E6 | C | 7 | 0 | A | D4 | 24 | 55 |
Octal | 312 | 327 | 346 | 14 | 7 | 0 | 12 | 324 | 44 | 125 |
Binary | 11001010 | 11010111 | 11100110 | 1100 | 111 | 0 | 1010 | 11010100 | 100100 | 1010101 |
Color Harmonies of #CAD7E6
Complementary color
Monochromatic Colors of #CAD7E6
Black with #CAD7E6
Text Example
Text Example
White with #CAD7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD7E6; }
p { color: rgb(202,215,230); }
H1.HeaderClassName
{
color: #CAD7E6;
}
.AnyTagClassName
{
color: #CAD7E6;
}
</style>
background-color css
<style>
a { background-color: #CAD7E6; }
a { background-color: rgb(202,215,230); }
div.DivClassName
{
background-color: #CAD7E6;
}
.BgClassName
{
background-color: #CAD7E6;
}
</style>
border-color css
<style>
span { border-color: #CAD7E6; }
span { border-color: rgb(202,215,230); }
td.TdClassName
{
border-color: #CAD7E6;
}
.TagClassName
{
border-color: #CAD7E6;
}
</style>