Shades of Hawkes Blue #C8DCFF
Tints of Hawkes Blue #C8DCFF
RGB
CMYK
RGB Variations
Color information
#C8DCFF (or 0xC8DCFF) is known color: Hawkes Blue. HEX triplet: C8, DC and FF. RGB value is (200,220,255). Sum of RGB (Red+Green+Blue) = 200+220+255=675 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.63% from 675); Green value is 220 (86.33% from 255 or 32.59% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8DCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DCFF is #372300. Grayscale: #D9D9D9. Windows color (decimal): -3613441 or 16768200. OLE color: 16768200.
HSL color Cylindrical-coordinate representation of color #C8DCFF: hue angle of 218.18º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8DCFF is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 220 | 255 | - |
| CMYK | 0.22 | 0.14 | 0 | 0 |
| HSL | 218.18º | 1% | 0.89% | - |
| HSV(B) | 218.18º | 0.22% | 1% | - |
| XYZ | 67.46 | 70.69 | 104.7 | - |
| YUV | 218.01 | 148.87 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 220 | 255 | 0.22 | 0.14 | 0 | 0 | 218.18 | 1 | 0.89 |
| Hex | C8 | DC | FF | 16 | E | 0 | 0 | DA | 64 | 59 |
| Octal | 310 | 334 | 377 | 26 | 16 | 0 | 0 | 332 | 144 | 131 |
| Binary | 11001000 | 11011100 | 11111111 | 10110 | 1110 | 0 | 0 | 11011010 | 1100100 | 1011001 |
Color Harmonies of #C8DCFF
Complementary color
Monochromatic Colors of #C8DCFF
Black with #C8DCFF
Text Example
Text Example
White with #C8DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DCFF; }
p { color: rgb(200,220,255); }
H1.HeaderClassName
{
color: #C8DCFF;
}
.AnyTagClassName
{
color: #C8DCFF;
}
</style>
background-color css
<style>
a { background-color: #C8DCFF; }
a { background-color: rgb(200,220,255); }
div.DivClassName
{
background-color: #C8DCFF;
}
.BgClassName
{
background-color: #C8DCFF;
}
</style>
border-color css
<style>
span { border-color: #C8DCFF; }
span { border-color: rgb(200,220,255); }
td.TdClassName
{
border-color: #C8DCFF;
}
.TagClassName
{
border-color: #C8DCFF;
}
</style>