#E2F6F6

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

Shades of Light Cyan #E2F6F6

Tints of Light Cyan #E2F6F6

Color information

#E2F6F6 (or 0xE2F6F6) is unknown color: approx Light Cyan. HEX triplet: E2, F6 and F6. RGB value is (226,246,246). Sum of RGB (Red+Green+Blue) = 226+246+246=718 (95% of max value = 765). Red value is 226 (88.67% from 255 or 31.48% from 718); Green value is 246 (96.48% from 255 or 34.26% from 718); Blue value is 246 (96.48% from 255 or 34.26% from 718); Max value from RGB is 246 - color contains mainly: green, blue. Hex color #E2F6F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2F6F6 is #1D0909. Grayscale: #F0F0F0. Windows color (decimal): -1902858 or 16185058. OLE color: 16185058.

HSL color Cylindrical-coordinate representation of color #E2F6F6: hue angle of 180º degrees, saturation: 0.53, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E2F6F6 is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB226246246-
CMYK0.08000.04
HSL180º52.63%92.55%-
HSV(B)180º8.13%96.47%-
XYZ80.9588.73100.05-
YUV240.02131.37118-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 31.48%
GREEN value IS 246 (96.48% from 255) = 34.26%
BLUE value IS 246 (96.48% from 255) = 34.26%
R=31.48%
G=34.26%
B=34.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2262462460.08000.0418052.6392.55
HexE2F6F68004b4355d
Octal3423663661000426465135
Binary111000101111011011110110100000100101101001101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F6F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F6F6; }

 p { color: rgb(226,246,246); }

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

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

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

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

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

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

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