#E5FFFE

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

Shades of Light Cyan #E5FFFE

Tints of Light Cyan #E5FFFE

Color information

#E5FFFE (or 0xE5FFFE) is unknown color: approx Light Cyan. HEX triplet: E5, FF and FE. RGB value is (229,255,254). Sum of RGB (Red+Green+Blue) = 229+255+254=738 (97% of max value = 765). Red value is 229 (89.84% from 255 or 31.03% from 738); Green value is 255 (100% from 255 or 34.55% from 738); Blue value is 254 (99.61% from 255 or 34.42% from 738); Max value from RGB is 255 - color contains mainly: green. Hex color #E5FFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5FFFE is #1A0001. Grayscale: #F7F7F7. Windows color (decimal): -1703938 or 16711653. OLE color: 16711653.

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

Color convert

RGB229255254-
CMYK0.1000.000
HSL177.69º100%94.9%-
HSV(B)177.69º10.2%100%-
XYZ85.9695.33107.64-
YUV247.11131.89115.08-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 31.03%
GREEN value IS 255 (100% from 255) = 34.55%
BLUE value IS 254 (99.61% from 255) = 34.42%
R=31.03%
G=34.55%
B=34.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2292552540.1000.000177.6910094.9
HexE5FFFEA000b2645f
Octal34537737612000262144137
Binary11100101111111111111111010100001011001011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5FFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5FFFE; }

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

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

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

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

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

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

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

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