Shades of Hawkes Blue #C9D5EF
Tints of Hawkes Blue #C9D5EF
RGB
CMYK
RGB Variations
Color information
#C9D5EF (or 0xC9D5EF) is known color: Hawkes Blue. HEX triplet: C9, D5 and EF. RGB value is (201,213,239). Sum of RGB (Red+Green+Blue) = 201+213+239=653 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.78% from 653); Green value is 213 (83.59% from 255 or 32.62% from 653); Blue value is 239 (93.75% from 255 or 36.60% from 653); Max value from RGB is 239 - color contains mainly: blue. Hex color #C9D5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9D5EF is #362A10. Grayscale: #D4D4D4. Windows color (decimal): -3549713 or 15717833. OLE color: 15717833.
HSL color Cylindrical-coordinate representation of color #C9D5EF: hue angle of 221.05º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9D5EF is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 213 | 239 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.06 |
| HSL | 221.05º | 0.54% | 0.86% | - |
| HSV(B) | 221.05º | 0.16% | 0.94% | - |
| XYZ | 63.46 | 66.24 | 91.1 | - |
| YUV | 212.38 | 143.02 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 213 | 239 | 0.16 | 0.11 | 0 | 0.06 | 221.05 | 0.54 | 0.86 |
| Hex | C9 | D5 | EF | 10 | B | 0 | 6 | DD | 36 | 56 |
| Octal | 311 | 325 | 357 | 20 | 13 | 0 | 6 | 335 | 66 | 126 |
| Binary | 11001001 | 11010101 | 11101111 | 10000 | 1011 | 0 | 110 | 11011101 | 110110 | 1010110 |
Color Harmonies of #C9D5EF
Complementary color
Monochromatic Colors of #C9D5EF
Black with #C9D5EF
Text Example
Text Example
White with #C9D5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D5EF; }
p { color: rgb(201,213,239); }
H1.HeaderClassName
{
color: #C9D5EF;
}
.AnyTagClassName
{
color: #C9D5EF;
}
</style>
background-color css
<style>
a { background-color: #C9D5EF; }
a { background-color: rgb(201,213,239); }
div.DivClassName
{
background-color: #C9D5EF;
}
.BgClassName
{
background-color: #C9D5EF;
}
</style>
border-color css
<style>
span { border-color: #C9D5EF; }
span { border-color: rgb(201,213,239); }
td.TdClassName
{
border-color: #C9D5EF;
}
.TagClassName
{
border-color: #C9D5EF;
}
</style>