Shades of Hawkes Blue #CADFF9
Tints of Hawkes Blue #CADFF9
RGB
CMYK
RGB Variations
Color information
#CADFF9 (or 0xCADFF9) is known color: Hawkes Blue. HEX triplet: CA, DF and F9. RGB value is (202,223,249). Sum of RGB (Red+Green+Blue) = 202+223+249=674 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.97% from 674); Green value is 223 (87.5% from 255 or 33.09% from 674); Blue value is 249 (97.66% from 255 or 36.94% from 674); Max value from RGB is 249 - color contains mainly: blue. Hex color #CADFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADFF9 is #352006. Grayscale: #DBDBDB. Windows color (decimal): -3481607 or 16375754. OLE color: 16375754.
HSL color Cylindrical-coordinate representation of color #CADFF9: hue angle of 213.19º 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 #CADFF9 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 202 | 223 | 249 | - |
CMYK | 0.19 | 0.10 | 0 | 0.02 |
HSL | 213.19º | 0.8% | 0.88% | - |
HSV(B) | 213.19º | 0.19% | 0.98% | - |
XYZ | 67.84 | 72.17 | 99.98 | - |
YUV | 219.69 | 144.54 | 115.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 223 | 249 | 0.19 | 0.10 | 0 | 0.02 | 213.19 | 0.8 | 0.88 |
Hex | CA | DF | F9 | 13 | A | 0 | 2 | D5 | 50 | 58 |
Octal | 312 | 337 | 371 | 23 | 12 | 0 | 2 | 325 | 120 | 130 |
Binary | 11001010 | 11011111 | 11111001 | 10011 | 1010 | 0 | 10 | 11010101 | 1010000 | 1011000 |
Color Harmonies of #CADFF9
Complementary color
Monochromatic Colors of #CADFF9
Black with #CADFF9
Text Example
Text Example
White with #CADFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADFF9; }
p { color: rgb(202,223,249); }
H1.HeaderClassName
{
color: #CADFF9;
}
.AnyTagClassName
{
color: #CADFF9;
}
</style>
background-color css
<style>
a { background-color: #CADFF9; }
a { background-color: rgb(202,223,249); }
div.DivClassName
{
background-color: #CADFF9;
}
.BgClassName
{
background-color: #CADFF9;
}
</style>
border-color css
<style>
span { border-color: #CADFF9; }
span { border-color: rgb(202,223,249); }
td.TdClassName
{
border-color: #CADFF9;
}
.TagClassName
{
border-color: #CADFF9;
}
</style>