#E0FFFC

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

Shades of Light Cyan #E0FFFC

Tints of Light Cyan #E0FFFC

Color information

#E0FFFC (or 0xE0FFFC) is unknown color: approx Light Cyan. HEX triplet: E0, FF and FC. RGB value is (224,255,252). Sum of RGB (Red+Green+Blue) = 224+255+252=731 (96% of max value = 765). Red value is 224 (87.89% from 255 or 30.64% from 731); Green value is 255 (100% from 255 or 34.88% from 731); Blue value is 252 (98.83% from 255 or 34.47% from 731); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0FFFC is #1F0003. Grayscale: #F5F5F5. Windows color (decimal): -2031620 or 16580576. OLE color: 16580576.

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

Color convert

RGB224255252-
CMYK0.1200.010
HSL174.19º100%93.92%-
HSV(B)174.19º12.16%100%-
XYZ84.0794.4105.88-
YUV245.39131.73112.74-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 30.64%
GREEN value IS 255 (100% from 255) = 34.88%
BLUE value IS 252 (98.83% from 255) = 34.47%
R=30.64%
G=34.88%
B=34.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2242552520.1200.010174.1910093.92
HexE0FFFCC010ae645e
Octal34037737414010256144136
Binary11100000111111111111110011000101010111011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FFFC; }

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

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

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

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

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

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

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

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