Shades of Mabel #C5EBEB
Tints of Mabel #C5EBEB
RGB
CMYK
RGB Variations
Color information
#C5EBEB (or 0xC5EBEB) is known color: Mabel. HEX triplet: C5, EB and EB. RGB value is (197,235,235). Sum of RGB (Red+Green+Blue) = 197+235+235=667 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.54% from 667); Green value is 235 (92.19% from 255 or 35.23% from 667); Blue value is 235 (92.19% from 255 or 35.23% from 667); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #C5EBEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5EBEB is #3A1414. Grayscale: #DFDFDF. Windows color (decimal): -3806229 or 15461317. OLE color: 15461317.
HSL color Cylindrical-coordinate representation of color #C5EBEB: hue angle of 180º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5EBEB is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 197 | 235 | 235 | - |
CMYK | 0.16 | 0 | 0 | 0.08 |
HSL | 180º | 0.49% | 0.85% | - |
HSV(B) | 180º | 0.16% | 0.92% | - |
XYZ | 67.73 | 77.29 | 89.95 | - |
YUV | 223.64 | 134.41 | 109 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 235 | 235 | 0.16 | 0 | 0 | 0.08 | 180 | 0.49 | 0.85 |
Hex | C5 | EB | EB | 10 | 0 | 0 | 8 | B4 | 31 | 55 |
Octal | 305 | 353 | 353 | 20 | 0 | 0 | 10 | 264 | 61 | 125 |
Binary | 11000101 | 11101011 | 11101011 | 10000 | 0 | 0 | 1000 | 10110100 | 110001 | 1010101 |
Color Harmonies of #C5EBEB
Complementary color
Monochromatic Colors of #C5EBEB
Black with #C5EBEB
Text Example
Text Example
White with #C5EBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EBEB; }
p { color: rgb(197,235,235); }
H1.HeaderClassName
{
color: #C5EBEB;
}
.AnyTagClassName
{
color: #C5EBEB;
}
</style>
background-color css
<style>
a { background-color: #C5EBEB; }
a { background-color: rgb(197,235,235); }
div.DivClassName
{
background-color: #C5EBEB;
}
.BgClassName
{
background-color: #C5EBEB;
}
</style>
border-color css
<style>
span { border-color: #C5EBEB; }
span { border-color: rgb(197,235,235); }
td.TdClassName
{
border-color: #C5EBEB;
}
.TagClassName
{
border-color: #C5EBEB;
}
</style>