#E3F2F2

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

Shades of Light Cyan #E3F2F2

Tints of Light Cyan #E3F2F2

Color information

#E3F2F2 (or 0xE3F2F2) is unknown color: approx Light Cyan. HEX triplet: E3, F2 and F2. RGB value is (227,242,242). Sum of RGB (Red+Green+Blue) = 227+242+242=711 (94% of max value = 765). Red value is 227 (89.06% from 255 or 31.93% from 711); Green value is 242 (94.92% from 255 or 34.04% from 711); Blue value is 242 (94.92% from 255 or 34.04% from 711); Max value from RGB is 242 - color contains mainly: green, blue. Hex color #E3F2F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E3F2F2 is #1C0D0D. Grayscale: #EDEDED. Windows color (decimal): -1838350 or 15921891. OLE color: 15921891.

HSL color Cylindrical-coordinate representation of color #E3F2F2: hue angle of 180º degrees, saturation: 0.37, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E3F2F2 is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB227242242-
CMYK0.06000.05
HSL180º36.59%91.96%-
HSV(B)180º6.2%94.9%-
XYZ79.4686.2596.46-
YUV237.52130.53120.5-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 31.93%
GREEN value IS 242 (94.92% from 255) = 34.04%
BLUE value IS 242 (94.92% from 255) = 34.04%
R=31.93%
G=34.04%
B=34.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2272422420.06000.0518036.5991.96
HexE3F2F26005b4255c
Octal343362362600526445134
Binary11100011111100101111001011000101101101001001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3F2F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3F2F2; }

 p { color: rgb(227,242,242); }

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

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

 a { background-color: rgb(227,242,242); }

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

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

 span { border-color: rgb(227,242,242); }

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