Shades of Hawkes Blue #C8DAF8
Tints of Hawkes Blue #C8DAF8
RGB
CMYK
RGB Variations
Color information
#C8DAF8 (or 0xC8DAF8) is known color: Hawkes Blue. HEX triplet: C8, DA and F8. RGB value is (200,218,248). Sum of RGB (Red+Green+Blue) = 200+218+248=666 (88% of max value = 765). Red value is 200 (78.52% from 255 or 30.03% from 666); Green value is 218 (85.55% from 255 or 32.73% from 666); Blue value is 248 (97.27% from 255 or 37.24% from 666); Max value from RGB is 248 - color contains mainly: blue. Hex color #C8DAF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DAF8 is #372507. Grayscale: #D7D7D7. Windows color (decimal): -3613960 or 16308936. OLE color: 16308936.
HSL color Cylindrical-coordinate representation of color #C8DAF8: hue angle of 217.5º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8DAF8 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 218 | 248 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.03 |
| HSL | 217.5º | 0.77% | 0.88% | - |
| HSV(B) | 217.5º | 0.19% | 0.97% | - |
| XYZ | 65.83 | 69.2 | 98.69 | - |
| YUV | 216.04 | 146.04 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 218 | 248 | 0.19 | 0.12 | 0 | 0.03 | 217.5 | 0.77 | 0.88 |
| Hex | C8 | DA | F8 | 13 | C | 0 | 3 | DA | 4D | 58 |
| Octal | 310 | 332 | 370 | 23 | 14 | 0 | 3 | 332 | 115 | 130 |
| Binary | 11001000 | 11011010 | 11111000 | 10011 | 1100 | 0 | 11 | 11011010 | 1001101 | 1011000 |
Color Harmonies of #C8DAF8
Complementary color
Monochromatic Colors of #C8DAF8
Black with #C8DAF8
Text Example
Text Example
White with #C8DAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DAF8; }
p { color: rgb(200,218,248); }
H1.HeaderClassName
{
color: #C8DAF8;
}
.AnyTagClassName
{
color: #C8DAF8;
}
</style>
background-color css
<style>
a { background-color: #C8DAF8; }
a { background-color: rgb(200,218,248); }
div.DivClassName
{
background-color: #C8DAF8;
}
.BgClassName
{
background-color: #C8DAF8;
}
</style>
border-color css
<style>
span { border-color: #C8DAF8; }
span { border-color: rgb(200,218,248); }
td.TdClassName
{
border-color: #C8DAF8;
}
.TagClassName
{
border-color: #C8DAF8;
}
</style>