#E0FDFE

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

Shades of Light Cyan #E0FDFE

Tints of Light Cyan #E0FDFE

Color information

#E0FDFE (or 0xE0FDFE) is unknown color: approx Light Cyan. HEX triplet: E0, FD and FE. RGB value is (224,253,254). Sum of RGB (Red+Green+Blue) = 224+253+254=731 (96% of max value = 765). Red value is 224 (87.89% from 255 or 30.64% from 731); Green value is 253 (99.22% from 255 or 34.61% from 731); Blue value is 254 (99.61% from 255 or 34.75% from 731); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0FDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0FDFE is #1F0201. Grayscale: #F4F4F4. Windows color (decimal): -2032130 or 16711136. OLE color: 16711136.

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

Color convert

RGB224253254-
CMYK0.120.0000.00
HSL182º93.75%93.73%-
HSV(B)182º11.81%99.61%-
XYZ83.7693.25107.35-
YUV244.44133.39113.42-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 30.64%
GREEN value IS 253 (99.22% from 255) = 34.61%
BLUE value IS 254 (99.61% from 255) = 34.75%
R=30.64%
G=34.61%
B=34.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2242532540.120.0000.0018293.7593.73
HexE0FDFEC000b65e5e
Octal34037537614000266136136
Binary11100000111111011111111011000001011011010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FDFE; }

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

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

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

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

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

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

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

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