Shades of Mabel #C2EBEB
Tints of Mabel #C2EBEB
RGB
CMYK
RGB Variations
Color information
#C2EBEB (or 0xC2EBEB) is known color: Mabel. HEX triplet: C2, EB and EB. RGB value is (194,235,235). Sum of RGB (Red+Green+Blue) = 194+235+235=664 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.22% from 664); Green value is 235 (92.19% from 255 or 35.39% from 664); Blue value is 235 (92.19% from 255 or 35.39% from 664); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #C2EBEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EBEB is #3D1414. Grayscale: #DEDEDE. Windows color (decimal): -4002837 or 15461314. OLE color: 15461314.
HSL color Cylindrical-coordinate representation of color #C2EBEB: hue angle of 180º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2EBEB is Cyan = 0.17, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 194 | 235 | 235 | - |
CMYK | 0.17 | 0 | 0 | 0.08 |
HSL | 180º | 0.51% | 0.84% | - |
HSV(B) | 180º | 0.17% | 0.92% | - |
XYZ | 66.95 | 76.88 | 89.91 | - |
YUV | 222.74 | 134.92 | 107.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 235 | 235 | 0.17 | 0 | 0 | 0.08 | 180 | 0.51 | 0.84 |
Hex | C2 | EB | EB | 11 | 0 | 0 | 8 | B4 | 33 | 54 |
Octal | 302 | 353 | 353 | 21 | 0 | 0 | 10 | 264 | 63 | 124 |
Binary | 11000010 | 11101011 | 11101011 | 10001 | 0 | 0 | 1000 | 10110100 | 110011 | 1010100 |
Color Harmonies of #C2EBEB
Complementary color
Monochromatic Colors of #C2EBEB
Black with #C2EBEB
Text Example
Text Example
White with #C2EBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EBEB; }
p { color: rgb(194,235,235); }
H1.HeaderClassName
{
color: #C2EBEB;
}
.AnyTagClassName
{
color: #C2EBEB;
}
</style>
background-color css
<style>
a { background-color: #C2EBEB; }
a { background-color: rgb(194,235,235); }
div.DivClassName
{
background-color: #C2EBEB;
}
.BgClassName
{
background-color: #C2EBEB;
}
</style>
border-color css
<style>
span { border-color: #C2EBEB; }
span { border-color: rgb(194,235,235); }
td.TdClassName
{
border-color: #C2EBEB;
}
.TagClassName
{
border-color: #C2EBEB;
}
</style>