Shades of Hawkes Blue #C8DCFC
Tints of Hawkes Blue #C8DCFC
RGB
CMYK
RGB Variations
Color information
#C8DCFC (or 0xC8DCFC) is known color: Hawkes Blue. HEX triplet: C8, DC and FC. RGB value is (200,220,252). Sum of RGB (Red+Green+Blue) = 200+220+252=672 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.76% from 672); Green value is 220 (86.33% from 255 or 32.74% from 672); Blue value is 252 (98.83% from 255 or 37.5% from 672); Max value from RGB is 252 - color contains mainly: blue. Hex color #C8DCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DCFC is #372303. Grayscale: #D9D9D9. Windows color (decimal): -3613444 or 16571592. OLE color: 16571592.
HSL color Cylindrical-coordinate representation of color #C8DCFC: hue angle of 216.92º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8DCFC is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 220 | 252 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.01 |
| HSL | 216.92º | 0.9% | 0.89% | - |
| HSV(B) | 216.92º | 0.21% | 0.99% | - |
| XYZ | 66.98 | 70.49 | 102.17 | - |
| YUV | 217.67 | 147.37 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 220 | 252 | 0.21 | 0.13 | 0 | 0.01 | 216.92 | 0.9 | 0.89 |
| Hex | C8 | DC | FC | 15 | D | 0 | 1 | D9 | 5A | 59 |
| Octal | 310 | 334 | 374 | 25 | 15 | 0 | 1 | 331 | 132 | 131 |
| Binary | 11001000 | 11011100 | 11111100 | 10101 | 1101 | 0 | 1 | 11011001 | 1011010 | 1011001 |
Color Harmonies of #C8DCFC
Complementary color
Monochromatic Colors of #C8DCFC
Black with #C8DCFC
Text Example
Text Example
White with #C8DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DCFC; }
p { color: rgb(200,220,252); }
H1.HeaderClassName
{
color: #C8DCFC;
}
.AnyTagClassName
{
color: #C8DCFC;
}
</style>
background-color css
<style>
a { background-color: #C8DCFC; }
a { background-color: rgb(200,220,252); }
div.DivClassName
{
background-color: #C8DCFC;
}
.BgClassName
{
background-color: #C8DCFC;
}
</style>
border-color css
<style>
span { border-color: #C8DCFC; }
span { border-color: rgb(200,220,252); }
td.TdClassName
{
border-color: #C8DCFC;
}
.TagClassName
{
border-color: #C8DCFC;
}
</style>