#E5FBFE

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

Shades of Light Cyan #E5FBFE

Tints of Light Cyan #E5FBFE

Color information

#E5FBFE (or 0xE5FBFE) is unknown color: approx Light Cyan. HEX triplet: E5, FB and FE. RGB value is (229,251,254). Sum of RGB (Red+Green+Blue) = 229+251+254=734 (97% of max value = 765). Red value is 229 (89.84% from 255 or 31.20% from 734); Green value is 251 (98.44% from 255 or 34.20% from 734); Blue value is 254 (99.61% from 255 or 34.60% from 734); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5FBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5FBFE is #1A0401. Grayscale: #F4F4F4. Windows color (decimal): -1704962 or 16710629. OLE color: 16710629.

HSL color Cylindrical-coordinate representation of color #E5FBFE: hue angle of 187.2º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5FBFE is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB229251254-
CMYK0.100.0100.00
HSL187.2º92.59%94.71%-
HSV(B)187.2º9.84%99.61%-
XYZ84.792.81107.22-
YUV244.76133.21116.76-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 31.20%
GREEN value IS 251 (98.44% from 255) = 34.20%
BLUE value IS 254 (99.61% from 255) = 34.60%
R=31.20%
G=34.20%
B=34.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2292512540.100.0100.00187.292.5994.71
HexE5FBFEA100bb5d5f
Octal34537337612100273135137
Binary11100101111110111111111010101001011101110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5FBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5FBFE; }

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

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

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

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

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

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

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

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