Shades of Hawkes Blue #C8D7EC
Tints of Hawkes Blue #C8D7EC
RGB
CMYK
RGB Variations
Color information
#C8D7EC (or 0xC8D7EC) is known color: Hawkes Blue. HEX triplet: C8, D7 and EC. RGB value is (200,215,236). Sum of RGB (Red+Green+Blue) = 200+215+236=651 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.72% from 651); Green value is 215 (84.38% from 255 or 33.03% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 236 - color contains mainly: blue. Hex color #C8D7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8D7EC is #372813. Grayscale: #D4D4D4. Windows color (decimal): -3614740 or 15521736. OLE color: 15521736.
HSL color Cylindrical-coordinate representation of color #C8D7EC: hue angle of 215º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8D7EC is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 200 | 215 | 236 | - |
CMYK | 0.15 | 0.09 | 0 | 0.07 |
HSL | 215º | 0.49% | 0.85% | - |
HSV(B) | 215º | 0.15% | 0.93% | - |
XYZ | 63.26 | 66.94 | 88.94 | - |
YUV | 212.91 | 141.03 | 118.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 215 | 236 | 0.15 | 0.09 | 0 | 0.07 | 215 | 0.49 | 0.85 |
Hex | C8 | D7 | EC | F | 9 | 0 | 7 | D7 | 31 | 55 |
Octal | 310 | 327 | 354 | 17 | 11 | 0 | 7 | 327 | 61 | 125 |
Binary | 11001000 | 11010111 | 11101100 | 1111 | 1001 | 0 | 111 | 11010111 | 110001 | 1010101 |
Color Harmonies of #C8D7EC
Complementary color
Monochromatic Colors of #C8D7EC
Black with #C8D7EC
Text Example
Text Example
White with #C8D7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D7EC; }
p { color: rgb(200,215,236); }
H1.HeaderClassName
{
color: #C8D7EC;
}
.AnyTagClassName
{
color: #C8D7EC;
}
</style>
background-color css
<style>
a { background-color: #C8D7EC; }
a { background-color: rgb(200,215,236); }
div.DivClassName
{
background-color: #C8D7EC;
}
.BgClassName
{
background-color: #C8D7EC;
}
</style>
border-color css
<style>
span { border-color: #C8D7EC; }
span { border-color: rgb(200,215,236); }
td.TdClassName
{
border-color: #C8D7EC;
}
.TagClassName
{
border-color: #C8D7EC;
}
</style>