#E2F8FF

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

Shades of Light Cyan #E2F8FF

Tints of Light Cyan #E2F8FF

Color information

#E2F8FF (or 0xE2F8FF) is unknown color: approx Light Cyan. HEX triplet: E2, F8 and FF. RGB value is (226,248,255). Sum of RGB (Red+Green+Blue) = 226+248+255=729 (96% of max value = 765). Red value is 226 (88.67% from 255 or 31.00% from 729); Green value is 248 (97.27% from 255 or 34.02% from 729); Blue value is 255 (100% from 255 or 34.98% from 729); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2F8FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2F8FF is #1D0700. Grayscale: #F2F2F2. Windows color (decimal): -1902337 or 16775394. OLE color: 16775394.

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

Color convert

RGB226248255-
CMYK0.110.0300
HSL194.48º100%94.31%-
HSV(B)194.48º11.37%100%-
XYZ82.9890.52107.71-
YUV242.22135.21116.43-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 31.00%
GREEN value IS 248 (97.27% from 255) = 34.02%
BLUE value IS 255 (100% from 255) = 34.98%
R=31.00%
G=34.02%
B=34.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2262482550.110.0300194.4810094.31
HexE2F8FFB300c2645e
Octal34237037713300302144136
Binary111000101111100011111111101111001100001011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F8FF; }

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

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

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

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

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

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

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

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