#E1FAF6

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

Shades of Light Cyan #E1FAF6

Tints of Light Cyan #E1FAF6

Color information

#E1FAF6 (or 0xE1FAF6) is unknown color: approx Light Cyan. HEX triplet: E1, FA and F6. RGB value is (225,250,246). Sum of RGB (Red+Green+Blue) = 225+250+246=721 (95% of max value = 765). Red value is 225 (88.28% from 255 or 31.21% from 721); Green value is 250 (98.05% from 255 or 34.67% from 721); Blue value is 246 (96.48% from 255 or 34.12% from 721); Max value from RGB is 250 - color contains mainly: green. Hex color #E1FAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1FAF6 is #1E0509. Grayscale: #F2F2F2. Windows color (decimal): -1967370 or 16186081. OLE color: 16186081.

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

Color convert

RGB225250246-
CMYK0.1000.020.02
HSL170.4º71.43%93.14%-
HSV(B)170.4º10%98.04%-
XYZ81.8791.03100.44-
YUV242.07130.22115.83-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 31.21%
GREEN value IS 250 (98.05% from 255) = 34.67%
BLUE value IS 246 (96.48% from 255) = 34.12%
R=31.21%
G=34.67%
B=34.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252502460.1000.020.02170.471.4393.14
HexE1FAF6A022aa475d
Octal34137236612022252107135
Binary1110000111111010111101101010010101010101010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FAF6; }

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

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

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

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

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

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

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

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