Shades of Onahau #C0E8EF
Tints of Onahau #C0E8EF
RGB
CMYK
RGB Variations
Color information
#C0E8EF (or 0xC0E8EF) is known color: Onahau. HEX triplet: C0, E8 and EF. RGB value is (192,232,239). Sum of RGB (Red+Green+Blue) = 192+232+239=663 (87% of max value = 765). Red value is 192 (75.39% from 255 or 28.96% from 663); Green value is 232 (91.02% from 255 or 34.99% from 663); Blue value is 239 (93.75% from 255 or 36.05% from 663); Max value from RGB is 239 - color contains mainly: blue. Hex color #C0E8EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0E8EF is #3F1710. Grayscale: #DCDCDC. Windows color (decimal): -4134673 or 15722688. OLE color: 15722688.
HSL color Cylindrical-coordinate representation of color #C0E8EF: hue angle of 188.94º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0E8EF is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 232 | 239 | - |
| CMYK | 0.20 | 0.03 | 0 | 0.06 |
| HSL | 188.94º | 0.59% | 0.85% | - |
| HSV(B) | 188.94º | 0.2% | 0.94% | - |
| XYZ | 66.17 | 75.15 | 92.68 | - |
| YUV | 220.84 | 138.25 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 232 | 239 | 0.20 | 0.03 | 0 | 0.06 | 188.94 | 0.59 | 0.85 |
| Hex | C0 | E8 | EF | 14 | 3 | 0 | 6 | BD | 3B | 55 |
| Octal | 300 | 350 | 357 | 24 | 3 | 0 | 6 | 275 | 73 | 125 |
| Binary | 11000000 | 11101000 | 11101111 | 10100 | 11 | 0 | 110 | 10111101 | 111011 | 1010101 |
Color Harmonies of #C0E8EF
Complementary color
Monochromatic Colors of #C0E8EF
Black with #C0E8EF
Text Example
Text Example
White with #C0E8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E8EF; }
p { color: rgb(192,232,239); }
H1.HeaderClassName
{
color: #C0E8EF;
}
.AnyTagClassName
{
color: #C0E8EF;
}
</style>
background-color css
<style>
a { background-color: #C0E8EF; }
a { background-color: rgb(192,232,239); }
div.DivClassName
{
background-color: #C0E8EF;
}
.BgClassName
{
background-color: #C0E8EF;
}
</style>
border-color css
<style>
span { border-color: #C0E8EF; }
span { border-color: rgb(192,232,239); }
td.TdClassName
{
border-color: #C0E8EF;
}
.TagClassName
{
border-color: #C0E8EF;
}
</style>