Shades of Hawkes Blue #C0DAFF
Tints of Hawkes Blue #C0DAFF
RGB
CMYK
RGB Variations
Color information
#C0DAFF (or 0xC0DAFF) is known color: Hawkes Blue. HEX triplet: C0, DA and FF. RGB value is (192,218,255). Sum of RGB (Red+Green+Blue) = 192+218+255=665 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.87% from 665); Green value is 218 (85.55% from 255 or 32.78% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0DAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DAFF is #3F2500. Grayscale: #D6D6D6. Windows color (decimal): -4138241 or 16767680. OLE color: 16767680.
HSL color Cylindrical-coordinate representation of color #C0DAFF: hue angle of 215.24º 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 #C0DAFF is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 192 | 218 | 255 | - |
CMYK | 0.25 | 0.15 | 0 | 0 |
HSL | 215.24º | 1% | 0.88% | - |
HSV(B) | 215.24º | 0.25% | 1% | - |
XYZ | 64.86 | 68.57 | 104.42 | - |
YUV | 214.44 | 150.89 | 111.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 218 | 255 | 0.25 | 0.15 | 0 | 0 | 215.24 | 1 | 0.88 |
Hex | C0 | DA | FF | 19 | F | 0 | 0 | D7 | 64 | 58 |
Octal | 300 | 332 | 377 | 31 | 17 | 0 | 0 | 327 | 144 | 130 |
Binary | 11000000 | 11011010 | 11111111 | 11001 | 1111 | 0 | 0 | 11010111 | 1100100 | 1011000 |
Color Harmonies of #C0DAFF
Complementary color
Monochromatic Colors of #C0DAFF
Black with #C0DAFF
Text Example
Text Example
White with #C0DAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DAFF; }
p { color: rgb(192,218,255); }
H1.HeaderClassName
{
color: #C0DAFF;
}
.AnyTagClassName
{
color: #C0DAFF;
}
</style>
background-color css
<style>
a { background-color: #C0DAFF; }
a { background-color: rgb(192,218,255); }
div.DivClassName
{
background-color: #C0DAFF;
}
.BgClassName
{
background-color: #C0DAFF;
}
</style>
border-color css
<style>
span { border-color: #C0DAFF; }
span { border-color: rgb(192,218,255); }
td.TdClassName
{
border-color: #C0DAFF;
}
.TagClassName
{
border-color: #C0DAFF;
}
</style>