#E0FEFD

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

Shades of Light Cyan #E0FEFD

Tints of Light Cyan #E0FEFD

Color information

#E0FEFD (or 0xE0FEFD) is unknown color: approx Light Cyan. HEX triplet: E0, FE and FD. RGB value is (224,254,253). Sum of RGB (Red+Green+Blue) = 224+254+253=731 (96% of max value = 765). Red value is 224 (87.89% from 255 or 30.64% from 731); Green value is 254 (99.61% from 255 or 34.75% from 731); Blue value is 253 (99.22% from 255 or 34.61% from 731); Max value from RGB is 254 - color contains mainly: green. Hex color #E0FEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0FEFD is #1F0102. Grayscale: #F4F4F4. Windows color (decimal): -2031875 or 16645856. OLE color: 16645856.

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

Color convert

RGB224254253-
CMYK0.1200.000.00
HSL178º93.75%93.73%-
HSV(B)178º11.81%99.61%-
XYZ83.9193.82106.62-
YUV244.92132.56113.08-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 30.64%
GREEN value IS 254 (99.61% from 255) = 34.75%
BLUE value IS 253 (99.22% from 255) = 34.61%
R=30.64%
G=34.75%
B=34.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2242542530.1200.000.0017893.7593.73
HexE0FEFDC000b25e5e
Octal34037637514000262136136
Binary11100000111111101111110111000001011001010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FEFD; }

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

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

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

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

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

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

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

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