#E2FFFE

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

Shades of Light Cyan #E2FFFE

Tints of Light Cyan #E2FFFE

Color information

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

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

Color convert

RGB226255254-
CMYK0.1100.000
HSL177.93º100%94.31%-
HSV(B)177.93º11.37%100%-
XYZ85.0194.84107.59-
YUV246.22132.39113.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2262552540.1100.000177.9310094.31
HexE2FFFEB000b2645e
Octal34237737613000262144136
Binary11100010111111111111111010110001011001011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FFFE; }

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

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

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

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

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

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

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

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