#E5FFFC

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

Shades of Light Cyan #E5FFFC

Tints of Light Cyan #E5FFFC

Color information

#E5FFFC (or 0xE5FFFC) is unknown color: approx Light Cyan. HEX triplet: E5, FF and FC. RGB value is (229,255,252). Sum of RGB (Red+Green+Blue) = 229+255+252=736 (97% of max value = 765). Red value is 229 (89.84% from 255 or 31.11% from 736); Green value is 255 (100% from 255 or 34.65% from 736); Blue value is 252 (98.83% from 255 or 34.24% from 736); Max value from RGB is 255 - color contains mainly: green. Hex color #E5FFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5FFFC is #1A0003. Grayscale: #F6F6F6. Windows color (decimal): -1703940 or 16580581. OLE color: 16580581.

HSL color Cylindrical-coordinate representation of color #E5FFFC: hue angle of 173.08º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5FFFC is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.

Color convert

RGB229255252-
CMYK0.1000.010
HSL173.08º100%94.9%-
HSV(B)173.08º10.2%100%-
XYZ85.6495.21105.96-
YUV246.88130.89115.24-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 31.11%
GREEN value IS 255 (100% from 255) = 34.65%
BLUE value IS 252 (98.83% from 255) = 34.24%
R=31.11%
G=34.65%
B=34.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2292552520.1000.010173.0810094.9
HexE5FFFCA010ad645f
Octal34537737412010255144137
Binary11100101111111111111110010100101010110111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5FFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5FFFC; }

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

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

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

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

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

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

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

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