Shades of Hawkes Blue #CADAFA
Tints of Hawkes Blue #CADAFA
RGB
CMYK
RGB Variations
Color information
#CADAFA (or 0xCADAFA) is known color: Hawkes Blue. HEX triplet: CA, DA and FA. RGB value is (202,218,250). Sum of RGB (Red+Green+Blue) = 202+218+250=670 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.15% from 670); Green value is 218 (85.55% from 255 or 32.54% from 670); Blue value is 250 (98.05% from 255 or 37.31% from 670); Max value from RGB is 250 - color contains mainly: blue. Hex color #CADAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADAFA is #352505. Grayscale: #D8D8D8. Windows color (decimal): -3482886 or 16440010. OLE color: 16440010.
HSL color Cylindrical-coordinate representation of color #CADAFA: hue angle of 220º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CADAFA is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 218 | 250 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.02 |
| HSL | 220º | 0.83% | 0.89% | - |
| HSV(B) | 220º | 0.19% | 0.98% | - |
| XYZ | 66.68 | 69.6 | 100.36 | - |
| YUV | 216.86 | 146.7 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 218 | 250 | 0.19 | 0.13 | 0 | 0.02 | 220 | 0.83 | 0.89 |
| Hex | CA | DA | FA | 13 | D | 0 | 2 | DC | 53 | 59 |
| Octal | 312 | 332 | 372 | 23 | 15 | 0 | 2 | 334 | 123 | 131 |
| Binary | 11001010 | 11011010 | 11111010 | 10011 | 1101 | 0 | 10 | 11011100 | 1010011 | 1011001 |
Color Harmonies of #CADAFA
Complementary color
Monochromatic Colors of #CADAFA
Black with #CADAFA
Text Example
Text Example
White with #CADAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADAFA; }
p { color: rgb(202,218,250); }
H1.HeaderClassName
{
color: #CADAFA;
}
.AnyTagClassName
{
color: #CADAFA;
}
</style>
background-color css
<style>
a { background-color: #CADAFA; }
a { background-color: rgb(202,218,250); }
div.DivClassName
{
background-color: #CADAFA;
}
.BgClassName
{
background-color: #CADAFA;
}
</style>
border-color css
<style>
span { border-color: #CADAFA; }
span { border-color: rgb(202,218,250); }
td.TdClassName
{
border-color: #CADAFA;
}
.TagClassName
{
border-color: #CADAFA;
}
</style>