#E2FFFF

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

Shades of Light Cyan #E2FFFF

Tints of Light Cyan #E2FFFF

Color information

#E2FFFF (or 0xE2FFFF) is unknown color: approx Light Cyan. HEX triplet: E2, FF and FF. RGB value is (226,255,255). Sum of RGB (Red+Green+Blue) = 226+255+255=736 (97% of max value = 765). Red value is 226 (88.67% from 255 or 30.71% from 736); Green value is 255 (100% from 255 or 34.65% from 736); Blue value is 255 (100% from 255 or 34.65% from 736); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #E2FFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2FFFF is #1D0000. Grayscale: #F6F6F6. Windows color (decimal): -1900545 or 16777186. OLE color: 16777186.

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

Color convert

RGB226255255-
CMYK0.11000
HSL180º100%94.31%-
HSV(B)180º11.37%100%-
XYZ85.1794.91108.44-
YUV246.33132.89113.5-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 30.71%
GREEN value IS 255 (100% from 255) = 34.65%
BLUE value IS 255 (100% from 255) = 34.65%
R=30.71%
G=34.65%
B=34.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2262552550.1100018010094.31
HexE2FFFFB000b4645e
Octal34237737713000264144136
Binary11100010111111111111111110110001011010011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FFFF; }

 p { color: rgb(226,255,255); }

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

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

 a { background-color: rgb(226,255,255); }

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

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

 span { border-color: rgb(226,255,255); }

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