Shades of Onahau #C2E9ED
Tints of Onahau #C2E9ED
RGB
CMYK
RGB Variations
Color information
#C2E9ED (or 0xC2E9ED) is known color: Onahau. HEX triplet: C2, E9 and ED. RGB value is (194,233,237). Sum of RGB (Red+Green+Blue) = 194+233+237=664 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.22% from 664); Green value is 233 (91.41% from 255 or 35.09% from 664); Blue value is 237 (92.97% from 255 or 35.69% from 664); Max value from RGB is 237 - color contains mainly: blue. Hex color #C2E9ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2E9ED is #3D1612. Grayscale: #DDDDDD. Windows color (decimal): -4003347 or 15591874. OLE color: 15591874.
HSL color Cylindrical-coordinate representation of color #C2E9ED: hue angle of 185.58º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2E9ED is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 233 | 237 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.07 |
| HSL | 185.58º | 0.54% | 0.85% | - |
| HSV(B) | 185.58º | 0.18% | 0.93% | - |
| XYZ | 66.67 | 75.86 | 91.25 | - |
| YUV | 221.8 | 136.58 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 233 | 237 | 0.18 | 0.02 | 0 | 0.07 | 185.58 | 0.54 | 0.85 |
| Hex | C2 | E9 | ED | 12 | 2 | 0 | 7 | BA | 36 | 55 |
| Octal | 302 | 351 | 355 | 22 | 2 | 0 | 7 | 272 | 66 | 125 |
| Binary | 11000010 | 11101001 | 11101101 | 10010 | 10 | 0 | 111 | 10111010 | 110110 | 1010101 |
Color Harmonies of #C2E9ED
Complementary color
Monochromatic Colors of #C2E9ED
Black with #C2E9ED
Text Example
Text Example
White with #C2E9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E9ED; }
p { color: rgb(194,233,237); }
H1.HeaderClassName
{
color: #C2E9ED;
}
.AnyTagClassName
{
color: #C2E9ED;
}
</style>
background-color css
<style>
a { background-color: #C2E9ED; }
a { background-color: rgb(194,233,237); }
div.DivClassName
{
background-color: #C2E9ED;
}
.BgClassName
{
background-color: #C2E9ED;
}
</style>
border-color css
<style>
span { border-color: #C2E9ED; }
span { border-color: rgb(194,233,237); }
td.TdClassName
{
border-color: #C2E9ED;
}
.TagClassName
{
border-color: #C2E9ED;
}
</style>