Shades of Hawkes Blue #CAD8F9
Tints of Hawkes Blue #CAD8F9
RGB
CMYK
RGB Variations
Color information
#CAD8F9 (or 0xCAD8F9) is known color: Hawkes Blue. HEX triplet: CA, D8 and F9. RGB value is (202,216,249). Sum of RGB (Red+Green+Blue) = 202+216+249=667 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.28% from 667); Green value is 216 (84.77% from 255 or 32.38% from 667); Blue value is 249 (97.66% from 255 or 37.33% from 667); Max value from RGB is 249 - color contains mainly: blue. Hex color #CAD8F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD8F9 is #352706. Grayscale: #D7D7D7. Windows color (decimal): -3483399 or 16373962. OLE color: 16373962.
HSL color Cylindrical-coordinate representation of color #CAD8F9: hue angle of 222.13º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAD8F9 is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 202 | 216 | 249 | - |
CMYK | 0.19 | 0.13 | 0 | 0.02 |
HSL | 222.13º | 0.8% | 0.88% | - |
HSV(B) | 222.13º | 0.19% | 0.98% | - |
XYZ | 66.01 | 68.51 | 99.37 | - |
YUV | 215.58 | 146.86 | 118.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 216 | 249 | 0.19 | 0.13 | 0 | 0.02 | 222.13 | 0.8 | 0.88 |
Hex | CA | D8 | F9 | 13 | D | 0 | 2 | DE | 50 | 58 |
Octal | 312 | 330 | 371 | 23 | 15 | 0 | 2 | 336 | 120 | 130 |
Binary | 11001010 | 11011000 | 11111001 | 10011 | 1101 | 0 | 10 | 11011110 | 1010000 | 1011000 |
Color Harmonies of #CAD8F9
Complementary color
Monochromatic Colors of #CAD8F9
Black with #CAD8F9
Text Example
Text Example
White with #CAD8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD8F9; }
p { color: rgb(202,216,249); }
H1.HeaderClassName
{
color: #CAD8F9;
}
.AnyTagClassName
{
color: #CAD8F9;
}
</style>
background-color css
<style>
a { background-color: #CAD8F9; }
a { background-color: rgb(202,216,249); }
div.DivClassName
{
background-color: #CAD8F9;
}
.BgClassName
{
background-color: #CAD8F9;
}
</style>
border-color css
<style>
span { border-color: #CAD8F9; }
span { border-color: rgb(202,216,249); }
td.TdClassName
{
border-color: #CAD8F9;
}
.TagClassName
{
border-color: #CAD8F9;
}
</style>