#E5FAFE

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

Shades of Light Cyan #E5FAFE

Tints of Light Cyan #E5FAFE

Color information

#E5FAFE (or 0xE5FAFE) is unknown color: approx Light Cyan. HEX triplet: E5, FA and FE. RGB value is (229,250,254). Sum of RGB (Red+Green+Blue) = 229+250+254=733 (97% of max value = 765). Red value is 229 (89.84% from 255 or 31.24% from 733); Green value is 250 (98.05% from 255 or 34.11% from 733); Blue value is 254 (99.61% from 255 or 34.65% from 733); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5FAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5FAFE is #1A0501. Grayscale: #F4F4F4. Windows color (decimal): -1705218 or 16710373. OLE color: 16710373.

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

Color convert

RGB229250254-
CMYK0.100.0200.00
HSL189.6º92.59%94.71%-
HSV(B)189.6º9.84%99.61%-
XYZ84.3992.18107.11-
YUV244.18133.54117.17-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 31.24%
GREEN value IS 250 (98.05% from 255) = 34.11%
BLUE value IS 254 (99.61% from 255) = 34.65%
R=31.24%
G=34.11%
B=34.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2292502540.100.0200.00189.692.5994.71
HexE5FAFEA200be5d5f
Octal34537237612200276135137
Binary111001011111101011111110101010001011111010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5FAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5FAFE; }

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

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

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

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

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

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

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

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