#E2FEFF

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

Shades of Light Cyan #E2FEFF

Tints of Light Cyan #E2FEFF

Color information

#E2FEFF (or 0xE2FEFF) is unknown color: approx Light Cyan. HEX triplet: E2, FE and FF. RGB value is (226,254,255). Sum of RGB (Red+Green+Blue) = 226+254+255=735 (97% of max value = 765). Red value is 226 (88.67% from 255 or 30.75% from 735); Green value is 254 (99.61% from 255 or 34.56% from 735); Blue value is 255 (100% from 255 or 34.69% from 735); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2FEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2FEFF is #1D0100. Grayscale: #F5F5F5. Windows color (decimal): -1900801 or 16776930. OLE color: 16776930.

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

Color convert

RGB226254255-
CMYK0.110.0000
HSL182.07º100%94.31%-
HSV(B)182.07º11.37%100%-
XYZ84.8694.27108.33-
YUV245.74133.22113.92-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 30.75%
GREEN value IS 254 (99.61% from 255) = 34.56%
BLUE value IS 255 (100% from 255) = 34.69%
R=30.75%
G=34.56%
B=34.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2262542550.110.0000182.0710094.31
HexE2FEFFB000b6645e
Octal34237637713000266144136
Binary11100010111111101111111110110001011011011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FEFF; }

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

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

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

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

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

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

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

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