#E4FAFE

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

Shades of Light Cyan #E4FAFE

Tints of Light Cyan #E4FAFE

Color information

#E4FAFE (or 0xE4FAFE) is unknown color: approx Light Cyan. HEX triplet: E4, FA and FE. RGB value is (228,250,254). Sum of RGB (Red+Green+Blue) = 228+250+254=732 (96% of max value = 765). Red value is 228 (89.45% from 255 or 31.15% from 732); Green value is 250 (98.05% from 255 or 34.15% from 732); Blue value is 254 (99.61% from 255 or 34.70% from 732); Max value from RGB is 254 - color contains mainly: blue. Hex color #E4FAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E4FAFE is #1B0501. Grayscale: #F3F3F3. Windows color (decimal): -1770754 or 16710372. OLE color: 16710372.

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

Color convert

RGB228250254-
CMYK0.100.0200.00
HSL189.23º92.86%94.51%-
HSV(B)189.23º10.24%99.61%-
XYZ84.0792.02107.1-
YUV243.88133.71116.67-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 31.15%
GREEN value IS 250 (98.05% from 255) = 34.15%
BLUE value IS 254 (99.61% from 255) = 34.70%
R=31.15%
G=34.15%
B=34.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2282502540.100.0200.00189.2392.8694.51
HexE4FAFEA200bd5d5f
Octal34437237612200275135137
Binary111001001111101011111110101010001011110110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4FAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4FAFE; }

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

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

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

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

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

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

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

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