#E0FEFA

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

Shades of Light Cyan #E0FEFA

Tints of Light Cyan #E0FEFA

Color information

#E0FEFA (or 0xE0FEFA) is unknown color: approx Light Cyan. HEX triplet: E0, FE and FA. RGB value is (224,254,250). Sum of RGB (Red+Green+Blue) = 224+254+250=728 (96% of max value = 765). Red value is 224 (87.89% from 255 or 30.77% from 728); Green value is 254 (99.61% from 255 or 34.89% from 728); Blue value is 250 (98.05% from 255 or 34.34% from 728); Max value from RGB is 254 - color contains mainly: green. Hex color #E0FEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0FEFA is #1F0105. Grayscale: #F4F4F4. Windows color (decimal): -2031878 or 16449248. OLE color: 16449248.

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

Color convert

RGB224254250-
CMYK0.1200.020.00
HSL172º93.75%93.73%-
HSV(B)172º11.81%99.61%-
XYZ83.4493.63104.12-
YUV244.57131.06113.33-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 30.77%
GREEN value IS 254 (99.61% from 255) = 34.89%
BLUE value IS 250 (98.05% from 255) = 34.34%
R=30.77%
G=34.89%
B=34.34%

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
Decimal2242542500.1200.020.0017293.7593.73
HexE0FEFAC020ac5e5e
Octal34037637214020254136136
Binary111000001111111011111010110001001010110010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FEFA; }

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

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

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

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

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

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

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

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