Shades of Hawkes Blue #C8DAFF
Tints of Hawkes Blue #C8DAFF
RGB
CMYK
RGB Variations
Color information
#C8DAFF (or 0xC8DAFF) is known color: Hawkes Blue. HEX triplet: C8, DA and FF. RGB value is (200,218,255). Sum of RGB (Red+Green+Blue) = 200+218+255=673 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.72% from 673); Green value is 218 (85.55% from 255 or 32.39% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8DAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DAFF is #372500. Grayscale: #D8D8D8. Windows color (decimal): -3613953 or 16767688. OLE color: 16767688.
HSL color Cylindrical-coordinate representation of color #C8DAFF: hue angle of 220.36º 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 #C8DAFF is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 218 | 255 | - |
| CMYK | 0.22 | 0.15 | 0 | 0 |
| HSL | 220.36º | 1% | 0.89% | - |
| HSV(B) | 220.36º | 0.22% | 1% | - |
| XYZ | 66.94 | 69.64 | 104.52 | - |
| YUV | 216.84 | 149.54 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 218 | 255 | 0.22 | 0.15 | 0 | 0 | 220.36 | 1 | 0.89 |
| Hex | C8 | DA | FF | 16 | F | 0 | 0 | DC | 64 | 59 |
| Octal | 310 | 332 | 377 | 26 | 17 | 0 | 0 | 334 | 144 | 131 |
| Binary | 11001000 | 11011010 | 11111111 | 10110 | 1111 | 0 | 0 | 11011100 | 1100100 | 1011001 |
Color Harmonies of #C8DAFF
Complementary color
Monochromatic Colors of #C8DAFF
Black with #C8DAFF
Text Example
Text Example
White with #C8DAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DAFF; }
p { color: rgb(200,218,255); }
H1.HeaderClassName
{
color: #C8DAFF;
}
.AnyTagClassName
{
color: #C8DAFF;
}
</style>
background-color css
<style>
a { background-color: #C8DAFF; }
a { background-color: rgb(200,218,255); }
div.DivClassName
{
background-color: #C8DAFF;
}
.BgClassName
{
background-color: #C8DAFF;
}
</style>
border-color css
<style>
span { border-color: #C8DAFF; }
span { border-color: rgb(200,218,255); }
td.TdClassName
{
border-color: #C8DAFF;
}
.TagClassName
{
border-color: #C8DAFF;
}
</style>