#C2EFEC

Color #C2EFEC Mabel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mabel #C2EFEC

Tints of Mabel #C2EFEC

Color information

#C2EFEC (or 0xC2EFEC) is unknown color: approx Mabel. HEX triplet: C2, EF and EC. RGB value is (194,239,236). Sum of RGB (Red+Green+Blue) = 194+239+236=669 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.00% from 669); Green value is 239 (93.75% from 255 or 35.72% from 669); Blue value is 236 (92.58% from 255 or 35.28% from 669); Max value from RGB is 239 - color contains mainly: green. Hex color #C2EFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EFEC is #3D1013. Grayscale: #E1E1E1. Windows color (decimal): -4001812 or 15527874. OLE color: 15527874.

HSL color Cylindrical-coordinate representation of color #C2EFEC: hue angle of 176º 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 #C2EFEC is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB194239236-
CMYK0.1900.010.06
HSL176º58.44%84.9%-
HSV(B)176º18.83%93.73%-
XYZ68.2579.2691.06-
YUV225.2134.09105.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 29.00%
GREEN value IS 239 (93.75% from 255) = 35.72%
BLUE value IS 236 (92.58% from 255) = 35.28%
R=29.00%
G=35.72%
B=35.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1942392360.1900.010.0617658.4484.9
HexC2EFEC13016b03a55
Octal3023573542301626072125
Binary1100001011101111111011001001101110101100001110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EFEC; }

 p { color: rgb(194,239,236); }

 H1.HeaderClassName
 {
   color: #C2EFEC;
 }
 .AnyTagClassName
 {
   color: #C2EFEC;
 }
</style>
background-color css

<style>
 a { background-color: #C2EFEC; }

 a { background-color: rgb(194,239,236); }

 div.DivClassName
 {
   background-color: #C2EFEC;
 }
 .BgClassName
 {
   background-color: #C2EFEC;
 }
</style>
border-color css

<style>
 span { border-color: #C2EFEC; }

 span { border-color: rgb(194,239,236); }

 td.TdClassName
 {
   border-color: #C2EFEC;
 }
 .TagClassName
 {
   border-color: #C2EFEC;
 }
</style>