#E0FFFA

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

Shades of Light Cyan #E0FFFA

Tints of Light Cyan #E0FFFA

Color information

#E0FFFA (or 0xE0FFFA) is unknown color: approx Light Cyan. HEX triplet: E0, FF and FA. RGB value is (224,255,250). Sum of RGB (Red+Green+Blue) = 224+255+250=729 (96% of max value = 765). Red value is 224 (87.89% from 255 or 30.73% from 729); Green value is 255 (100% from 255 or 34.98% from 729); Blue value is 250 (98.05% from 255 or 34.29% from 729); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0FFFA is #1F0005. Grayscale: #F5F5F5. Windows color (decimal): -2031622 or 16449504. OLE color: 16449504.

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

Color convert

RGB224255250-
CMYK0.1200.020
HSL170.32º100%93.92%-
HSV(B)170.32º12.16%100%-
XYZ83.7694.27104.22-
YUV245.16130.73112.91-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 30.73%
GREEN value IS 255 (100% from 255) = 34.98%
BLUE value IS 250 (98.05% from 255) = 34.29%
R=30.73%
G=34.98%
B=34.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2242552500.1200.020170.3210093.92
HexE0FFFAC020aa645e
Octal34037737214020252144136
Binary111000001111111111111010110001001010101011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FFFA; }

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

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

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

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

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

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

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

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