#E1FAFA

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

Shades of Light Cyan #E1FAFA

Tints of Light Cyan #E1FAFA

Color information

#E1FAFA (or 0xE1FAFA) is unknown color: approx Light Cyan. HEX triplet: E1, FA and FA. RGB value is (225,250,250). Sum of RGB (Red+Green+Blue) = 225+250+250=725 (96% of max value = 765). Red value is 225 (88.28% from 255 or 31.03% from 725); Green value is 250 (98.05% from 255 or 34.48% from 725); Blue value is 250 (98.05% from 255 or 34.48% from 725); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #E1FAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1FAFA is #1E0505. Grayscale: #F2F2F2. Windows color (decimal): -1967366 or 16448225. OLE color: 16448225.

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

Color convert

RGB225250250-
CMYK0.10000.02
HSL180º71.43%93.14%-
HSV(B)180º10%98.04%-
XYZ82.4991.28103.71-
YUV242.52132.22115.5-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 31.03%
GREEN value IS 250 (98.05% from 255) = 34.48%
BLUE value IS 250 (98.05% from 255) = 34.48%
R=31.03%
G=34.48%
B=34.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252502500.10000.0218071.4393.14
HexE1FAFAA002b4475d
Octal34137237212002264107135
Binary111000011111101011111010101000101011010010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FAFA; }

 p { color: rgb(225,250,250); }

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

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

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

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

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

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

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