Shades of Hawkes Blue #C8D8EB
Tints of Hawkes Blue #C8D8EB
RGB
CMYK
RGB Variations
Color information
#C8D8EB (or 0xC8D8EB) is known color: Hawkes Blue. HEX triplet: C8, D8 and EB. RGB value is (200,216,235). Sum of RGB (Red+Green+Blue) = 200+216+235=651 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.72% from 651); Green value is 216 (84.77% from 255 or 33.18% from 651); Blue value is 235 (92.19% from 255 or 36.10% from 651); Max value from RGB is 235 - color contains mainly: blue. Hex color #C8D8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8D8EB is #372714. Grayscale: #D5D5D5. Windows color (decimal): -3614485 or 15456456. OLE color: 15456456.
HSL color Cylindrical-coordinate representation of color #C8D8EB: hue angle of 212.57º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8D8EB is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 216 | 235 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.08 |
| HSL | 212.57º | 0.47% | 0.85% | - |
| HSV(B) | 212.57º | 0.15% | 0.92% | - |
| XYZ | 63.37 | 67.39 | 88.26 | - |
| YUV | 213.38 | 140.2 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 216 | 235 | 0.15 | 0.08 | 0 | 0.08 | 212.57 | 0.47 | 0.85 |
| Hex | C8 | D8 | EB | F | 8 | 0 | 8 | D5 | 2F | 55 |
| Octal | 310 | 330 | 353 | 17 | 10 | 0 | 10 | 325 | 57 | 125 |
| Binary | 11001000 | 11011000 | 11101011 | 1111 | 1000 | 0 | 1000 | 11010101 | 101111 | 1010101 |
Color Harmonies of #C8D8EB
Complementary color
Monochromatic Colors of #C8D8EB
Black with #C8D8EB
Text Example
Text Example
White with #C8D8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D8EB; }
p { color: rgb(200,216,235); }
H1.HeaderClassName
{
color: #C8D8EB;
}
.AnyTagClassName
{
color: #C8D8EB;
}
</style>
background-color css
<style>
a { background-color: #C8D8EB; }
a { background-color: rgb(200,216,235); }
div.DivClassName
{
background-color: #C8D8EB;
}
.BgClassName
{
background-color: #C8D8EB;
}
</style>
border-color css
<style>
span { border-color: #C8D8EB; }
span { border-color: rgb(200,216,235); }
td.TdClassName
{
border-color: #C8D8EB;
}
.TagClassName
{
border-color: #C8D8EB;
}
</style>