Shades of Hawkes Blue #C8D8FA
Tints of Hawkes Blue #C8D8FA
RGB
CMYK
RGB Variations
Color information
#C8D8FA (or 0xC8D8FA) is known color: Hawkes Blue. HEX triplet: C8, D8 and FA. RGB value is (200,216,250). Sum of RGB (Red+Green+Blue) = 200+216+250=666 (88% of max value = 765). Red value is 200 (78.52% from 255 or 30.03% from 666); Green value is 216 (84.77% from 255 or 32.43% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #C8D8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8D8FA is #372705. Grayscale: #D6D6D6. Windows color (decimal): -3614470 or 16439496. OLE color: 16439496.
HSL color Cylindrical-coordinate representation of color #C8D8FA: hue angle of 220.8º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8D8FA is Cyan = 0.2, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 216 | 250 | - |
| CMYK | 0.2 | 0.14 | 0 | 0.02 |
| HSL | 220.8º | 0.83% | 0.88% | - |
| HSV(B) | 220.8º | 0.2% | 0.98% | - |
| XYZ | 65.63 | 68.29 | 100.17 | - |
| YUV | 215.09 | 147.7 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 216 | 250 | 0.2 | 0.14 | 0 | 0.02 | 220.8 | 0.83 | 0.88 |
| Hex | C8 | D8 | FA | 14 | E | 0 | 2 | DD | 53 | 58 |
| Octal | 310 | 330 | 372 | 24 | 16 | 0 | 2 | 335 | 123 | 130 |
| Binary | 11001000 | 11011000 | 11111010 | 10100 | 1110 | 0 | 10 | 11011101 | 1010011 | 1011000 |
Color Harmonies of #C8D8FA
Complementary color
Monochromatic Colors of #C8D8FA
Black with #C8D8FA
Text Example
Text Example
White with #C8D8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D8FA; }
p { color: rgb(200,216,250); }
H1.HeaderClassName
{
color: #C8D8FA;
}
.AnyTagClassName
{
color: #C8D8FA;
}
</style>
background-color css
<style>
a { background-color: #C8D8FA; }
a { background-color: rgb(200,216,250); }
div.DivClassName
{
background-color: #C8D8FA;
}
.BgClassName
{
background-color: #C8D8FA;
}
</style>
border-color css
<style>
span { border-color: #C8D8FA; }
span { border-color: rgb(200,216,250); }
td.TdClassName
{
border-color: #C8D8FA;
}
.TagClassName
{
border-color: #C8D8FA;
}
</style>