Shades of Hawkes Blue #CAD8FF
Tints of Hawkes Blue #CAD8FF
RGB
CMYK
RGB Variations
Color information
#CAD8FF (or 0xCAD8FF) is known color: Hawkes Blue. HEX triplet: CA, D8 and FF. RGB value is (202,216,255). Sum of RGB (Red+Green+Blue) = 202+216+255=673 (89% of max value = 765). Red value is 202 (79.30% from 255 or 30.01% from 673); Green value is 216 (84.77% from 255 or 32.10% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAD8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD8FF is #352700. Grayscale: #D8D8D8. Windows color (decimal): -3483393 or 16767178. OLE color: 16767178.
HSL color Cylindrical-coordinate representation of color #CAD8FF: hue angle of 224.15º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAD8FF is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 202 | 216 | 255 | - |
CMYK | 0.21 | 0.15 | 0 | 0 |
HSL | 224.15º | 1% | 0.9% | - |
HSV(B) | 224.15º | 0.21% | 1% | - |
XYZ | 66.96 | 68.89 | 104.38 | - |
YUV | 216.26 | 149.86 | 117.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 216 | 255 | 0.21 | 0.15 | 0 | 0 | 224.15 | 1 | 0.9 |
Hex | CA | D8 | FF | 15 | F | 0 | 0 | E0 | 64 | 5A |
Octal | 312 | 330 | 377 | 25 | 17 | 0 | 0 | 340 | 144 | 132 |
Binary | 11001010 | 11011000 | 11111111 | 10101 | 1111 | 0 | 0 | 11100000 | 1100100 | 1011010 |
Color Harmonies of #CAD8FF
Complementary color
Monochromatic Colors of #CAD8FF
Black with #CAD8FF
Text Example
Text Example
White with #CAD8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD8FF; }
p { color: rgb(202,216,255); }
H1.HeaderClassName
{
color: #CAD8FF;
}
.AnyTagClassName
{
color: #CAD8FF;
}
</style>
background-color css
<style>
a { background-color: #CAD8FF; }
a { background-color: rgb(202,216,255); }
div.DivClassName
{
background-color: #CAD8FF;
}
.BgClassName
{
background-color: #CAD8FF;
}
</style>
border-color css
<style>
span { border-color: #CAD8FF; }
span { border-color: rgb(202,216,255); }
td.TdClassName
{
border-color: #CAD8FF;
}
.TagClassName
{
border-color: #CAD8FF;
}
</style>