Shades of Hawkes Blue #C0DCFF
Tints of Hawkes Blue #C0DCFF
RGB
CMYK
RGB Variations
Color information
#C0DCFF (or 0xC0DCFF) is known color: Hawkes Blue. HEX triplet: C0, DC and FF. RGB value is (192,220,255). Sum of RGB (Red+Green+Blue) = 192+220+255=667 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.79% from 667); Green value is 220 (86.33% from 255 or 32.98% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0DCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DCFF is #3F2300. Grayscale: #D7D7D7. Windows color (decimal): -4137729 or 16768192. OLE color: 16768192.
HSL color Cylindrical-coordinate representation of color #C0DCFF: hue angle of 213.33º 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 #C0DCFF is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 192 | 220 | 255 | - |
CMYK | 0.25 | 0.14 | 0 | 0 |
HSL | 213.33º | 1% | 0.88% | - |
HSV(B) | 213.33º | 0.25% | 1% | - |
XYZ | 65.38 | 69.61 | 104.6 | - |
YUV | 215.62 | 150.22 | 111.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 220 | 255 | 0.25 | 0.14 | 0 | 0 | 213.33 | 1 | 0.88 |
Hex | C0 | DC | FF | 19 | E | 0 | 0 | D5 | 64 | 58 |
Octal | 300 | 334 | 377 | 31 | 16 | 0 | 0 | 325 | 144 | 130 |
Binary | 11000000 | 11011100 | 11111111 | 11001 | 1110 | 0 | 0 | 11010101 | 1100100 | 1011000 |
Color Harmonies of #C0DCFF
Complementary color
Monochromatic Colors of #C0DCFF
Black with #C0DCFF
Text Example
Text Example
White with #C0DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DCFF; }
p { color: rgb(192,220,255); }
H1.HeaderClassName
{
color: #C0DCFF;
}
.AnyTagClassName
{
color: #C0DCFF;
}
</style>
background-color css
<style>
a { background-color: #C0DCFF; }
a { background-color: rgb(192,220,255); }
div.DivClassName
{
background-color: #C0DCFF;
}
.BgClassName
{
background-color: #C0DCFF;
}
</style>
border-color css
<style>
span { border-color: #C0DCFF; }
span { border-color: rgb(192,220,255); }
td.TdClassName
{
border-color: #C0DCFF;
}
.TagClassName
{
border-color: #C0DCFF;
}
</style>