Shades of Hawkes Blue #CADCF9
Tints of Hawkes Blue #CADCF9
RGB
CMYK
RGB Variations
Color information
#CADCF9 (or 0xCADCF9) is known color: Hawkes Blue. HEX triplet: CA, DC and F9. RGB value is (202,220,249). Sum of RGB (Red+Green+Blue) = 202+220+249=671 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.10% from 671); Green value is 220 (86.33% from 255 or 32.79% from 671); Blue value is 249 (97.66% from 255 or 37.11% from 671); Max value from RGB is 249 - color contains mainly: blue. Hex color #CADCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADCF9 is #352306. Grayscale: #D9D9D9. Windows color (decimal): -3482375 or 16374986. OLE color: 16374986.
HSL color Cylindrical-coordinate representation of color #CADCF9: hue angle of 217.02º 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 #CADCF9 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 202 | 220 | 249 | - |
CMYK | 0.19 | 0.12 | 0 | 0.02 |
HSL | 217.02º | 0.8% | 0.88% | - |
HSV(B) | 217.02º | 0.19% | 0.98% | - |
XYZ | 67.05 | 70.58 | 99.71 | - |
YUV | 217.92 | 145.54 | 116.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 220 | 249 | 0.19 | 0.12 | 0 | 0.02 | 217.02 | 0.8 | 0.88 |
Hex | CA | DC | F9 | 13 | C | 0 | 2 | D9 | 50 | 58 |
Octal | 312 | 334 | 371 | 23 | 14 | 0 | 2 | 331 | 120 | 130 |
Binary | 11001010 | 11011100 | 11111001 | 10011 | 1100 | 0 | 10 | 11011001 | 1010000 | 1011000 |
Color Harmonies of #CADCF9
Complementary color
Monochromatic Colors of #CADCF9
Black with #CADCF9
Text Example
Text Example
White with #CADCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADCF9; }
p { color: rgb(202,220,249); }
H1.HeaderClassName
{
color: #CADCF9;
}
.AnyTagClassName
{
color: #CADCF9;
}
</style>
background-color css
<style>
a { background-color: #CADCF9; }
a { background-color: rgb(202,220,249); }
div.DivClassName
{
background-color: #CADCF9;
}
.BgClassName
{
background-color: #CADCF9;
}
</style>
border-color css
<style>
span { border-color: #CADCF9; }
span { border-color: rgb(202,220,249); }
td.TdClassName
{
border-color: #CADCF9;
}
.TagClassName
{
border-color: #CADCF9;
}
</style>