Shades of Hawkes Blue #CAD9ED
Tints of Hawkes Blue #CAD9ED
RGB
CMYK
RGB Variations
Color information
#CAD9ED (or 0xCAD9ED) is known color: Hawkes Blue. HEX triplet: CA, D9 and ED. RGB value is (202,217,237). Sum of RGB (Red+Green+Blue) = 202+217+237=656 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.79% from 656); Green value is 217 (85.16% from 255 or 33.08% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 237 - color contains mainly: blue. Hex color #CAD9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD9ED is #352612. Grayscale: #D6D6D6. Windows color (decimal): -3483155 or 15587786. OLE color: 15587786.
HSL color Cylindrical-coordinate representation of color #CAD9ED: hue angle of 214.29º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAD9ED is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 202 | 217 | 237 | - |
CMYK | 0.15 | 0.08 | 0 | 0.07 |
HSL | 214.29º | 0.49% | 0.86% | - |
HSV(B) | 214.29º | 0.15% | 0.93% | - |
XYZ | 64.46 | 68.3 | 89.91 | - |
YUV | 214.8 | 140.53 | 118.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 217 | 237 | 0.15 | 0.08 | 0 | 0.07 | 214.29 | 0.49 | 0.86 |
Hex | CA | D9 | ED | F | 8 | 0 | 7 | D6 | 31 | 56 |
Octal | 312 | 331 | 355 | 17 | 10 | 0 | 7 | 326 | 61 | 126 |
Binary | 11001010 | 11011001 | 11101101 | 1111 | 1000 | 0 | 111 | 11010110 | 110001 | 1010110 |
Color Harmonies of #CAD9ED
Complementary color
Monochromatic Colors of #CAD9ED
Black with #CAD9ED
Text Example
Text Example
White with #CAD9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD9ED; }
p { color: rgb(202,217,237); }
H1.HeaderClassName
{
color: #CAD9ED;
}
.AnyTagClassName
{
color: #CAD9ED;
}
</style>
background-color css
<style>
a { background-color: #CAD9ED; }
a { background-color: rgb(202,217,237); }
div.DivClassName
{
background-color: #CAD9ED;
}
.BgClassName
{
background-color: #CAD9ED;
}
</style>
border-color css
<style>
span { border-color: #CAD9ED; }
span { border-color: rgb(202,217,237); }
td.TdClassName
{
border-color: #CAD9ED;
}
.TagClassName
{
border-color: #CAD9ED;
}
</style>