#E2FAFB

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

Shades of Light Cyan #E2FAFB

Tints of Light Cyan #E2FAFB

Color information

#E2FAFB (or 0xE2FAFB) is unknown color: approx Light Cyan. HEX triplet: E2, FA and FB. RGB value is (226,250,251). Sum of RGB (Red+Green+Blue) = 226+250+251=727 (96% of max value = 765). Red value is 226 (88.67% from 255 or 31.09% from 727); Green value is 250 (98.05% from 255 or 34.39% from 727); Blue value is 251 (98.44% from 255 or 34.53% from 727); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2FAFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2FAFB is #1D0504. Grayscale: #F2F2F2. Windows color (decimal): -1901829 or 16513762. OLE color: 16513762.

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

Color convert

RGB226250251-
CMYK0.100.0000.02
HSL182.4º75.76%93.53%-
HSV(B)182.4º9.96%98.43%-
XYZ82.9691.5104.56-
YUV242.94132.55115.92-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 31.09%
GREEN value IS 250 (98.05% from 255) = 34.39%
BLUE value IS 251 (98.44% from 255) = 34.53%
R=31.09%
G=34.39%
B=34.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2262502510.100.0000.02182.475.7693.53
HexE2FAFBA002b64c5e
Octal34237237312002266114136
Binary111000101111101011111011101000101011011010011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FAFB; }

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

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

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

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

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

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

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

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