#E1FAFE

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

Shades of Light Cyan #E1FAFE

Tints of Light Cyan #E1FAFE

Color information

#E1FAFE (or 0xE1FAFE) is unknown color: approx Light Cyan. HEX triplet: E1, FA and FE. RGB value is (225,250,254). Sum of RGB (Red+Green+Blue) = 225+250+254=729 (96% of max value = 765). Red value is 225 (88.28% from 255 or 30.86% from 729); Green value is 250 (98.05% from 255 or 34.29% from 729); Blue value is 254 (99.61% from 255 or 34.84% from 729); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1FAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1FAFE is #1E0501. Grayscale: #F2F2F2. Windows color (decimal): -1967362 or 16710369. OLE color: 16710369.

HSL color Cylindrical-coordinate representation of color #E1FAFE: hue angle of 188.28º 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 #E1FAFE is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB225250254-
CMYK0.110.0200.00
HSL188.28º93.55%93.92%-
HSV(B)188.28º11.42%99.61%-
XYZ83.1391.53107.05-
YUV242.98134.22115.17-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 30.86%
GREEN value IS 250 (98.05% from 255) = 34.29%
BLUE value IS 254 (99.61% from 255) = 34.84%
R=30.86%
G=34.29%
B=34.84%

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
Decimal2252502540.110.0200.00188.2893.5593.92
HexE1FAFEB200bc5e5e
Octal34137237613200274136136
Binary111000011111101011111110101110001011110010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FAFE; }

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

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

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

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

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

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

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

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