#E1FEFF

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

Shades of Light Cyan #E1FEFF

Tints of Light Cyan #E1FEFF

Color information

#E1FEFF (or 0xE1FEFF) is unknown color: approx Light Cyan. HEX triplet: E1, FE and FF. RGB value is (225,254,255). Sum of RGB (Red+Green+Blue) = 225+254+255=734 (97% of max value = 765). Red value is 225 (88.28% from 255 or 30.65% from 734); Green value is 254 (99.61% from 255 or 34.60% from 734); Blue value is 255 (100% from 255 or 34.74% from 734); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1FEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1FEFF is #1E0100. Grayscale: #F5F5F5. Windows color (decimal): -1966337 or 16776929. OLE color: 16776929.

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

Color convert

RGB225254255-
CMYK0.120.0000
HSL182º100%94.12%-
HSV(B)182º11.76%100%-
XYZ84.5494.11108.32-
YUV245.44133.39113.42-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 30.65%
GREEN value IS 254 (99.61% from 255) = 34.60%
BLUE value IS 255 (100% from 255) = 34.74%
R=30.65%
G=34.60%
B=34.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2252542550.120.000018210094.12
HexE1FEFFC000b6645e
Octal34137637714000266144136
Binary11100001111111101111111111000001011011011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FEFF; }

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

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

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

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

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

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

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

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