Shades of Onahau #C2ECFC
Tints of Onahau #C2ECFC
RGB
CMYK
RGB Variations
Color information
#C2ECFC (or 0xC2ECFC) is known color: Onahau. HEX triplet: C2, EC and FC. RGB value is (194,236,252). Sum of RGB (Red+Green+Blue) = 194+236+252=682 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.45% from 682); Green value is 236 (92.58% from 255 or 34.60% from 682); Blue value is 252 (98.83% from 255 or 36.95% from 682); Max value from RGB is 252 - color contains mainly: blue. Hex color #C2ECFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2ECFC is #3D1303. Grayscale: #E1E1E1. Windows color (decimal): -4002564 or 16575682. OLE color: 16575682.
HSL color Cylindrical-coordinate representation of color #C2ECFC: hue angle of 196.55º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2ECFC is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 236 | 252 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.01 |
| HSL | 196.55º | 0.91% | 0.87% | - |
| HSV(B) | 196.55º | 0.23% | 0.99% | - |
| XYZ | 69.81 | 78.49 | 103.57 | - |
| YUV | 225.27 | 143.09 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 236 | 252 | 0.23 | 0.06 | 0 | 0.01 | 196.55 | 0.91 | 0.87 |
| Hex | C2 | EC | FC | 17 | 6 | 0 | 1 | C5 | 5B | 57 |
| Octal | 302 | 354 | 374 | 27 | 6 | 0 | 1 | 305 | 133 | 127 |
| Binary | 11000010 | 11101100 | 11111100 | 10111 | 110 | 0 | 1 | 11000101 | 1011011 | 1010111 |
Color Harmonies of #C2ECFC
Complementary color
Monochromatic Colors of #C2ECFC
Black with #C2ECFC
Text Example
Text Example
White with #C2ECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ECFC; }
p { color: rgb(194,236,252); }
H1.HeaderClassName
{
color: #C2ECFC;
}
.AnyTagClassName
{
color: #C2ECFC;
}
</style>
background-color css
<style>
a { background-color: #C2ECFC; }
a { background-color: rgb(194,236,252); }
div.DivClassName
{
background-color: #C2ECFC;
}
.BgClassName
{
background-color: #C2ECFC;
}
</style>
border-color css
<style>
span { border-color: #C2ECFC; }
span { border-color: rgb(194,236,252); }
td.TdClassName
{
border-color: #C2ECFC;
}
.TagClassName
{
border-color: #C2ECFC;
}
</style>