#E0FEF9

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

Shades of Light Cyan #E0FEF9

Tints of Light Cyan #E0FEF9

Color information

#E0FEF9 (or 0xE0FEF9) is unknown color: approx Light Cyan. HEX triplet: E0, FE and F9. RGB value is (224,254,249). Sum of RGB (Red+Green+Blue) = 224+254+249=727 (96% of max value = 765). Red value is 224 (87.89% from 255 or 30.81% from 727); Green value is 254 (99.61% from 255 or 34.94% from 727); Blue value is 249 (97.66% from 255 or 34.25% from 727); Max value from RGB is 254 - color contains mainly: green. Hex color #E0FEF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0FEF9 is #1F0106. Grayscale: #F4F4F4. Windows color (decimal): -2031879 or 16383712. OLE color: 16383712.

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

Color convert

RGB224254249-
CMYK0.1200.020.00
HSL170º93.75%93.73%-
HSV(B)170º11.81%99.61%-
XYZ83.2893.57103.29-
YUV244.46130.56113.41-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 30.81%
GREEN value IS 254 (99.61% from 255) = 34.94%
BLUE value IS 249 (97.66% from 255) = 34.25%
R=30.81%
G=34.94%
B=34.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2242542490.1200.020.0017093.7593.73
HexE0FEF9C020aa5e5e
Octal34037637114020252136136
Binary111000001111111011111001110001001010101010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FEF9; }

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

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

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

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

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

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

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

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