Shades of Onahau #C2EEFA
Tints of Onahau #C2EEFA
RGB
CMYK
RGB Variations
Color information
#C2EEFA (or 0xC2EEFA) is known color: Onahau. HEX triplet: C2, EE and FA. RGB value is (194,238,250). Sum of RGB (Red+Green+Blue) = 194+238+250=682 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.45% from 682); Green value is 238 (93.36% from 255 or 34.90% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 250 - color contains mainly: blue. Hex color #C2EEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EEFA is #3D1105. Grayscale: #E2E2E2. Windows color (decimal): -4002054 or 16445122. OLE color: 16445122.
HSL color Cylindrical-coordinate representation of color #C2EEFA: hue angle of 192.86º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2EEFA is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 238 | 250 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.02 |
| HSL | 192.86º | 0.85% | 0.87% | - |
| HSV(B) | 192.86º | 0.22% | 0.98% | - |
| XYZ | 70.08 | 79.52 | 102.1 | - |
| YUV | 226.21 | 141.42 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 238 | 250 | 0.22 | 0.05 | 0 | 0.02 | 192.86 | 0.85 | 0.87 |
| Hex | C2 | EE | FA | 16 | 5 | 0 | 2 | C1 | 55 | 57 |
| Octal | 302 | 356 | 372 | 26 | 5 | 0 | 2 | 301 | 125 | 127 |
| Binary | 11000010 | 11101110 | 11111010 | 10110 | 101 | 0 | 10 | 11000001 | 1010101 | 1010111 |
Color Harmonies of #C2EEFA
Complementary color
Monochromatic Colors of #C2EEFA
Black with #C2EEFA
Text Example
Text Example
White with #C2EEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EEFA; }
p { color: rgb(194,238,250); }
H1.HeaderClassName
{
color: #C2EEFA;
}
.AnyTagClassName
{
color: #C2EEFA;
}
</style>
background-color css
<style>
a { background-color: #C2EEFA; }
a { background-color: rgb(194,238,250); }
div.DivClassName
{
background-color: #C2EEFA;
}
.BgClassName
{
background-color: #C2EEFA;
}
</style>
border-color css
<style>
span { border-color: #C2EEFA; }
span { border-color: rgb(194,238,250); }
td.TdClassName
{
border-color: #C2EEFA;
}
.TagClassName
{
border-color: #C2EEFA;
}
</style>