Shades of Hawkes Blue #C9DAFA
Tints of Hawkes Blue #C9DAFA
RGB
CMYK
RGB Variations
Color information
#C9DAFA (or 0xC9DAFA) is known color: Hawkes Blue. HEX triplet: C9, DA and FA. RGB value is (201,218,250). Sum of RGB (Red+Green+Blue) = 201+218+250=669 (88% of max value = 765). Red value is 201 (78.91% from 255 or 30.04% from 669); Green value is 218 (85.55% from 255 or 32.59% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #C9DAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9DAFA is #362505. Grayscale: #D8D8D8. Windows color (decimal): -3548422 or 16440009. OLE color: 16440009.
HSL color Cylindrical-coordinate representation of color #C9DAFA: hue angle of 219.18º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9DAFA is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 218 | 250 | - |
| CMYK | 0.20 | 0.13 | 0 | 0.02 |
| HSL | 219.18º | 0.83% | 0.88% | - |
| HSV(B) | 219.18º | 0.2% | 0.98% | - |
| XYZ | 66.41 | 69.46 | 100.35 | - |
| YUV | 216.57 | 146.87 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 218 | 250 | 0.20 | 0.13 | 0 | 0.02 | 219.18 | 0.83 | 0.88 |
| Hex | C9 | DA | FA | 14 | D | 0 | 2 | DB | 53 | 58 |
| Octal | 311 | 332 | 372 | 24 | 15 | 0 | 2 | 333 | 123 | 130 |
| Binary | 11001001 | 11011010 | 11111010 | 10100 | 1101 | 0 | 10 | 11011011 | 1010011 | 1011000 |
Color Harmonies of #C9DAFA
Complementary color
Monochromatic Colors of #C9DAFA
Black with #C9DAFA
Text Example
Text Example
White with #C9DAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DAFA; }
p { color: rgb(201,218,250); }
H1.HeaderClassName
{
color: #C9DAFA;
}
.AnyTagClassName
{
color: #C9DAFA;
}
</style>
background-color css
<style>
a { background-color: #C9DAFA; }
a { background-color: rgb(201,218,250); }
div.DivClassName
{
background-color: #C9DAFA;
}
.BgClassName
{
background-color: #C9DAFA;
}
</style>
border-color css
<style>
span { border-color: #C9DAFA; }
span { border-color: rgb(201,218,250); }
td.TdClassName
{
border-color: #C9DAFA;
}
.TagClassName
{
border-color: #C9DAFA;
}
</style>