Shades of Onahau #C0EEFA
Tints of Onahau #C0EEFA
RGB
CMYK
RGB Variations
Color information
#C0EEFA (or 0xC0EEFA) is known color: Onahau. HEX triplet: C0, EE and FA. RGB value is (192,238,250). Sum of RGB (Red+Green+Blue) = 192+238+250=680 (90% of max value = 765). Red value is 192 (75.39% from 255 or 28.24% from 680); Green value is 238 (93.36% from 255 or 35% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 250 - color contains mainly: blue. Hex color #C0EEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0EEFA is #3F1105. Grayscale: #E1E1E1. Windows color (decimal): -4133126 or 16445120. OLE color: 16445120.
HSL color Cylindrical-coordinate representation of color #C0EEFA: hue angle of 192.41º 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 #C0EEFA is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 238 | 250 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.02 |
| HSL | 192.41º | 0.85% | 0.87% | - |
| HSV(B) | 192.41º | 0.23% | 0.98% | - |
| XYZ | 69.57 | 79.26 | 102.07 | - |
| YUV | 225.61 | 141.76 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 238 | 250 | 0.23 | 0.05 | 0 | 0.02 | 192.41 | 0.85 | 0.87 |
| Hex | C0 | EE | FA | 17 | 5 | 0 | 2 | C0 | 55 | 57 |
| Octal | 300 | 356 | 372 | 27 | 5 | 0 | 2 | 300 | 125 | 127 |
| Binary | 11000000 | 11101110 | 11111010 | 10111 | 101 | 0 | 10 | 11000000 | 1010101 | 1010111 |
Color Harmonies of #C0EEFA
Complementary color
Monochromatic Colors of #C0EEFA
Black with #C0EEFA
Text Example
Text Example
White with #C0EEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EEFA; }
p { color: rgb(192,238,250); }
H1.HeaderClassName
{
color: #C0EEFA;
}
.AnyTagClassName
{
color: #C0EEFA;
}
</style>
background-color css
<style>
a { background-color: #C0EEFA; }
a { background-color: rgb(192,238,250); }
div.DivClassName
{
background-color: #C0EEFA;
}
.BgClassName
{
background-color: #C0EEFA;
}
</style>
border-color css
<style>
span { border-color: #C0EEFA; }
span { border-color: rgb(192,238,250); }
td.TdClassName
{
border-color: #C0EEFA;
}
.TagClassName
{
border-color: #C0EEFA;
}
</style>