Shades of Hawkes Blue #C8D8EF
Tints of Hawkes Blue #C8D8EF
RGB
CMYK
RGB Variations
Color information
#C8D8EF (or 0xC8D8EF) is known color: Hawkes Blue. HEX triplet: C8, D8 and EF. RGB value is (200,216,239). Sum of RGB (Red+Green+Blue) = 200+216+239=655 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.53% from 655); Green value is 216 (84.77% from 255 or 32.98% from 655); Blue value is 239 (93.75% from 255 or 36.49% from 655); Max value from RGB is 239 - color contains mainly: blue. Hex color #C8D8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8D8EF is #372710. Grayscale: #D5D5D5. Windows color (decimal): -3614481 or 15718600. OLE color: 15718600.
HSL color Cylindrical-coordinate representation of color #C8D8EF: hue angle of 215.38º degrees, saturation: 0.55, 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 #C8D8EF is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 216 | 239 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.06 |
| HSL | 215.38º | 0.55% | 0.86% | - |
| HSV(B) | 215.38º | 0.16% | 0.94% | - |
| XYZ | 63.96 | 67.62 | 91.34 | - |
| YUV | 213.84 | 142.2 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 216 | 239 | 0.16 | 0.10 | 0 | 0.06 | 215.38 | 0.55 | 0.86 |
| Hex | C8 | D8 | EF | 10 | A | 0 | 6 | D7 | 37 | 56 |
| Octal | 310 | 330 | 357 | 20 | 12 | 0 | 6 | 327 | 67 | 126 |
| Binary | 11001000 | 11011000 | 11101111 | 10000 | 1010 | 0 | 110 | 11010111 | 110111 | 1010110 |
Color Harmonies of #C8D8EF
Complementary color
Monochromatic Colors of #C8D8EF
Black with #C8D8EF
Text Example
Text Example
White with #C8D8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D8EF; }
p { color: rgb(200,216,239); }
H1.HeaderClassName
{
color: #C8D8EF;
}
.AnyTagClassName
{
color: #C8D8EF;
}
</style>
background-color css
<style>
a { background-color: #C8D8EF; }
a { background-color: rgb(200,216,239); }
div.DivClassName
{
background-color: #C8D8EF;
}
.BgClassName
{
background-color: #C8D8EF;
}
</style>
border-color css
<style>
span { border-color: #C8D8EF; }
span { border-color: rgb(200,216,239); }
td.TdClassName
{
border-color: #C8D8EF;
}
.TagClassName
{
border-color: #C8D8EF;
}
</style>