#E5FAFC

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

Shades of Light Cyan #E5FAFC

Tints of Light Cyan #E5FAFC

Color information

#E5FAFC (or 0xE5FAFC) is unknown color: approx Light Cyan. HEX triplet: E5, FA and FC. RGB value is (229,250,252). Sum of RGB (Red+Green+Blue) = 229+250+252=731 (96% of max value = 765). Red value is 229 (89.84% from 255 or 31.33% from 731); Green value is 250 (98.05% from 255 or 34.20% from 731); Blue value is 252 (98.83% from 255 or 34.47% from 731); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5FAFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5FAFC is #1A0503. Grayscale: #F3F3F3. Windows color (decimal): -1705220 or 16579301. OLE color: 16579301.

HSL color Cylindrical-coordinate representation of color #E5FAFC: hue angle of 185.22º degrees, saturation: 0.79, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E5FAFC is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB229250252-
CMYK0.090.0100.01
HSL185.22º79.31%94.31%-
HSV(B)185.22º9.13%98.82%-
XYZ84.0792.06105.43-
YUV243.95132.54117.34-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 31.33%
GREEN value IS 250 (98.05% from 255) = 34.20%
BLUE value IS 252 (98.83% from 255) = 34.47%
R=31.33%
G=34.20%
B=34.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2292502520.090.0100.01185.2279.3194.31
HexE5FAFC9101b94f5e
Octal34537237411101271117136
Binary11100101111110101111110010011011011100110011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5FAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5FAFC; }

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

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

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

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

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

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

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

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