Shades of Onahau #C2ECFE
Tints of Onahau #C2ECFE
RGB
CMYK
RGB Variations
Color information
#C2ECFE (or 0xC2ECFE) is known color: Onahau. HEX triplet: C2, EC and FE. RGB value is (194,236,254). Sum of RGB (Red+Green+Blue) = 194+236+254=684 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.36% from 684); Green value is 236 (92.58% from 255 or 34.50% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2ECFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2ECFE is #3D1301. Grayscale: #E1E1E1. Windows color (decimal): -4002562 or 16706754. OLE color: 16706754.
HSL color Cylindrical-coordinate representation of color #C2ECFE: hue angle of 198º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2ECFE is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 236 | 254 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.00 |
| HSL | 198º | 0.97% | 0.88% | - |
| HSV(B) | 198º | 0.24% | 1% | - |
| XYZ | 70.13 | 78.62 | 105.24 | - |
| YUV | 225.49 | 144.09 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 236 | 254 | 0.24 | 0.07 | 0 | 0.00 | 198 | 0.97 | 0.88 |
| Hex | C2 | EC | FE | 18 | 7 | 0 | 0 | C6 | 61 | 58 |
| Octal | 302 | 354 | 376 | 30 | 7 | 0 | 0 | 306 | 141 | 130 |
| Binary | 11000010 | 11101100 | 11111110 | 11000 | 111 | 0 | 0 | 11000110 | 1100001 | 1011000 |
Color Harmonies of #C2ECFE
Complementary color
Monochromatic Colors of #C2ECFE
Black with #C2ECFE
Text Example
Text Example
White with #C2ECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ECFE; }
p { color: rgb(194,236,254); }
H1.HeaderClassName
{
color: #C2ECFE;
}
.AnyTagClassName
{
color: #C2ECFE;
}
</style>
background-color css
<style>
a { background-color: #C2ECFE; }
a { background-color: rgb(194,236,254); }
div.DivClassName
{
background-color: #C2ECFE;
}
.BgClassName
{
background-color: #C2ECFE;
}
</style>
border-color css
<style>
span { border-color: #C2ECFE; }
span { border-color: rgb(194,236,254); }
td.TdClassName
{
border-color: #C2ECFE;
}
.TagClassName
{
border-color: #C2ECFE;
}
</style>