Shades of Onahau #C2ECFF
Tints of Onahau #C2ECFF
RGB
CMYK
RGB Variations
Color information
#C2ECFF (or 0xC2ECFF) is known color: Onahau. HEX triplet: C2, EC and FF. RGB value is (194,236,255). Sum of RGB (Red+Green+Blue) = 194+236+255=685 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.32% from 685); Green value is 236 (92.58% from 255 or 34.45% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2ECFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2ECFF is #3D1300. Grayscale: #E1E1E1. Windows color (decimal): -4002561 or 16772290. OLE color: 16772290.
HSL color Cylindrical-coordinate representation of color #C2ECFF: hue angle of 198.69º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2ECFF is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 236 | 255 | - |
| CMYK | 0.24 | 0.07 | 0 | 0 |
| HSL | 198.69º | 1% | 0.88% | - |
| HSV(B) | 198.69º | 0.24% | 1% | - |
| XYZ | 70.29 | 78.68 | 106.09 | - |
| YUV | 225.61 | 144.59 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 236 | 255 | 0.24 | 0.07 | 0 | 0 | 198.69 | 1 | 0.88 |
| Hex | C2 | EC | FF | 18 | 7 | 0 | 0 | C7 | 64 | 58 |
| Octal | 302 | 354 | 377 | 30 | 7 | 0 | 0 | 307 | 144 | 130 |
| Binary | 11000010 | 11101100 | 11111111 | 11000 | 111 | 0 | 0 | 11000111 | 1100100 | 1011000 |
Color Harmonies of #C2ECFF
Complementary color
Monochromatic Colors of #C2ECFF
Black with #C2ECFF
Text Example
Text Example
White with #C2ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ECFF; }
p { color: rgb(194,236,255); }
H1.HeaderClassName
{
color: #C2ECFF;
}
.AnyTagClassName
{
color: #C2ECFF;
}
</style>
background-color css
<style>
a { background-color: #C2ECFF; }
a { background-color: rgb(194,236,255); }
div.DivClassName
{
background-color: #C2ECFF;
}
.BgClassName
{
background-color: #C2ECFF;
}
</style>
border-color css
<style>
span { border-color: #C2ECFF; }
span { border-color: rgb(194,236,255); }
td.TdClassName
{
border-color: #C2ECFF;
}
.TagClassName
{
border-color: #C2ECFF;
}
</style>