Shades of Hawkes Blue #CADEF9
Tints of Hawkes Blue #CADEF9
RGB
CMYK
RGB Variations
Color information
#CADEF9 (or 0xCADEF9) is known color: Hawkes Blue. HEX triplet: CA, DE and F9. RGB value is (202,222,249). Sum of RGB (Red+Green+Blue) = 202+222+249=673 (89% of max value = 765). Red value is 202 (79.30% from 255 or 30.01% from 673); Green value is 222 (87.11% from 255 or 32.99% from 673); Blue value is 249 (97.66% from 255 or 37.00% from 673); Max value from RGB is 249 - color contains mainly: blue. Hex color #CADEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADEF9 is #352106. Grayscale: #DADADA. Windows color (decimal): -3481863 or 16375498. OLE color: 16375498.
HSL color Cylindrical-coordinate representation of color #CADEF9: hue angle of 214.47º 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 #CADEF9 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 202 | 222 | 249 | - |
CMYK | 0.19 | 0.11 | 0 | 0.02 |
HSL | 214.47º | 0.8% | 0.88% | - |
HSV(B) | 214.47º | 0.19% | 0.98% | - |
XYZ | 67.58 | 71.64 | 99.89 | - |
YUV | 219.1 | 144.87 | 115.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 222 | 249 | 0.19 | 0.11 | 0 | 0.02 | 214.47 | 0.8 | 0.88 |
Hex | CA | DE | F9 | 13 | B | 0 | 2 | D6 | 50 | 58 |
Octal | 312 | 336 | 371 | 23 | 13 | 0 | 2 | 326 | 120 | 130 |
Binary | 11001010 | 11011110 | 11111001 | 10011 | 1011 | 0 | 10 | 11010110 | 1010000 | 1011000 |
Color Harmonies of #CADEF9
Complementary color
Monochromatic Colors of #CADEF9
Black with #CADEF9
Text Example
Text Example
White with #CADEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADEF9; }
p { color: rgb(202,222,249); }
H1.HeaderClassName
{
color: #CADEF9;
}
.AnyTagClassName
{
color: #CADEF9;
}
</style>
background-color css
<style>
a { background-color: #CADEF9; }
a { background-color: rgb(202,222,249); }
div.DivClassName
{
background-color: #CADEF9;
}
.BgClassName
{
background-color: #CADEF9;
}
</style>
border-color css
<style>
span { border-color: #CADEF9; }
span { border-color: rgb(202,222,249); }
td.TdClassName
{
border-color: #CADEF9;
}
.TagClassName
{
border-color: #CADEF9;
}
</style>