Shades of Hawkes Blue #C9D5ED
Tints of Hawkes Blue #C9D5ED
RGB
CMYK
RGB Variations
Color information
#C9D5ED (or 0xC9D5ED) is known color: Hawkes Blue. HEX triplet: C9, D5 and ED. RGB value is (201,213,237). Sum of RGB (Red+Green+Blue) = 201+213+237=651 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.88% from 651); Green value is 213 (83.59% from 255 or 32.72% from 651); Blue value is 237 (92.97% from 255 or 36.41% from 651); Max value from RGB is 237 - color contains mainly: blue. Hex color #C9D5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9D5ED is #362A12. Grayscale: #D4D4D4. Windows color (decimal): -3549715 or 15586761. OLE color: 15586761.
HSL color Cylindrical-coordinate representation of color #C9D5ED: hue angle of 220º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9D5ED is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 201 | 213 | 237 | - |
CMYK | 0.15 | 0.10 | 0 | 0.07 |
HSL | 220º | 0.5% | 0.86% | - |
HSV(B) | 220º | 0.15% | 0.93% | - |
XYZ | 63.17 | 66.12 | 89.55 | - |
YUV | 212.15 | 142.02 | 120.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 213 | 237 | 0.15 | 0.10 | 0 | 0.07 | 220 | 0.5 | 0.86 |
Hex | C9 | D5 | ED | F | A | 0 | 7 | DC | 32 | 56 |
Octal | 311 | 325 | 355 | 17 | 12 | 0 | 7 | 334 | 62 | 126 |
Binary | 11001001 | 11010101 | 11101101 | 1111 | 1010 | 0 | 111 | 11011100 | 110010 | 1010110 |
Color Harmonies of #C9D5ED
Complementary color
Monochromatic Colors of #C9D5ED
Black with #C9D5ED
Text Example
Text Example
White with #C9D5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D5ED; }
p { color: rgb(201,213,237); }
H1.HeaderClassName
{
color: #C9D5ED;
}
.AnyTagClassName
{
color: #C9D5ED;
}
</style>
background-color css
<style>
a { background-color: #C9D5ED; }
a { background-color: rgb(201,213,237); }
div.DivClassName
{
background-color: #C9D5ED;
}
.BgClassName
{
background-color: #C9D5ED;
}
</style>
border-color css
<style>
span { border-color: #C9D5ED; }
span { border-color: rgb(201,213,237); }
td.TdClassName
{
border-color: #C9D5ED;
}
.TagClassName
{
border-color: #C9D5ED;
}
</style>