#E5FBFA

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

Shades of Light Cyan #E5FBFA

Tints of Light Cyan #E5FBFA

Color information

#E5FBFA (or 0xE5FBFA) is unknown color: approx Light Cyan. HEX triplet: E5, FB and FA. RGB value is (229,251,250). Sum of RGB (Red+Green+Blue) = 229+251+250=730 (96% of max value = 765). Red value is 229 (89.84% from 255 or 31.37% from 730); Green value is 251 (98.44% from 255 or 34.38% from 730); Blue value is 250 (98.05% from 255 or 34.25% from 730); Max value from RGB is 251 - color contains mainly: green. Hex color #E5FBFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5FBFA is #1A0405. Grayscale: #F4F4F4. Windows color (decimal): -1704966 or 16448485. OLE color: 16448485.

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

Color convert

RGB229251250-
CMYK0.0900.000.02
HSL177.27º73.33%94.12%-
HSV(B)177.27º8.76%98.43%-
XYZ84.0792.55103.88-
YUV244.31131.21117.08-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 31.37%
GREEN value IS 251 (98.44% from 255) = 34.38%
BLUE value IS 250 (98.05% from 255) = 34.25%
R=31.37%
G=34.38%
B=34.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2292512500.0900.000.02177.2773.3394.12
HexE5FBFA9002b1495e
Octal34537337211002261111136
Binary111001011111101111111010100100101011000110010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5FBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5FBFA; }

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

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

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

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

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

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

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

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