Shades of Hawkes Blue #CADAF9
Tints of Hawkes Blue #CADAF9
RGB
CMYK
RGB Variations
Color information
#CADAF9 (or 0xCADAF9) is known color: Hawkes Blue. HEX triplet: CA, DA and F9. RGB value is (202,218,249). Sum of RGB (Red+Green+Blue) = 202+218+249=669 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.19% from 669); Green value is 218 (85.55% from 255 or 32.59% from 669); Blue value is 249 (97.66% from 255 or 37.22% from 669); Max value from RGB is 249 - color contains mainly: blue. Hex color #CADAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADAF9 is #352506. Grayscale: #D8D8D8. Windows color (decimal): -3482887 or 16374474. OLE color: 16374474.
HSL color Cylindrical-coordinate representation of color #CADAF9: hue angle of 219.57º 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 #CADAF9 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 202 | 218 | 249 | - |
CMYK | 0.19 | 0.12 | 0 | 0.02 |
HSL | 219.57º | 0.8% | 0.88% | - |
HSV(B) | 219.57º | 0.19% | 0.98% | - |
XYZ | 66.53 | 69.54 | 99.54 | - |
YUV | 216.75 | 146.2 | 117.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 218 | 249 | 0.19 | 0.12 | 0 | 0.02 | 219.57 | 0.8 | 0.88 |
Hex | CA | DA | F9 | 13 | C | 0 | 2 | DC | 50 | 58 |
Octal | 312 | 332 | 371 | 23 | 14 | 0 | 2 | 334 | 120 | 130 |
Binary | 11001010 | 11011010 | 11111001 | 10011 | 1100 | 0 | 10 | 11011100 | 1010000 | 1011000 |
Color Harmonies of #CADAF9
Complementary color
Monochromatic Colors of #CADAF9
Black with #CADAF9
Text Example
Text Example
White with #CADAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADAF9; }
p { color: rgb(202,218,249); }
H1.HeaderClassName
{
color: #CADAF9;
}
.AnyTagClassName
{
color: #CADAF9;
}
</style>
background-color css
<style>
a { background-color: #CADAF9; }
a { background-color: rgb(202,218,249); }
div.DivClassName
{
background-color: #CADAF9;
}
.BgClassName
{
background-color: #CADAF9;
}
</style>
border-color css
<style>
span { border-color: #CADAF9; }
span { border-color: rgb(202,218,249); }
td.TdClassName
{
border-color: #CADAF9;
}
.TagClassName
{
border-color: #CADAF9;
}
</style>