#E1F8FE

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

Shades of Light Cyan #E1F8FE

Tints of Light Cyan #E1F8FE

Color information

#E1F8FE (or 0xE1F8FE) is unknown color: approx Light Cyan. HEX triplet: E1, F8 and FE. RGB value is (225,248,254). Sum of RGB (Red+Green+Blue) = 225+248+254=727 (96% of max value = 765). Red value is 225 (88.28% from 255 or 30.95% from 727); Green value is 248 (97.27% from 255 or 34.11% from 727); Blue value is 254 (99.61% from 255 or 34.94% from 727); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1F8FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1F8FE is #1E0701. Grayscale: #F1F1F1. Windows color (decimal): -1967874 or 16709857. OLE color: 16709857.

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

Color convert

RGB225248254-
CMYK0.110.0200.00
HSL192.41º93.55%93.92%-
HSV(B)192.41º11.42%99.61%-
XYZ82.5190.3106.85-
YUV241.81134.88116.01-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 30.95%
GREEN value IS 248 (97.27% from 255) = 34.11%
BLUE value IS 254 (99.61% from 255) = 34.94%
R=30.95%
G=34.11%
B=34.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2252482540.110.0200.00192.4193.5593.92
HexE1F8FEB200c05e5e
Octal34137037613200300136136
Binary111000011111100011111110101110001100000010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F8FE; }

 p { color: rgb(225,248,254); }

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

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

 a { background-color: rgb(225,248,254); }

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

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

 span { border-color: rgb(225,248,254); }

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