Shades of Onahau #C0E0EC
Tints of Onahau #C0E0EC
RGB
CMYK
RGB Variations
Color information
#C0E0EC (or 0xC0E0EC) is known color: Onahau. HEX triplet: C0, E0 and EC. RGB value is (192,224,236). Sum of RGB (Red+Green+Blue) = 192+224+236=652 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.45% from 652); Green value is 224 (87.89% from 255 or 34.36% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 236 - color contains mainly: blue. Hex color #C0E0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0E0EC is #3F1F13. Grayscale: #D7D7D7. Windows color (decimal): -4136724 or 15524032. OLE color: 15524032.
HSL color Cylindrical-coordinate representation of color #C0E0EC: hue angle of 196.36º 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 #C0E0EC is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 224 | 236 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.07 |
| HSL | 196.36º | 0.54% | 0.84% | - |
| HSV(B) | 196.36º | 0.19% | 0.93% | - |
| XYZ | 63.53 | 70.57 | 89.63 | - |
| YUV | 215.8 | 139.4 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 224 | 236 | 0.19 | 0.05 | 0 | 0.07 | 196.36 | 0.54 | 0.84 |
| Hex | C0 | E0 | EC | 13 | 5 | 0 | 7 | C4 | 36 | 54 |
| Octal | 300 | 340 | 354 | 23 | 5 | 0 | 7 | 304 | 66 | 124 |
| Binary | 11000000 | 11100000 | 11101100 | 10011 | 101 | 0 | 111 | 11000100 | 110110 | 1010100 |
Color Harmonies of #C0E0EC
Complementary color
Monochromatic Colors of #C0E0EC
Black with #C0E0EC
Text Example
Text Example
White with #C0E0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E0EC; }
p { color: rgb(192,224,236); }
H1.HeaderClassName
{
color: #C0E0EC;
}
.AnyTagClassName
{
color: #C0E0EC;
}
</style>
background-color css
<style>
a { background-color: #C0E0EC; }
a { background-color: rgb(192,224,236); }
div.DivClassName
{
background-color: #C0E0EC;
}
.BgClassName
{
background-color: #C0E0EC;
}
</style>
border-color css
<style>
span { border-color: #C0E0EC; }
span { border-color: rgb(192,224,236); }
td.TdClassName
{
border-color: #C0E0EC;
}
.TagClassName
{
border-color: #C0E0EC;
}
</style>