#E1FFFF

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

Shades of Light Cyan #E1FFFF

Tints of Light Cyan #E1FFFF

Color information

#E1FFFF (or 0xE1FFFF) is unknown color: approx Light Cyan. HEX triplet: E1, FF and FF. RGB value is (225,255,255). Sum of RGB (Red+Green+Blue) = 225+255+255=735 (97% of max value = 765). Red value is 225 (88.28% from 255 or 30.61% from 735); Green value is 255 (100% from 255 or 34.69% from 735); Blue value is 255 (100% from 255 or 34.69% from 735); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #E1FFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1FFFF is #1E0000. Grayscale: #F6F6F6. Windows color (decimal): -1966081 or 16777185. OLE color: 16777185.

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

Color convert

RGB225255255-
CMYK0.12000
HSL180º100%94.12%-
HSV(B)180º11.76%100%-
XYZ84.8694.75108.42-
YUV246.03133.06113-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 30.61%
GREEN value IS 255 (100% from 255) = 34.69%
BLUE value IS 255 (100% from 255) = 34.69%
R=30.61%
G=34.69%
B=34.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2252552550.1200018010094.12
HexE1FFFFC000b4645e
Octal34137737714000264144136
Binary11100001111111111111111111000001011010011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FFFF; }

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

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

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

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

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

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

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

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