#E0FFFE

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

Shades of Light Cyan #E0FFFE

Tints of Light Cyan #E0FFFE

Color information

#E0FFFE (or 0xE0FFFE) is unknown color: approx Light Cyan. HEX triplet: E0, FF and FE. RGB value is (224,255,254). Sum of RGB (Red+Green+Blue) = 224+255+254=733 (97% of max value = 765). Red value is 224 (87.89% from 255 or 30.56% from 733); Green value is 255 (100% from 255 or 34.79% from 733); Blue value is 254 (99.61% from 255 or 34.65% from 733); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0FFFE is #1F0001. Grayscale: #F5F5F5. Windows color (decimal): -2031618 or 16711648. OLE color: 16711648.

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

Color convert

RGB224255254-
CMYK0.1200.000
HSL178.06º100%93.92%-
HSV(B)178.06º12.16%100%-
XYZ84.3994.52107.56-
YUV245.62132.73112.58-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 30.56%
GREEN value IS 255 (100% from 255) = 34.79%
BLUE value IS 254 (99.61% from 255) = 34.65%
R=30.56%
G=34.79%
B=34.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2242552540.1200.000178.0610093.92
HexE0FFFEC000b2645e
Octal34037737614000262144136
Binary11100000111111111111111011000001011001011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FFFE; }

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

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

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

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

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

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

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

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