#E2FCFB

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

Shades of Light Cyan #E2FCFB

Tints of Light Cyan #E2FCFB

Color information

#E2FCFB (or 0xE2FCFB) is unknown color: approx Light Cyan. HEX triplet: E2, FC and FB. RGB value is (226,252,251). Sum of RGB (Red+Green+Blue) = 226+252+251=729 (96% of max value = 765). Red value is 226 (88.67% from 255 or 31.00% from 729); Green value is 252 (98.83% from 255 or 34.57% from 729); Blue value is 251 (98.44% from 255 or 34.43% from 729); Max value from RGB is 252 - color contains mainly: green. Hex color #E2FCFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2FCFB is #1D0304. Grayscale: #F4F4F4. Windows color (decimal): -1901317 or 16514274. OLE color: 16514274.

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

Color convert

RGB226252251-
CMYK0.1000.000.01
HSL177.69º81.25%93.73%-
HSV(B)177.69º10.32%98.82%-
XYZ83.5992.75104.76-
YUV244.11131.89115.08-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 31.00%
GREEN value IS 252 (98.83% from 255) = 34.57%
BLUE value IS 251 (98.44% from 255) = 34.43%
R=31.00%
G=34.57%
B=34.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2262522510.1000.000.01177.6981.2593.73
HexE2FCFBA001b2515e
Octal34237437312001262121136
Binary11100010111111001111101110100011011001010100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FCFB; }

 p { color: rgb(226,252,251); }

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

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

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

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

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

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

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