#E1FFFA

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

Shades of Light Cyan #E1FFFA

Tints of Light Cyan #E1FFFA

Color information

#E1FFFA (or 0xE1FFFA) is unknown color: approx Light Cyan. HEX triplet: E1, FF and FA. RGB value is (225,255,250). Sum of RGB (Red+Green+Blue) = 225+255+250=730 (96% of max value = 765). Red value is 225 (88.28% from 255 or 30.82% from 730); Green value is 255 (100% from 255 or 34.93% from 730); Blue value is 250 (98.05% from 255 or 34.25% from 730); Max value from RGB is 255 - color contains mainly: green. Hex color #E1FFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1FFFA is #1E0005. Grayscale: #F5F5F5. Windows color (decimal): -1966086 or 16449505. OLE color: 16449505.

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

Color convert

RGB225255250-
CMYK0.1200.020
HSL170º100%94.12%-
HSV(B)170º11.76%100%-
XYZ84.0794.43104.24-
YUV245.46130.56113.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 30.82%
GREEN value IS 255 (100% from 255) = 34.93%
BLUE value IS 250 (98.05% from 255) = 34.25%
R=30.82%
G=34.93%
B=34.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2252552500.1200.02017010094.12
HexE1FFFAC020aa645e
Octal34137737214020252144136
Binary111000011111111111111010110001001010101011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FFFA; }

 p { color: rgb(225,255,250); }

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

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

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

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

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

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

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