Shades of Onahau #C0E6EB
Tints of Onahau #C0E6EB
RGB
CMYK
RGB Variations
Color information
#C0E6EB (or 0xC0E6EB) is known color: Onahau. HEX triplet: C0, E6 and EB. RGB value is (192,230,235). Sum of RGB (Red+Green+Blue) = 192+230+235=657 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.22% from 657); Green value is 230 (90.23% from 255 or 35.01% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0E6EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0E6EB is #3F1914. Grayscale: #DBDBDB. Windows color (decimal): -4135189 or 15460032. OLE color: 15460032.
HSL color Cylindrical-coordinate representation of color #C0E6EB: hue angle of 186.98º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0E6EB is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 192 | 230 | 235 | - |
CMYK | 0.18 | 0.02 | 0 | 0.08 |
HSL | 186.98º | 0.52% | 0.84% | - |
HSV(B) | 186.98º | 0.18% | 0.92% | - |
XYZ | 65.03 | 73.8 | 89.41 | - |
YUV | 219.21 | 136.91 | 108.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 230 | 235 | 0.18 | 0.02 | 0 | 0.08 | 186.98 | 0.52 | 0.84 |
Hex | C0 | E6 | EB | 12 | 2 | 0 | 8 | BB | 34 | 54 |
Octal | 300 | 346 | 353 | 22 | 2 | 0 | 10 | 273 | 64 | 124 |
Binary | 11000000 | 11100110 | 11101011 | 10010 | 10 | 0 | 1000 | 10111011 | 110100 | 1010100 |
Color Harmonies of #C0E6EB
Complementary color
Monochromatic Colors of #C0E6EB
Black with #C0E6EB
Text Example
Text Example
White with #C0E6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E6EB; }
p { color: rgb(192,230,235); }
H1.HeaderClassName
{
color: #C0E6EB;
}
.AnyTagClassName
{
color: #C0E6EB;
}
</style>
background-color css
<style>
a { background-color: #C0E6EB; }
a { background-color: rgb(192,230,235); }
div.DivClassName
{
background-color: #C0E6EB;
}
.BgClassName
{
background-color: #C0E6EB;
}
</style>
border-color css
<style>
span { border-color: #C0E6EB; }
span { border-color: rgb(192,230,235); }
td.TdClassName
{
border-color: #C0E6EB;
}
.TagClassName
{
border-color: #C0E6EB;
}
</style>