#E5FEFF

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

Shades of Light Cyan #E5FEFF

Tints of Light Cyan #E5FEFF

Color information

#E5FEFF (or 0xE5FEFF) is unknown color: approx Light Cyan. HEX triplet: E5, FE and FF. RGB value is (229,254,255). Sum of RGB (Red+Green+Blue) = 229+254+255=738 (97% of max value = 765). Red value is 229 (89.84% from 255 or 31.03% from 738); Green value is 254 (99.61% from 255 or 34.42% from 738); Blue value is 255 (100% from 255 or 34.55% from 738); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5FEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5FEFF is #1A0100. Grayscale: #F6F6F6. Windows color (decimal): -1704193 or 16776933. OLE color: 16776933.

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

Color convert

RGB229254255-
CMYK0.100.0000
HSL182.31º100%94.9%-
HSV(B)182.31º10.2%100%-
XYZ85.894.76108.38-
YUV246.64132.72115.42-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 31.03%
GREEN value IS 254 (99.61% from 255) = 34.42%
BLUE value IS 255 (100% from 255) = 34.55%
R=31.03%
G=34.42%
B=34.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2292542550.100.0000182.3110094.9
HexE5FEFFA000b6645f
Octal34537637712000266144137
Binary11100101111111101111111110100001011011011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5FEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5FEFF; }

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

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

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

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

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

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

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

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