Shades of Hawkes Blue #CAD7EB
Tints of Hawkes Blue #CAD7EB
RGB
CMYK
RGB Variations
Color information
#CAD7EB (or 0xCAD7EB) is known color: Hawkes Blue. HEX triplet: CA, D7 and EB. RGB value is (202,215,235). Sum of RGB (Red+Green+Blue) = 202+215+235=652 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.98% from 652); Green value is 215 (84.38% from 255 or 32.98% from 652); Blue value is 235 (92.19% from 255 or 36.04% from 652); Max value from RGB is 235 - color contains mainly: blue. Hex color #CAD7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD7EB is #352814. Grayscale: #D5D5D5. Windows color (decimal): -3483669 or 15456202. OLE color: 15456202.
HSL color Cylindrical-coordinate representation of color #CAD7EB: hue angle of 216.36º 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 #CAD7EB is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 202 | 215 | 235 | - |
CMYK | 0.14 | 0.09 | 0 | 0.08 |
HSL | 216.36º | 0.45% | 0.86% | - |
HSV(B) | 216.36º | 0.14% | 0.92% | - |
XYZ | 63.65 | 67.16 | 88.2 | - |
YUV | 213.39 | 140.19 | 119.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 215 | 235 | 0.14 | 0.09 | 0 | 0.08 | 216.36 | 0.45 | 0.86 |
Hex | CA | D7 | EB | E | 9 | 0 | 8 | D8 | 2D | 56 |
Octal | 312 | 327 | 353 | 16 | 11 | 0 | 10 | 330 | 55 | 126 |
Binary | 11001010 | 11010111 | 11101011 | 1110 | 1001 | 0 | 1000 | 11011000 | 101101 | 1010110 |
Color Harmonies of #CAD7EB
Complementary color
Monochromatic Colors of #CAD7EB
Black with #CAD7EB
Text Example
Text Example
White with #CAD7EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD7EB; }
p { color: rgb(202,215,235); }
H1.HeaderClassName
{
color: #CAD7EB;
}
.AnyTagClassName
{
color: #CAD7EB;
}
</style>
background-color css
<style>
a { background-color: #CAD7EB; }
a { background-color: rgb(202,215,235); }
div.DivClassName
{
background-color: #CAD7EB;
}
.BgClassName
{
background-color: #CAD7EB;
}
</style>
border-color css
<style>
span { border-color: #CAD7EB; }
span { border-color: rgb(202,215,235); }
td.TdClassName
{
border-color: #CAD7EB;
}
.TagClassName
{
border-color: #CAD7EB;
}
</style>