Shades of Hawkes Blue #C5D9ED
Tints of Hawkes Blue #C5D9ED
RGB
CMYK
RGB Variations
Color information
#C5D9ED (or 0xC5D9ED) is known color: Hawkes Blue. HEX triplet: C5, D9 and ED. RGB value is (197,217,237). Sum of RGB (Red+Green+Blue) = 197+217+237=651 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.26% from 651); Green value is 217 (85.16% from 255 or 33.33% 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 #C5D9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5D9ED is #3A2612. Grayscale: #D5D5D5. Windows color (decimal): -3810835 or 15587781. OLE color: 15587781.
HSL color Cylindrical-coordinate representation of color #C5D9ED: hue angle of 210º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5D9ED is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 217 | 237 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.07 |
| HSL | 210º | 0.53% | 0.85% | - |
| HSV(B) | 210º | 0.17% | 0.93% | - |
| XYZ | 63.12 | 67.61 | 89.84 | - |
| YUV | 213.3 | 141.37 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 217 | 237 | 0.17 | 0.08 | 0 | 0.07 | 210 | 0.53 | 0.85 |
| Hex | C5 | D9 | ED | 11 | 8 | 0 | 7 | D2 | 35 | 55 |
| Octal | 305 | 331 | 355 | 21 | 10 | 0 | 7 | 322 | 65 | 125 |
| Binary | 11000101 | 11011001 | 11101101 | 10001 | 1000 | 0 | 111 | 11010010 | 110101 | 1010101 |
Color Harmonies of #C5D9ED
Complementary color
Monochromatic Colors of #C5D9ED
Black with #C5D9ED
Text Example
Text Example
White with #C5D9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D9ED; }
p { color: rgb(197,217,237); }
H1.HeaderClassName
{
color: #C5D9ED;
}
.AnyTagClassName
{
color: #C5D9ED;
}
</style>
background-color css
<style>
a { background-color: #C5D9ED; }
a { background-color: rgb(197,217,237); }
div.DivClassName
{
background-color: #C5D9ED;
}
.BgClassName
{
background-color: #C5D9ED;
}
</style>
border-color css
<style>
span { border-color: #C5D9ED; }
span { border-color: rgb(197,217,237); }
td.TdClassName
{
border-color: #C5D9ED;
}
.TagClassName
{
border-color: #C5D9ED;
}
</style>