#E1FBFF

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

Shades of Light Cyan #E1FBFF

Tints of Light Cyan #E1FBFF

Color information

#E1FBFF (or 0xE1FBFF) is unknown color: approx Light Cyan. HEX triplet: E1, FB and FF. RGB value is (225,251,255). Sum of RGB (Red+Green+Blue) = 225+251+255=731 (96% of max value = 765). Red value is 225 (88.28% from 255 or 30.78% from 731); Green value is 251 (98.44% from 255 or 34.34% from 731); Blue value is 255 (100% from 255 or 34.88% from 731); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1FBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1FBFF is #1E0400. Grayscale: #F3F3F3. Windows color (decimal): -1967105 or 16776161. OLE color: 16776161.

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

Color convert

RGB225251255-
CMYK0.120.0200
HSL188º100%94.12%-
HSV(B)188º11.76%100%-
XYZ83.692.22108-
YUV243.68134.39114.67-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 30.78%
GREEN value IS 251 (98.44% from 255) = 34.34%
BLUE value IS 255 (100% from 255) = 34.88%
R=30.78%
G=34.34%
B=34.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2252512550.120.020018810094.12
HexE1FBFFC200bc645e
Octal34137337714200274144136
Binary111000011111101111111111110010001011110011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FBFF; }

 p { color: rgb(225,251,255); }

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

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

 a { background-color: rgb(225,251,255); }

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

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

 span { border-color: rgb(225,251,255); }

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