#E1FEFA

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

Shades of Light Cyan #E1FEFA

Tints of Light Cyan #E1FEFA

Color information

#E1FEFA (or 0xE1FEFA) is unknown color: approx Light Cyan. HEX triplet: E1, FE and FA. RGB value is (225,254,250). Sum of RGB (Red+Green+Blue) = 225+254+250=729 (96% of max value = 765). Red value is 225 (88.28% from 255 or 30.86% from 729); Green value is 254 (99.61% from 255 or 34.84% from 729); Blue value is 250 (98.05% from 255 or 34.29% from 729); Max value from RGB is 254 - color contains mainly: green. Hex color #E1FEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1FEFA is #1E0105. Grayscale: #F4F4F4. Windows color (decimal): -1966342 or 16449249. OLE color: 16449249.

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

Color convert

RGB225254250-
CMYK0.1100.020.00
HSL171.72º93.55%93.92%-
HSV(B)171.72º11.42%99.61%-
XYZ83.7593.79104.13-
YUV244.87130.89113.83-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 30.86%
GREEN value IS 254 (99.61% from 255) = 34.84%
BLUE value IS 250 (98.05% from 255) = 34.29%
R=30.86%
G=34.84%
B=34.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2252542500.1100.020.00171.7293.5593.92
HexE1FEFAB020ac5e5e
Octal34137637213020254136136
Binary111000011111111011111010101101001010110010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FEFA; }

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

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

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

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

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

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

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

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