#E5FAF7

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

Shades of Light Cyan #E5FAF7

Tints of Light Cyan #E5FAF7

Color information

#E5FAF7 (or 0xE5FAF7) is unknown color: approx Light Cyan. HEX triplet: E5, FA and F7. RGB value is (229,250,247). Sum of RGB (Red+Green+Blue) = 229+250+247=726 (96% of max value = 765). Red value is 229 (89.84% from 255 or 31.54% from 726); Green value is 250 (98.05% from 255 or 34.44% from 726); Blue value is 247 (96.88% from 255 or 34.02% from 726); Max value from RGB is 250 - color contains mainly: green. Hex color #E5FAF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5FAF7 is #1A0508. Grayscale: #F3F3F3. Windows color (decimal): -1705225 or 16251621. OLE color: 16251621.

HSL color Cylindrical-coordinate representation of color #E5FAF7: hue angle of 171.43º degrees, saturation: 0.68, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E5FAF7 is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB229250247-
CMYK0.0800.010.02
HSL171.43º67.74%93.92%-
HSV(B)171.43º8.4%98.04%-
XYZ83.2991.74101.31-
YUV243.38130.04117.74-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 31.54%
GREEN value IS 250 (98.05% from 255) = 34.44%
BLUE value IS 247 (96.88% from 255) = 34.02%
R=31.54%
G=34.44%
B=34.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2292502470.0800.010.02171.4367.7493.92
HexE5FAF78012ab445e
Octal34537236710012253104136
Binary111001011111101011110111100001101010101110001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5FAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5FAF7; }

 p { color: rgb(229,250,247); }

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

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

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

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

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

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

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