Shades of Hawkes Blue #C0D8FB
Tints of Hawkes Blue #C0D8FB
RGB
CMYK
RGB Variations
Color information
#C0D8FB (or 0xC0D8FB) is known color: Hawkes Blue. HEX triplet: C0, D8 and FB. RGB value is (192,216,251). Sum of RGB (Red+Green+Blue) = 192+216+251=659 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.14% from 659); Green value is 216 (84.77% from 255 or 32.78% from 659); Blue value is 251 (98.44% from 255 or 38.09% from 659); Max value from RGB is 251 - color contains mainly: blue. Hex color #C0D8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0D8FB is #3F2704. Grayscale: #D4D4D4. Windows color (decimal): -4138757 or 16505024. OLE color: 16505024.
HSL color Cylindrical-coordinate representation of color #C0D8FB: hue angle of 215.59º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0D8FB is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 216 | 251 | - |
| CMYK | 0.24 | 0.14 | 0 | 0.02 |
| HSL | 215.59º | 0.88% | 0.87% | - |
| HSV(B) | 215.59º | 0.24% | 0.98% | - |
| XYZ | 63.71 | 67.28 | 100.9 | - |
| YUV | 212.81 | 149.55 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 216 | 251 | 0.24 | 0.14 | 0 | 0.02 | 215.59 | 0.88 | 0.87 |
| Hex | C0 | D8 | FB | 18 | E | 0 | 2 | D8 | 58 | 57 |
| Octal | 300 | 330 | 373 | 30 | 16 | 0 | 2 | 330 | 130 | 127 |
| Binary | 11000000 | 11011000 | 11111011 | 11000 | 1110 | 0 | 10 | 11011000 | 1011000 | 1010111 |
Color Harmonies of #C0D8FB
Complementary color
Monochromatic Colors of #C0D8FB
Black with #C0D8FB
Text Example
Text Example
White with #C0D8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D8FB; }
p { color: rgb(192,216,251); }
H1.HeaderClassName
{
color: #C0D8FB;
}
.AnyTagClassName
{
color: #C0D8FB;
}
</style>
background-color css
<style>
a { background-color: #C0D8FB; }
a { background-color: rgb(192,216,251); }
div.DivClassName
{
background-color: #C0D8FB;
}
.BgClassName
{
background-color: #C0D8FB;
}
</style>
border-color css
<style>
span { border-color: #C0D8FB; }
span { border-color: rgb(192,216,251); }
td.TdClassName
{
border-color: #C0D8FB;
}
.TagClassName
{
border-color: #C0D8FB;
}
</style>