Shades of Onahau #C0E1EA
Tints of Onahau #C0E1EA
RGB
CMYK
RGB Variations
Color information
#C0E1EA (or 0xC0E1EA) is known color: Onahau. HEX triplet: C0, E1 and EA. RGB value is (192,225,234). Sum of RGB (Red+Green+Blue) = 192+225+234=651 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.49% from 651); Green value is 225 (88.28% from 255 or 34.56% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 234 - color contains mainly: blue. Hex color #C0E1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0E1EA is #3F1E15. Grayscale: #D8D8D8. Windows color (decimal): -4136470 or 15393216. OLE color: 15393216.
HSL color Cylindrical-coordinate representation of color #C0E1EA: hue angle of 192.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 #C0E1EA is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 225 | 234 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.08 |
| HSL | 192.86º | 0.5% | 0.84% | - |
| HSV(B) | 192.86º | 0.18% | 0.92% | - |
| XYZ | 63.51 | 71 | 88.2 | - |
| YUV | 216.16 | 138.07 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 225 | 234 | 0.18 | 0.04 | 0 | 0.08 | 192.86 | 0.5 | 0.84 |
| Hex | C0 | E1 | EA | 12 | 4 | 0 | 8 | C1 | 32 | 54 |
| Octal | 300 | 341 | 352 | 22 | 4 | 0 | 10 | 301 | 62 | 124 |
| Binary | 11000000 | 11100001 | 11101010 | 10010 | 100 | 0 | 1000 | 11000001 | 110010 | 1010100 |
Color Harmonies of #C0E1EA
Complementary color
Monochromatic Colors of #C0E1EA
Black with #C0E1EA
Text Example
Text Example
White with #C0E1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E1EA; }
p { color: rgb(192,225,234); }
H1.HeaderClassName
{
color: #C0E1EA;
}
.AnyTagClassName
{
color: #C0E1EA;
}
</style>
background-color css
<style>
a { background-color: #C0E1EA; }
a { background-color: rgb(192,225,234); }
div.DivClassName
{
background-color: #C0E1EA;
}
.BgClassName
{
background-color: #C0E1EA;
}
</style>
border-color css
<style>
span { border-color: #C0E1EA; }
span { border-color: rgb(192,225,234); }
td.TdClassName
{
border-color: #C0E1EA;
}
.TagClassName
{
border-color: #C0E1EA;
}
</style>