Shades of Hawkes Blue #CAD7E5
Tints of Hawkes Blue #CAD7E5
RGB
CMYK
RGB Variations
Color information
#CAD7E5 (or 0xCAD7E5) is known color: Hawkes Blue. HEX triplet: CA, D7 and E5. RGB value is (202,215,229). Sum of RGB (Red+Green+Blue) = 202+215+229=646 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.27% from 646); Green value is 215 (84.38% from 255 or 33.28% from 646); Blue value is 229 (89.84% from 255 or 35.45% from 646); Max value from RGB is 229 - color contains mainly: blue. Hex color #CAD7E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD7E5 is #35281A. Grayscale: #D4D4D4. Windows color (decimal): -3483675 or 15062986. OLE color: 15062986.
HSL color Cylindrical-coordinate representation of color #CAD7E5: hue angle of 211.11º 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 #CAD7E5 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 202 | 215 | 229 | - |
CMYK | 0.12 | 0.06 | 0 | 0.10 |
HSL | 211.11º | 0.34% | 0.85% | - |
HSV(B) | 211.11º | 0.12% | 0.9% | - |
XYZ | 62.8 | 66.81 | 83.72 | - |
YUV | 212.71 | 137.19 | 120.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 215 | 229 | 0.12 | 0.06 | 0 | 0.10 | 211.11 | 0.34 | 0.85 |
Hex | CA | D7 | E5 | C | 6 | 0 | A | D3 | 22 | 55 |
Octal | 312 | 327 | 345 | 14 | 6 | 0 | 12 | 323 | 42 | 125 |
Binary | 11001010 | 11010111 | 11100101 | 1100 | 110 | 0 | 1010 | 11010011 | 100010 | 1010101 |
Color Harmonies of #CAD7E5
Complementary color
Monochromatic Colors of #CAD7E5
Black with #CAD7E5
Text Example
Text Example
White with #CAD7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD7E5; }
p { color: rgb(202,215,229); }
H1.HeaderClassName
{
color: #CAD7E5;
}
.AnyTagClassName
{
color: #CAD7E5;
}
</style>
background-color css
<style>
a { background-color: #CAD7E5; }
a { background-color: rgb(202,215,229); }
div.DivClassName
{
background-color: #CAD7E5;
}
.BgClassName
{
background-color: #CAD7E5;
}
</style>
border-color css
<style>
span { border-color: #CAD7E5; }
span { border-color: rgb(202,215,229); }
td.TdClassName
{
border-color: #CAD7E5;
}
.TagClassName
{
border-color: #CAD7E5;
}
</style>