#E5FDFE

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

Shades of Light Cyan #E5FDFE

Tints of Light Cyan #E5FDFE

Color information

#E5FDFE (or 0xE5FDFE) is unknown color: approx Light Cyan. HEX triplet: E5, FD and FE. RGB value is (229,253,254). Sum of RGB (Red+Green+Blue) = 229+253+254=736 (97% of max value = 765). Red value is 229 (89.84% from 255 or 31.11% from 736); Green value is 253 (99.22% from 255 or 34.38% from 736); Blue value is 254 (99.61% from 255 or 34.51% from 736); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5FDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5FDFE is #1A0201. Grayscale: #F5F5F5. Windows color (decimal): -1704450 or 16711141. OLE color: 16711141.

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

Color convert

RGB229253254-
CMYK0.100.0000.00
HSL182.4º92.59%94.71%-
HSV(B)182.4º9.84%99.61%-
XYZ85.3394.06107.42-
YUV245.94132.55115.92-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 31.11%
GREEN value IS 253 (99.22% from 255) = 34.38%
BLUE value IS 254 (99.61% from 255) = 34.51%
R=31.11%
G=34.38%
B=34.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2292532540.100.0000.00182.492.5994.71
HexE5FDFEA000b65d5f
Octal34537537612000266135137
Binary11100101111111011111111010100001011011010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5FDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5FDFE; }

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

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

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

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

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

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

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

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