Shades of Hawkes Blue #C0D9FF
Tints of Hawkes Blue #C0D9FF
RGB
CMYK
RGB Variations
Color information
#C0D9FF (or 0xC0D9FF) is known color: Hawkes Blue. HEX triplet: C0, D9 and FF. RGB value is (192,217,255). Sum of RGB (Red+Green+Blue) = 192+217+255=664 (87% of max value = 765). Red value is 192 (75.39% from 255 or 28.92% from 664); Green value is 217 (85.16% from 255 or 32.68% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0D9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0D9FF is #3F2600. Grayscale: #D5D5D5. Windows color (decimal): -4138497 or 16767424. OLE color: 16767424.
HSL color Cylindrical-coordinate representation of color #C0D9FF: hue angle of 216.19º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0D9FF is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 217 | 255 | - |
| CMYK | 0.25 | 0.15 | 0 | 0 |
| HSL | 216.19º | 1% | 0.88% | - |
| HSV(B) | 216.19º | 0.25% | 1% | - |
| XYZ | 64.6 | 68.05 | 104.34 | - |
| YUV | 213.86 | 151.22 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 217 | 255 | 0.25 | 0.15 | 0 | 0 | 216.19 | 1 | 0.88 |
| Hex | C0 | D9 | FF | 19 | F | 0 | 0 | D8 | 64 | 58 |
| Octal | 300 | 331 | 377 | 31 | 17 | 0 | 0 | 330 | 144 | 130 |
| Binary | 11000000 | 11011001 | 11111111 | 11001 | 1111 | 0 | 0 | 11011000 | 1100100 | 1011000 |
Color Harmonies of #C0D9FF
Complementary color
Monochromatic Colors of #C0D9FF
Black with #C0D9FF
Text Example
Text Example
White with #C0D9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D9FF; }
p { color: rgb(192,217,255); }
H1.HeaderClassName
{
color: #C0D9FF;
}
.AnyTagClassName
{
color: #C0D9FF;
}
</style>
background-color css
<style>
a { background-color: #C0D9FF; }
a { background-color: rgb(192,217,255); }
div.DivClassName
{
background-color: #C0D9FF;
}
.BgClassName
{
background-color: #C0D9FF;
}
</style>
border-color css
<style>
span { border-color: #C0D9FF; }
span { border-color: rgb(192,217,255); }
td.TdClassName
{
border-color: #C0D9FF;
}
.TagClassName
{
border-color: #C0D9FF;
}
</style>