Shades of Hawkes Blue #CADEFA
Tints of Hawkes Blue #CADEFA
RGB
CMYK
RGB Variations
Color information
#CADEFA (or 0xCADEFA) is known color: Hawkes Blue. HEX triplet: CA, DE and FA. RGB value is (202,222,250). Sum of RGB (Red+Green+Blue) = 202+222+250=674 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.97% from 674); Green value is 222 (87.11% from 255 or 32.94% from 674); Blue value is 250 (98.05% from 255 or 37.09% from 674); Max value from RGB is 250 - color contains mainly: blue. Hex color #CADEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADEFA is #352105. Grayscale: #DBDBDB. Windows color (decimal): -3481862 or 16441034. OLE color: 16441034.
HSL color Cylindrical-coordinate representation of color #CADEFA: hue angle of 215º 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 #CADEFA is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 222 | 250 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.02 |
| HSL | 215º | 0.83% | 0.89% | - |
| HSV(B) | 215º | 0.19% | 0.98% | - |
| XYZ | 67.73 | 71.7 | 100.71 | - |
| YUV | 219.21 | 145.37 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 222 | 250 | 0.19 | 0.11 | 0 | 0.02 | 215 | 0.83 | 0.89 |
| Hex | CA | DE | FA | 13 | B | 0 | 2 | D7 | 53 | 59 |
| Octal | 312 | 336 | 372 | 23 | 13 | 0 | 2 | 327 | 123 | 131 |
| Binary | 11001010 | 11011110 | 11111010 | 10011 | 1011 | 0 | 10 | 11010111 | 1010011 | 1011001 |
Color Harmonies of #CADEFA
Complementary color
Monochromatic Colors of #CADEFA
Black with #CADEFA
Text Example
Text Example
White with #CADEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADEFA; }
p { color: rgb(202,222,250); }
H1.HeaderClassName
{
color: #CADEFA;
}
.AnyTagClassName
{
color: #CADEFA;
}
</style>
background-color css
<style>
a { background-color: #CADEFA; }
a { background-color: rgb(202,222,250); }
div.DivClassName
{
background-color: #CADEFA;
}
.BgClassName
{
background-color: #CADEFA;
}
</style>
border-color css
<style>
span { border-color: #CADEFA; }
span { border-color: rgb(202,222,250); }
td.TdClassName
{
border-color: #CADEFA;
}
.TagClassName
{
border-color: #CADEFA;
}
</style>