Shades of Hawkes Blue #C0DDFE
Tints of Hawkes Blue #C0DDFE
RGB
CMYK
RGB Variations
Color information
#C0DDFE (or 0xC0DDFE) is known color: Hawkes Blue. HEX triplet: C0, DD and FE. RGB value is (192,221,254). Sum of RGB (Red+Green+Blue) = 192+221+254=667 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.79% from 667); Green value is 221 (86.72% from 255 or 33.13% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0DDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DDFE is #3F2201. Grayscale: #D7D7D7. Windows color (decimal): -4137474 or 16702912. OLE color: 16702912.
HSL color Cylindrical-coordinate representation of color #C0DDFE: hue angle of 211.94º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0DDFE is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 221 | 254 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.00 |
| HSL | 211.94º | 0.97% | 0.87% | - |
| HSV(B) | 211.94º | 0.24% | 1% | - |
| XYZ | 65.48 | 70.08 | 103.84 | - |
| YUV | 216.09 | 149.39 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 254 | 0.24 | 0.13 | 0 | 0.00 | 211.94 | 0.97 | 0.87 |
| Hex | C0 | DD | FE | 18 | D | 0 | 0 | D4 | 61 | 57 |
| Octal | 300 | 335 | 376 | 30 | 15 | 0 | 0 | 324 | 141 | 127 |
| Binary | 11000000 | 11011101 | 11111110 | 11000 | 1101 | 0 | 0 | 11010100 | 1100001 | 1010111 |
Color Harmonies of #C0DDFE
Complementary color
Monochromatic Colors of #C0DDFE
Black with #C0DDFE
Text Example
Text Example
White with #C0DDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DDFE; }
p { color: rgb(192,221,254); }
H1.HeaderClassName
{
color: #C0DDFE;
}
.AnyTagClassName
{
color: #C0DDFE;
}
</style>
background-color css
<style>
a { background-color: #C0DDFE; }
a { background-color: rgb(192,221,254); }
div.DivClassName
{
background-color: #C0DDFE;
}
.BgClassName
{
background-color: #C0DDFE;
}
</style>
border-color css
<style>
span { border-color: #C0DDFE; }
span { border-color: rgb(192,221,254); }
td.TdClassName
{
border-color: #C0DDFE;
}
.TagClassName
{
border-color: #C0DDFE;
}
</style>