#E4FEFA

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

Shades of Light Cyan #E4FEFA

Tints of Light Cyan #E4FEFA

Color information

#E4FEFA (or 0xE4FEFA) is unknown color: approx Light Cyan. HEX triplet: E4, FE and FA. RGB value is (228,254,250). Sum of RGB (Red+Green+Blue) = 228+254+250=732 (96% of max value = 765). Red value is 228 (89.45% from 255 or 31.15% from 732); Green value is 254 (99.61% from 255 or 34.70% from 732); Blue value is 250 (98.05% from 255 or 34.15% from 732); Max value from RGB is 254 - color contains mainly: green. Hex color #E4FEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E4FEFA is #1B0105. Grayscale: #F5F5F5. Windows color (decimal): -1769734 or 16449252. OLE color: 16449252.

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

Color convert

RGB228254250-
CMYK0.1000.020.00
HSL170.77º92.86%94.51%-
HSV(B)170.77º10.24%99.61%-
XYZ84.6994.28104.18-
YUV245.77130.39115.33-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 31.15%
GREEN value IS 254 (99.61% from 255) = 34.70%
BLUE value IS 250 (98.05% from 255) = 34.15%
R=31.15%
G=34.70%
B=34.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2282542500.1000.020.00170.7792.8694.51
HexE4FEFAA020ab5d5f
Octal34437637212020253135137
Binary111001001111111011111010101001001010101110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4FEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4FEFA; }

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

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

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

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

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

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

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

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