Shades of Onahau #C0E8EA
Tints of Onahau #C0E8EA
RGB
CMYK
RGB Variations
Color information
#C0E8EA (or 0xC0E8EA) is known color: Onahau. HEX triplet: C0, E8 and EA. RGB value is (192,232,234). Sum of RGB (Red+Green+Blue) = 192+232+234=658 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.18% from 658); Green value is 232 (91.02% from 255 or 35.26% from 658); Blue value is 234 (91.80% from 255 or 35.56% from 658); Max value from RGB is 234 - color contains mainly: blue. Hex color #C0E8EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0E8EA is #3F1715. Grayscale: #DCDCDC. Windows color (decimal): -4134678 or 15395008. OLE color: 15395008.
HSL color Cylindrical-coordinate representation of color #C0E8EA: hue angle of 182.86º degrees, saturation: 0.5, 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 #C0E8EA is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 232 | 234 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.08 |
| HSL | 182.86º | 0.5% | 0.84% | - |
| HSV(B) | 182.86º | 0.18% | 0.92% | - |
| XYZ | 65.45 | 74.86 | 88.84 | - |
| YUV | 220.27 | 135.75 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 232 | 234 | 0.18 | 0.01 | 0 | 0.08 | 182.86 | 0.5 | 0.84 |
| Hex | C0 | E8 | EA | 12 | 1 | 0 | 8 | B7 | 32 | 54 |
| Octal | 300 | 350 | 352 | 22 | 1 | 0 | 10 | 267 | 62 | 124 |
| Binary | 11000000 | 11101000 | 11101010 | 10010 | 1 | 0 | 1000 | 10110111 | 110010 | 1010100 |
Color Harmonies of #C0E8EA
Complementary color
Monochromatic Colors of #C0E8EA
Black with #C0E8EA
Text Example
Text Example
White with #C0E8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E8EA; }
p { color: rgb(192,232,234); }
H1.HeaderClassName
{
color: #C0E8EA;
}
.AnyTagClassName
{
color: #C0E8EA;
}
</style>
background-color css
<style>
a { background-color: #C0E8EA; }
a { background-color: rgb(192,232,234); }
div.DivClassName
{
background-color: #C0E8EA;
}
.BgClassName
{
background-color: #C0E8EA;
}
</style>
border-color css
<style>
span { border-color: #C0E8EA; }
span { border-color: rgb(192,232,234); }
td.TdClassName
{
border-color: #C0E8EA;
}
.TagClassName
{
border-color: #C0E8EA;
}
</style>