#E2FBFA

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

Shades of Light Cyan #E2FBFA

Tints of Light Cyan #E2FBFA

Color information

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

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

Color convert

RGB226251250-
CMYK0.1000.000.02
HSL177.6º75.76%93.53%-
HSV(B)177.6º9.96%98.43%-
XYZ83.1292.07103.83-
YUV243.41131.72115.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2262512500.1000.000.02177.675.7693.53
HexE2FBFAA002b24c5e
Octal34237337212002262114136
Binary111000101111101111111010101000101011001010011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FBFA; }

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

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

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

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

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

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

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

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