#E0FDF7

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

Shades of Light Cyan #E0FDF7

Tints of Light Cyan #E0FDF7

Color information

#E0FDF7 (or 0xE0FDF7) is unknown color: approx Light Cyan. HEX triplet: E0, FD and F7. RGB value is (224,253,247). Sum of RGB (Red+Green+Blue) = 224+253+247=724 (95% of max value = 765). Red value is 224 (87.89% from 255 or 30.94% from 724); Green value is 253 (99.22% from 255 or 34.94% from 724); Blue value is 247 (96.88% from 255 or 34.12% from 724); Max value from RGB is 253 - color contains mainly: green. Hex color #E0FDF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0FDF7 is #1F0208. Grayscale: #F3F3F3. Windows color (decimal): -2032137 or 16252384. OLE color: 16252384.

HSL color Cylindrical-coordinate representation of color #E0FDF7: hue angle of 167.59º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0FDF7 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB224253247-
CMYK0.1100.020.01
HSL167.59º87.88%93.53%-
HSV(B)167.59º11.46%99.22%-
XYZ82.6592.81101.55-
YUV243.64129.89113.99-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 30.94%
GREEN value IS 253 (99.22% from 255) = 34.94%
BLUE value IS 247 (96.88% from 255) = 34.12%
R=30.94%
G=34.94%
B=34.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2242532470.1100.020.01167.5987.8893.53
HexE0FDF7B021a8585e
Octal34037536713021250130136
Binary111000001111110111110111101101011010100010110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FDF7; }

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

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

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

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

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

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

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

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