#E2FAFA

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

Shades of Light Cyan #E2FAFA

Tints of Light Cyan #E2FAFA

Color information

#E2FAFA (or 0xE2FAFA) is unknown color: approx Light Cyan. HEX triplet: E2, FA and FA. RGB value is (226,250,250). Sum of RGB (Red+Green+Blue) = 226+250+250=726 (96% of max value = 765). Red value is 226 (88.67% from 255 or 31.13% from 726); Green value is 250 (98.05% from 255 or 34.44% from 726); Blue value is 250 (98.05% from 255 or 34.44% from 726); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #E2FAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2FAFA is #1D0505. Grayscale: #F2F2F2. Windows color (decimal): -1901830 or 16448226. OLE color: 16448226.

HSL color Cylindrical-coordinate representation of color #E2FAFA: hue angle of 180º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2FAFA is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB226250250-
CMYK0.10000.02
HSL180º70.59%93.33%-
HSV(B)180º9.6%98.04%-
XYZ82.891.44103.73-
YUV242.82132.05116-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 31.13%
GREEN value IS 250 (98.05% from 255) = 34.44%
BLUE value IS 250 (98.05% from 255) = 34.44%
R=31.13%
G=34.44%
B=34.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2262502500.10000.0218070.5993.33
HexE2FAFAA002b4475d
Octal34237237212002264107135
Binary111000101111101011111010101000101011010010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FAFA; }

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

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

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

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

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

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

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

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