#E5FEFC

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

Shades of Light Cyan #E5FEFC

Tints of Light Cyan #E5FEFC

Color information

#E5FEFC (or 0xE5FEFC) is unknown color: approx Light Cyan. HEX triplet: E5, FE and FC. RGB value is (229,254,252). Sum of RGB (Red+Green+Blue) = 229+254+252=735 (97% of max value = 765). Red value is 229 (89.84% from 255 or 31.16% from 735); Green value is 254 (99.61% from 255 or 34.56% from 735); Blue value is 252 (98.83% from 255 or 34.29% from 735); Max value from RGB is 254 - color contains mainly: green. Hex color #E5FEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5FEFC is #1A0103. Grayscale: #F6F6F6. Windows color (decimal): -1704196 or 16580325. OLE color: 16580325.

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

Color convert

RGB229254252-
CMYK0.1000.010.00
HSL175.2º92.59%94.71%-
HSV(B)175.2º9.84%99.61%-
XYZ85.3394.57105.85-
YUV246.3131.22115.66-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 31.16%
GREEN value IS 254 (99.61% from 255) = 34.56%
BLUE value IS 252 (98.83% from 255) = 34.29%
R=31.16%
G=34.56%
B=34.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2292542520.1000.010.00175.292.5994.71
HexE5FEFCA010af5d5f
Octal34537637412010257135137
Binary11100101111111101111110010100101010111110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5FEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5FEFC; }

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

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

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

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

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

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

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

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