#E0FEFF

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

Shades of Light Cyan #E0FEFF

Tints of Light Cyan #E0FEFF

Color information

#E0FEFF (or 0xE0FEFF) is unknown color: approx Light Cyan. HEX triplet: E0, FE and FF. RGB value is (224,254,255). Sum of RGB (Red+Green+Blue) = 224+254+255=733 (97% of max value = 765). Red value is 224 (87.89% from 255 or 30.56% from 733); Green value is 254 (99.61% from 255 or 34.65% from 733); Blue value is 255 (100% from 255 or 34.79% from 733); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0FEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0FEFF is #1F0100. Grayscale: #F5F5F5. Windows color (decimal): -2031873 or 16776928. OLE color: 16776928.

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

Color convert

RGB224254255-
CMYK0.120.0000
HSL181.94º100%93.92%-
HSV(B)181.94º12.16%100%-
XYZ84.2393.95108.3-
YUV245.14133.56112.92-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 30.56%
GREEN value IS 254 (99.61% from 255) = 34.65%
BLUE value IS 255 (100% from 255) = 34.79%
R=30.56%
G=34.65%
B=34.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2242542550.120.0000181.9410093.92
HexE0FEFFC000b6645e
Octal34037637714000266144136
Binary11100000111111101111111111000001011011011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FEFF; }

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

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

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

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

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

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

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

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