#E1FDFF

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

Shades of Light Cyan #E1FDFF

Tints of Light Cyan #E1FDFF

Color information

#E1FDFF (or 0xE1FDFF) is unknown color: approx Light Cyan. HEX triplet: E1, FD and FF. RGB value is (225,253,255). Sum of RGB (Red+Green+Blue) = 225+253+255=733 (97% of max value = 765). Red value is 225 (88.28% from 255 or 30.70% from 733); Green value is 253 (99.22% from 255 or 34.52% from 733); Blue value is 255 (100% from 255 or 34.79% from 733); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1FDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1FDFF is #1E0200. Grayscale: #F4F4F4. Windows color (decimal): -1966593 or 16776673. OLE color: 16776673.

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

Color convert

RGB225253255-
CMYK0.120.0100
HSL184º100%94.12%-
HSV(B)184º11.76%100%-
XYZ84.2393.48108.21-
YUV244.86133.72113.84-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 30.70%
GREEN value IS 253 (99.22% from 255) = 34.52%
BLUE value IS 255 (100% from 255) = 34.79%
R=30.70%
G=34.52%
B=34.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2252532550.120.010018410094.12
HexE1FDFFC100b8645e
Octal34137537714100270144136
Binary11100001111111011111111111001001011100011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FDFF; }

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

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

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

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

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

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

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

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