#E2FCFF

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

Shades of Light Cyan #E2FCFF

Tints of Light Cyan #E2FCFF

Color information

#E2FCFF (or 0xE2FCFF) is unknown color: approx Light Cyan. HEX triplet: E2, FC and FF. RGB value is (226,252,255). Sum of RGB (Red+Green+Blue) = 226+252+255=733 (97% of max value = 765). Red value is 226 (88.67% from 255 or 30.83% from 733); Green value is 252 (98.83% from 255 or 34.38% 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 #E2FCFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2FCFF is #1D0300. Grayscale: #F4F4F4. Windows color (decimal): -1901313 or 16776418. OLE color: 16776418.

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

Color convert

RGB226252255-
CMYK0.110.0100
HSL186.21º100%94.31%-
HSV(B)186.21º11.37%100%-
XYZ84.2293.01108.12-
YUV244.57133.89114.76-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 30.83%
GREEN value IS 252 (98.83% from 255) = 34.38%
BLUE value IS 255 (100% from 255) = 34.79%
R=30.83%
G=34.38%
B=34.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2262522550.110.0100186.2110094.31
HexE2FCFFB100ba645e
Octal34237437713100272144136
Binary11100010111111001111111110111001011101011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FCFF; }

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

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

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

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

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

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

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

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