Shades of Onahau #C2E3EB
Tints of Onahau #C2E3EB
RGB
CMYK
RGB Variations
Color information
#C2E3EB (or 0xC2E3EB) is known color: Onahau. HEX triplet: C2, E3 and EB. RGB value is (194,227,235). Sum of RGB (Red+Green+Blue) = 194+227+235=656 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.57% from 656); Green value is 227 (89.06% from 255 or 34.60% from 656); Blue value is 235 (92.19% from 255 or 35.82% from 656); Max value from RGB is 235 - color contains mainly: blue. Hex color #C2E3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2E3EB is #3D1C14. Grayscale: #D9D9D9. Windows color (decimal): -4004885 or 15459266. OLE color: 15459266.
HSL color Cylindrical-coordinate representation of color #C2E3EB: hue angle of 191.71º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2E3EB is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 227 | 235 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.08 |
| HSL | 191.71º | 0.51% | 0.84% | - |
| HSV(B) | 191.71º | 0.17% | 0.92% | - |
| XYZ | 64.71 | 72.41 | 89.16 | - |
| YUV | 218.05 | 137.57 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 227 | 235 | 0.17 | 0.03 | 0 | 0.08 | 191.71 | 0.51 | 0.84 |
| Hex | C2 | E3 | EB | 11 | 3 | 0 | 8 | C0 | 33 | 54 |
| Octal | 302 | 343 | 353 | 21 | 3 | 0 | 10 | 300 | 63 | 124 |
| Binary | 11000010 | 11100011 | 11101011 | 10001 | 11 | 0 | 1000 | 11000000 | 110011 | 1010100 |
Color Harmonies of #C2E3EB
Complementary color
Monochromatic Colors of #C2E3EB
Black with #C2E3EB
Text Example
Text Example
White with #C2E3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E3EB; }
p { color: rgb(194,227,235); }
H1.HeaderClassName
{
color: #C2E3EB;
}
.AnyTagClassName
{
color: #C2E3EB;
}
</style>
background-color css
<style>
a { background-color: #C2E3EB; }
a { background-color: rgb(194,227,235); }
div.DivClassName
{
background-color: #C2E3EB;
}
.BgClassName
{
background-color: #C2E3EB;
}
</style>
border-color css
<style>
span { border-color: #C2E3EB; }
span { border-color: rgb(194,227,235); }
td.TdClassName
{
border-color: #C2E3EB;
}
.TagClassName
{
border-color: #C2E3EB;
}
</style>