#E0FCFE

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

Shades of Light Cyan #E0FCFE

Tints of Light Cyan #E0FCFE

Color information

#E0FCFE (or 0xE0FCFE) is unknown color: approx Light Cyan. HEX triplet: E0, FC and FE. RGB value is (224,252,254). Sum of RGB (Red+Green+Blue) = 224+252+254=730 (96% of max value = 765). Red value is 224 (87.89% from 255 or 30.68% from 730); Green value is 252 (98.83% from 255 or 34.52% from 730); Blue value is 254 (99.61% from 255 or 34.79% from 730); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0FCFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0FCFE is #1F0301. Grayscale: #F3F3F3. Windows color (decimal): -2032386 or 16710880. OLE color: 16710880.

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

Color convert

RGB224252254-
CMYK0.120.0100.00
HSL184º93.75%93.73%-
HSV(B)184º11.81%99.61%-
XYZ83.4492.62107.25-
YUV243.86133.72113.84-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 30.68%
GREEN value IS 252 (98.83% from 255) = 34.52%
BLUE value IS 254 (99.61% from 255) = 34.79%
R=30.68%
G=34.52%
B=34.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2242522540.120.0100.0018493.7593.73
HexE0FCFEC100b85e5e
Octal34037437614100270136136
Binary11100000111111001111111011001001011100010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FCFE; }

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

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

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

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

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

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

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

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