Shades of Hawkes Blue #C0DAFA
Tints of Hawkes Blue #C0DAFA
RGB
CMYK
RGB Variations
Color information
#C0DAFA (or 0xC0DAFA) is known color: Hawkes Blue. HEX triplet: C0, DA and FA. RGB value is (192,218,250). Sum of RGB (Red+Green+Blue) = 192+218+250=660 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.09% from 660); Green value is 218 (85.55% from 255 or 33.03% from 660); Blue value is 250 (98.05% from 255 or 37.88% from 660); Max value from RGB is 250 - color contains mainly: blue. Hex color #C0DAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DAFA is #3F2505. Grayscale: #D5D5D5. Windows color (decimal): -4138246 or 16440000. OLE color: 16440000.
HSL color Cylindrical-coordinate representation of color #C0DAFA: hue angle of 213.1º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0DAFA is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 192 | 218 | 250 | - |
CMYK | 0.23 | 0.13 | 0 | 0.02 |
HSL | 213.1º | 0.85% | 0.87% | - |
HSV(B) | 213.1º | 0.23% | 0.98% | - |
XYZ | 64.06 | 68.25 | 100.24 | - |
YUV | 213.87 | 148.39 | 112.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 218 | 250 | 0.23 | 0.13 | 0 | 0.02 | 213.1 | 0.85 | 0.87 |
Hex | C0 | DA | FA | 17 | D | 0 | 2 | D5 | 55 | 57 |
Octal | 300 | 332 | 372 | 27 | 15 | 0 | 2 | 325 | 125 | 127 |
Binary | 11000000 | 11011010 | 11111010 | 10111 | 1101 | 0 | 10 | 11010101 | 1010101 | 1010111 |
Color Harmonies of #C0DAFA
Complementary color
Monochromatic Colors of #C0DAFA
Black with #C0DAFA
Text Example
Text Example
White with #C0DAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DAFA; }
p { color: rgb(192,218,250); }
H1.HeaderClassName
{
color: #C0DAFA;
}
.AnyTagClassName
{
color: #C0DAFA;
}
</style>
background-color css
<style>
a { background-color: #C0DAFA; }
a { background-color: rgb(192,218,250); }
div.DivClassName
{
background-color: #C0DAFA;
}
.BgClassName
{
background-color: #C0DAFA;
}
</style>
border-color css
<style>
span { border-color: #C0DAFA; }
span { border-color: rgb(192,218,250); }
td.TdClassName
{
border-color: #C0DAFA;
}
.TagClassName
{
border-color: #C0DAFA;
}
</style>