#E1FEFC

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

Shades of Light Cyan #E1FEFC

Tints of Light Cyan #E1FEFC

Color information

#E1FEFC (or 0xE1FEFC) is unknown color: approx Light Cyan. HEX triplet: E1, FE and FC. RGB value is (225,254,252). Sum of RGB (Red+Green+Blue) = 225+254+252=731 (96% of max value = 765). Red value is 225 (88.28% from 255 or 30.78% from 731); Green value is 254 (99.61% from 255 or 34.75% from 731); Blue value is 252 (98.83% from 255 or 34.47% from 731); Max value from RGB is 254 - color contains mainly: green. Hex color #E1FEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1FEFC is #1E0103. Grayscale: #F5F5F5. Windows color (decimal): -1966340 or 16580321. OLE color: 16580321.

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

Color convert

RGB225254252-
CMYK0.1100.010.00
HSL175.86º93.55%93.92%-
HSV(B)175.86º11.42%99.61%-
XYZ84.0693.92105.79-
YUV245.1131.89113.66-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 30.78%
GREEN value IS 254 (99.61% from 255) = 34.75%
BLUE value IS 252 (98.83% from 255) = 34.47%
R=30.78%
G=34.75%
B=34.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2252542520.1100.010.00175.8693.5593.92
HexE1FEFCB010b05e5e
Octal34137637413010260136136
Binary11100001111111101111110010110101011000010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FEFC; }

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

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

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

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

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

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

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

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