Shades of Mabel #C2ECEC
Tints of Mabel #C2ECEC
RGB
CMYK
RGB Variations
Color information
#C2ECEC (or 0xC2ECEC) is known color: Mabel. HEX triplet: C2, EC and EC. RGB value is (194,236,236). Sum of RGB (Red+Green+Blue) = 194+236+236=666 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.13% from 666); Green value is 236 (92.58% from 255 or 35.44% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #C2ECEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2ECEC is #3D1313. Grayscale: #DFDFDF. Windows color (decimal): -4002580 or 15527106. OLE color: 15527106.
HSL color Cylindrical-coordinate representation of color #C2ECEC: hue angle of 180º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2ECEC is Cyan = 0.18, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 194 | 236 | 236 | - |
CMYK | 0.18 | 0 | 0 | 0.07 |
HSL | 180º | 0.53% | 0.84% | - |
HSV(B) | 180º | 0.18% | 0.93% | - |
XYZ | 67.38 | 77.52 | 90.77 | - |
YUV | 223.44 | 135.09 | 107 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 236 | 236 | 0.18 | 0 | 0 | 0.07 | 180 | 0.53 | 0.84 |
Hex | C2 | EC | EC | 12 | 0 | 0 | 7 | B4 | 34 | 54 |
Octal | 302 | 354 | 354 | 22 | 0 | 0 | 7 | 264 | 64 | 124 |
Binary | 11000010 | 11101100 | 11101100 | 10010 | 0 | 0 | 111 | 10110100 | 110100 | 1010100 |
Color Harmonies of #C2ECEC
Complementary color
Monochromatic Colors of #C2ECEC
Black with #C2ECEC
Text Example
Text Example
White with #C2ECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ECEC; }
p { color: rgb(194,236,236); }
H1.HeaderClassName
{
color: #C2ECEC;
}
.AnyTagClassName
{
color: #C2ECEC;
}
</style>
background-color css
<style>
a { background-color: #C2ECEC; }
a { background-color: rgb(194,236,236); }
div.DivClassName
{
background-color: #C2ECEC;
}
.BgClassName
{
background-color: #C2ECEC;
}
</style>
border-color css
<style>
span { border-color: #C2ECEC; }
span { border-color: rgb(194,236,236); }
td.TdClassName
{
border-color: #C2ECEC;
}
.TagClassName
{
border-color: #C2ECEC;
}
</style>