Shades of Mabel #C2EFED
Tints of Mabel #C2EFED
RGB
CMYK
RGB Variations
Color information
#C2EFED (or 0xC2EFED) is known color: Mabel. HEX triplet: C2, EF and ED. RGB value is (194,239,237). Sum of RGB (Red+Green+Blue) = 194+239+237=670 (88% of max value = 765). Red value is 194 (76.17% from 255 or 28.96% from 670); Green value is 239 (93.75% from 255 or 35.67% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 239 - color contains mainly: green. Hex color #C2EFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EFED is #3D1012. Grayscale: #E1E1E1. Windows color (decimal): -4001811 or 15593410. OLE color: 15593410.
HSL color Cylindrical-coordinate representation of color #C2EFED: hue angle of 177.33º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2EFED is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 239 | 237 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.06 |
| HSL | 177.33º | 0.58% | 0.85% | - |
| HSV(B) | 177.33º | 0.19% | 0.94% | - |
| XYZ | 68.4 | 79.32 | 91.83 | - |
| YUV | 225.32 | 134.59 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 239 | 237 | 0.19 | 0 | 0.01 | 0.06 | 177.33 | 0.58 | 0.85 |
| Hex | C2 | EF | ED | 13 | 0 | 1 | 6 | B1 | 3A | 55 |
| Octal | 302 | 357 | 355 | 23 | 0 | 1 | 6 | 261 | 72 | 125 |
| Binary | 11000010 | 11101111 | 11101101 | 10011 | 0 | 1 | 110 | 10110001 | 111010 | 1010101 |
Color Harmonies of #C2EFED
Complementary color
Monochromatic Colors of #C2EFED
Black with #C2EFED
Text Example
Text Example
White with #C2EFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EFED; }
p { color: rgb(194,239,237); }
H1.HeaderClassName
{
color: #C2EFED;
}
.AnyTagClassName
{
color: #C2EFED;
}
</style>
background-color css
<style>
a { background-color: #C2EFED; }
a { background-color: rgb(194,239,237); }
div.DivClassName
{
background-color: #C2EFED;
}
.BgClassName
{
background-color: #C2EFED;
}
</style>
border-color css
<style>
span { border-color: #C2EFED; }
span { border-color: rgb(194,239,237); }
td.TdClassName
{
border-color: #C2EFED;
}
.TagClassName
{
border-color: #C2EFED;
}
</style>