Shades of Onahau #C2E1EB
Tints of Onahau #C2E1EB
RGB
CMYK
RGB Variations
Color information
#C2E1EB (or 0xC2E1EB) is known color: Onahau. HEX triplet: C2, E1 and EB. RGB value is (194,225,235). Sum of RGB (Red+Green+Blue) = 194+225+235=654 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.66% from 654); Green value is 225 (88.28% from 255 or 34.40% from 654); Blue value is 235 (92.19% from 255 or 35.93% from 654); Max value from RGB is 235 - color contains mainly: blue. Hex color #C2E1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2E1EB is #3D1E14. Grayscale: #D8D8D8. Windows color (decimal): -4005397 or 15458754. OLE color: 15458754.
HSL color Cylindrical-coordinate representation of color #C2E1EB: hue angle of 194.63º 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 #C2E1EB is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 225 | 235 | - |
| CMYK | 0.17 | 0.04 | 0 | 0.08 |
| HSL | 194.63º | 0.51% | 0.84% | - |
| HSV(B) | 194.63º | 0.17% | 0.92% | - |
| XYZ | 64.17 | 71.32 | 88.98 | - |
| YUV | 216.87 | 138.23 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 225 | 235 | 0.17 | 0.04 | 0 | 0.08 | 194.63 | 0.51 | 0.84 |
| Hex | C2 | E1 | EB | 11 | 4 | 0 | 8 | C3 | 33 | 54 |
| Octal | 302 | 341 | 353 | 21 | 4 | 0 | 10 | 303 | 63 | 124 |
| Binary | 11000010 | 11100001 | 11101011 | 10001 | 100 | 0 | 1000 | 11000011 | 110011 | 1010100 |
Color Harmonies of #C2E1EB
Complementary color
Monochromatic Colors of #C2E1EB
Black with #C2E1EB
Text Example
Text Example
White with #C2E1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E1EB; }
p { color: rgb(194,225,235); }
H1.HeaderClassName
{
color: #C2E1EB;
}
.AnyTagClassName
{
color: #C2E1EB;
}
</style>
background-color css
<style>
a { background-color: #C2E1EB; }
a { background-color: rgb(194,225,235); }
div.DivClassName
{
background-color: #C2E1EB;
}
.BgClassName
{
background-color: #C2E1EB;
}
</style>
border-color css
<style>
span { border-color: #C2E1EB; }
span { border-color: rgb(194,225,235); }
td.TdClassName
{
border-color: #C2E1EB;
}
.TagClassName
{
border-color: #C2E1EB;
}
</style>