Shades of Onahau #C2E5E9
Tints of Onahau #C2E5E9
RGB
CMYK
RGB Variations
Color information
#C2E5E9 (or 0xC2E5E9) is known color: Onahau. HEX triplet: C2, E5 and E9. RGB value is (194,229,233). Sum of RGB (Red+Green+Blue) = 194+229+233=656 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.57% from 656); Green value is 229 (89.84% from 255 or 34.91% from 656); Blue value is 233 (91.41% from 255 or 35.52% from 656); Max value from RGB is 233 - color contains mainly: blue. Hex color #C2E5E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2E5E9 is #3D1A16. Grayscale: #DADADA. Windows color (decimal): -4004375 or 15328706. OLE color: 15328706.
HSL color Cylindrical-coordinate representation of color #C2E5E9: hue angle of 186.15º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2E5E9 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 229 | 233 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.09 |
| HSL | 186.15º | 0.47% | 0.84% | - |
| HSV(B) | 186.15º | 0.17% | 0.91% | - |
| XYZ | 64.98 | 73.39 | 87.83 | - |
| YUV | 218.99 | 135.9 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 229 | 233 | 0.17 | 0.02 | 0 | 0.09 | 186.15 | 0.47 | 0.84 |
| Hex | C2 | E5 | E9 | 11 | 2 | 0 | 9 | BA | 2F | 54 |
| Octal | 302 | 345 | 351 | 21 | 2 | 0 | 11 | 272 | 57 | 124 |
| Binary | 11000010 | 11100101 | 11101001 | 10001 | 10 | 0 | 1001 | 10111010 | 101111 | 1010100 |
Color Harmonies of #C2E5E9
Complementary color
Monochromatic Colors of #C2E5E9
Black with #C2E5E9
Text Example
Text Example
White with #C2E5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E5E9; }
p { color: rgb(194,229,233); }
H1.HeaderClassName
{
color: #C2E5E9;
}
.AnyTagClassName
{
color: #C2E5E9;
}
</style>
background-color css
<style>
a { background-color: #C2E5E9; }
a { background-color: rgb(194,229,233); }
div.DivClassName
{
background-color: #C2E5E9;
}
.BgClassName
{
background-color: #C2E5E9;
}
</style>
border-color css
<style>
span { border-color: #C2E5E9; }
span { border-color: rgb(194,229,233); }
td.TdClassName
{
border-color: #C2E5E9;
}
.TagClassName
{
border-color: #C2E5E9;
}
</style>