Shades of Hawkes Blue #CAD6EB
Tints of Hawkes Blue #CAD6EB
RGB
CMYK
RGB Variations
Color information
#CAD6EB (or 0xCAD6EB) is known color: Hawkes Blue. HEX triplet: CA, D6 and EB. RGB value is (202,214,235). Sum of RGB (Red+Green+Blue) = 202+214+235=651 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.03% from 651); Green value is 214 (83.98% from 255 or 32.87% from 651); Blue value is 235 (92.19% from 255 or 36.10% from 651); Max value from RGB is 235 - color contains mainly: blue. Hex color #CAD6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD6EB is #352914. Grayscale: #D4D4D4. Windows color (decimal): -3483925 or 15455946. OLE color: 15455946.
HSL color Cylindrical-coordinate representation of color #CAD6EB: hue angle of 218.18º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAD6EB is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 202 | 214 | 235 | - |
CMYK | 0.14 | 0.09 | 0 | 0.08 |
HSL | 218.18º | 0.45% | 0.86% | - |
HSV(B) | 218.18º | 0.14% | 0.92% | - |
XYZ | 63.4 | 66.65 | 88.12 | - |
YUV | 212.81 | 140.52 | 120.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 214 | 235 | 0.14 | 0.09 | 0 | 0.08 | 218.18 | 0.45 | 0.86 |
Hex | CA | D6 | EB | E | 9 | 0 | 8 | DA | 2D | 56 |
Octal | 312 | 326 | 353 | 16 | 11 | 0 | 10 | 332 | 55 | 126 |
Binary | 11001010 | 11010110 | 11101011 | 1110 | 1001 | 0 | 1000 | 11011010 | 101101 | 1010110 |
Color Harmonies of #CAD6EB
Complementary color
Monochromatic Colors of #CAD6EB
Black with #CAD6EB
Text Example
Text Example
White with #CAD6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD6EB; }
p { color: rgb(202,214,235); }
H1.HeaderClassName
{
color: #CAD6EB;
}
.AnyTagClassName
{
color: #CAD6EB;
}
</style>
background-color css
<style>
a { background-color: #CAD6EB; }
a { background-color: rgb(202,214,235); }
div.DivClassName
{
background-color: #CAD6EB;
}
.BgClassName
{
background-color: #CAD6EB;
}
</style>
border-color css
<style>
span { border-color: #CAD6EB; }
span { border-color: rgb(202,214,235); }
td.TdClassName
{
border-color: #CAD6EB;
}
.TagClassName
{
border-color: #CAD6EB;
}
</style>