Shades of Onahau #C0EBEF
Tints of Onahau #C0EBEF
RGB
CMYK
RGB Variations
Color information
#C0EBEF (or 0xC0EBEF) is known color: Onahau. HEX triplet: C0, EB and EF. RGB value is (192,235,239). Sum of RGB (Red+Green+Blue) = 192+235+239=666 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.83% from 666); Green value is 235 (92.19% from 255 or 35.29% from 666); Blue value is 239 (93.75% from 255 or 35.89% from 666); Max value from RGB is 239 - color contains mainly: blue. Hex color #C0EBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0EBEF is #3F1410. Grayscale: #DEDEDE. Windows color (decimal): -4133905 or 15723456. OLE color: 15723456.
HSL color Cylindrical-coordinate representation of color #C0EBEF: hue angle of 185.11º 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 #C0EBEF is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 235 | 239 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.06 |
| HSL | 185.11º | 0.59% | 0.85% | - |
| HSV(B) | 185.11º | 0.2% | 0.94% | - |
| XYZ | 67.03 | 76.86 | 92.96 | - |
| YUV | 222.6 | 137.25 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 235 | 239 | 0.20 | 0.02 | 0 | 0.06 | 185.11 | 0.59 | 0.85 |
| Hex | C0 | EB | EF | 14 | 2 | 0 | 6 | B9 | 3B | 55 |
| Octal | 300 | 353 | 357 | 24 | 2 | 0 | 6 | 271 | 73 | 125 |
| Binary | 11000000 | 11101011 | 11101111 | 10100 | 10 | 0 | 110 | 10111001 | 111011 | 1010101 |
Color Harmonies of #C0EBEF
Complementary color
Monochromatic Colors of #C0EBEF
Black with #C0EBEF
Text Example
Text Example
White with #C0EBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EBEF; }
p { color: rgb(192,235,239); }
H1.HeaderClassName
{
color: #C0EBEF;
}
.AnyTagClassName
{
color: #C0EBEF;
}
</style>
background-color css
<style>
a { background-color: #C0EBEF; }
a { background-color: rgb(192,235,239); }
div.DivClassName
{
background-color: #C0EBEF;
}
.BgClassName
{
background-color: #C0EBEF;
}
</style>
border-color css
<style>
span { border-color: #C0EBEF; }
span { border-color: rgb(192,235,239); }
td.TdClassName
{
border-color: #C0EBEF;
}
.TagClassName
{
border-color: #C0EBEF;
}
</style>