Shades of Onahau #C0E3EC
Tints of Onahau #C0E3EC
RGB
CMYK
RGB Variations
Color information
#C0E3EC (or 0xC0E3EC) is known color: Onahau. HEX triplet: C0, E3 and EC. RGB value is (192,227,236). Sum of RGB (Red+Green+Blue) = 192+227+236=655 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.31% from 655); Green value is 227 (89.06% from 255 or 34.66% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 236 - color contains mainly: blue. Hex color #C0E3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0E3EC is #3F1C13. Grayscale: #D9D9D9. Windows color (decimal): -4135956 or 15524800. OLE color: 15524800.
HSL color Cylindrical-coordinate representation of color #C0E3EC: hue angle of 192.27º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0E3EC is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 227 | 236 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.07 |
| HSL | 192.27º | 0.54% | 0.84% | - |
| HSV(B) | 192.27º | 0.19% | 0.93% | - |
| XYZ | 64.35 | 72.2 | 89.9 | - |
| YUV | 217.56 | 138.4 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 227 | 236 | 0.19 | 0.04 | 0 | 0.07 | 192.27 | 0.54 | 0.84 |
| Hex | C0 | E3 | EC | 13 | 4 | 0 | 7 | C0 | 36 | 54 |
| Octal | 300 | 343 | 354 | 23 | 4 | 0 | 7 | 300 | 66 | 124 |
| Binary | 11000000 | 11100011 | 11101100 | 10011 | 100 | 0 | 111 | 11000000 | 110110 | 1010100 |
Color Harmonies of #C0E3EC
Complementary color
Monochromatic Colors of #C0E3EC
Black with #C0E3EC
Text Example
Text Example
White with #C0E3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E3EC; }
p { color: rgb(192,227,236); }
H1.HeaderClassName
{
color: #C0E3EC;
}
.AnyTagClassName
{
color: #C0E3EC;
}
</style>
background-color css
<style>
a { background-color: #C0E3EC; }
a { background-color: rgb(192,227,236); }
div.DivClassName
{
background-color: #C0E3EC;
}
.BgClassName
{
background-color: #C0E3EC;
}
</style>
border-color css
<style>
span { border-color: #C0E3EC; }
span { border-color: rgb(192,227,236); }
td.TdClassName
{
border-color: #C0E3EC;
}
.TagClassName
{
border-color: #C0E3EC;
}
</style>