Shades of Hawkes Blue #C4DAFA
Tints of Hawkes Blue #C4DAFA
RGB
CMYK
RGB Variations
Color information
#C4DAFA (or 0xC4DAFA) is known color: Hawkes Blue. HEX triplet: C4, DA and FA. RGB value is (196,218,250). Sum of RGB (Red+Green+Blue) = 196+218+250=664 (87% of max value = 765). Red value is 196 (76.95% from 255 or 29.52% from 664); Green value is 218 (85.55% from 255 or 32.83% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 250 - color contains mainly: blue. Hex color #C4DAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4DAFA is #3B2505. Grayscale: #D6D6D6. Windows color (decimal): -3876102 or 16440004. OLE color: 16440004.
HSL color Cylindrical-coordinate representation of color #C4DAFA: hue angle of 215.56º degrees, saturation: 0.84, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4DAFA is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 218 | 250 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.02 |
| HSL | 215.56º | 0.84% | 0.87% | - |
| HSV(B) | 215.56º | 0.22% | 0.98% | - |
| XYZ | 65.09 | 68.78 | 100.29 | - |
| YUV | 215.07 | 147.71 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 218 | 250 | 0.22 | 0.13 | 0 | 0.02 | 215.56 | 0.84 | 0.87 |
| Hex | C4 | DA | FA | 16 | D | 0 | 2 | D8 | 54 | 57 |
| Octal | 304 | 332 | 372 | 26 | 15 | 0 | 2 | 330 | 124 | 127 |
| Binary | 11000100 | 11011010 | 11111010 | 10110 | 1101 | 0 | 10 | 11011000 | 1010100 | 1010111 |
Color Harmonies of #C4DAFA
Complementary color
Monochromatic Colors of #C4DAFA
Black with #C4DAFA
Text Example
Text Example
White with #C4DAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DAFA; }
p { color: rgb(196,218,250); }
H1.HeaderClassName
{
color: #C4DAFA;
}
.AnyTagClassName
{
color: #C4DAFA;
}
</style>
background-color css
<style>
a { background-color: #C4DAFA; }
a { background-color: rgb(196,218,250); }
div.DivClassName
{
background-color: #C4DAFA;
}
.BgClassName
{
background-color: #C4DAFA;
}
</style>
border-color css
<style>
span { border-color: #C4DAFA; }
span { border-color: rgb(196,218,250); }
td.TdClassName
{
border-color: #C4DAFA;
}
.TagClassName
{
border-color: #C4DAFA;
}
</style>