#E0FCFC

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

Shades of Light Cyan #E0FCFC

Tints of Light Cyan #E0FCFC

Color information

#E0FCFC (or 0xE0FCFC) is unknown color: approx Light Cyan. HEX triplet: E0, FC and FC. RGB value is (224,252,252). Sum of RGB (Red+Green+Blue) = 224+252+252=728 (96% of max value = 765). Red value is 224 (87.89% from 255 or 30.77% from 728); Green value is 252 (98.83% from 255 or 34.62% from 728); Blue value is 252 (98.83% from 255 or 34.62% from 728); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #E0FCFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0FCFC is #1F0303. Grayscale: #F3F3F3. Windows color (decimal): -2032388 or 16579808. OLE color: 16579808.

HSL color Cylindrical-coordinate representation of color #E0FCFC: hue angle of 180º degrees, saturation: 0.82, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0FCFC is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB224252252-
CMYK0.11000.01
HSL180º82.35%93.33%-
HSV(B)180º11.11%98.82%-
XYZ83.1292.5105.57-
YUV243.63132.72114-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 30.77%
GREEN value IS 252 (98.83% from 255) = 34.62%
BLUE value IS 252 (98.83% from 255) = 34.62%
R=30.77%
G=34.62%
B=34.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2242522520.11000.0118082.3593.33
HexE0FCFCB001b4525d
Octal34037437413001264122135
Binary11100000111111001111110010110011011010010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FCFC; }

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

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

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

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

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

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

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

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