Shades of Onahau #C2E5EB
Tints of Onahau #C2E5EB
RGB
CMYK
RGB Variations
Color information
#C2E5EB (or 0xC2E5EB) is known color: Onahau. HEX triplet: C2, E5 and EB. RGB value is (194,229,235). Sum of RGB (Red+Green+Blue) = 194+229+235=658 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.48% from 658); Green value is 229 (89.84% from 255 or 34.80% from 658); Blue value is 235 (92.19% from 255 or 35.71% from 658); Max value from RGB is 235 - color contains mainly: blue. Hex color #C2E5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2E5EB is #3D1A14. Grayscale: #DBDBDB. Windows color (decimal): -4004373 or 15459778. OLE color: 15459778.
HSL color Cylindrical-coordinate representation of color #C2E5EB: hue angle of 188.78º 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 #C2E5EB is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 229 | 235 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.08 |
| HSL | 188.78º | 0.51% | 0.84% | - |
| HSV(B) | 188.78º | 0.17% | 0.92% | - |
| XYZ | 65.26 | 73.51 | 89.35 | - |
| YUV | 219.22 | 136.9 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 229 | 235 | 0.17 | 0.03 | 0 | 0.08 | 188.78 | 0.51 | 0.84 |
| Hex | C2 | E5 | EB | 11 | 3 | 0 | 8 | BD | 33 | 54 |
| Octal | 302 | 345 | 353 | 21 | 3 | 0 | 10 | 275 | 63 | 124 |
| Binary | 11000010 | 11100101 | 11101011 | 10001 | 11 | 0 | 1000 | 10111101 | 110011 | 1010100 |
Color Harmonies of #C2E5EB
Complementary color
Monochromatic Colors of #C2E5EB
Black with #C2E5EB
Text Example
Text Example
White with #C2E5EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E5EB; }
p { color: rgb(194,229,235); }
H1.HeaderClassName
{
color: #C2E5EB;
}
.AnyTagClassName
{
color: #C2E5EB;
}
</style>
background-color css
<style>
a { background-color: #C2E5EB; }
a { background-color: rgb(194,229,235); }
div.DivClassName
{
background-color: #C2E5EB;
}
.BgClassName
{
background-color: #C2E5EB;
}
</style>
border-color css
<style>
span { border-color: #C2E5EB; }
span { border-color: rgb(194,229,235); }
td.TdClassName
{
border-color: #C2E5EB;
}
.TagClassName
{
border-color: #C2E5EB;
}
</style>