#E4FAFC

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

Shades of Light Cyan #E4FAFC

Tints of Light Cyan #E4FAFC

Color information

#E4FAFC (or 0xE4FAFC) is unknown color: approx Light Cyan. HEX triplet: E4, FA and FC. RGB value is (228,250,252). Sum of RGB (Red+Green+Blue) = 228+250+252=730 (96% of max value = 765). Red value is 228 (89.45% from 255 or 31.23% from 730); Green value is 250 (98.05% from 255 or 34.25% from 730); Blue value is 252 (98.83% from 255 or 34.52% from 730); Max value from RGB is 252 - color contains mainly: blue. Hex color #E4FAFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E4FAFC is #1B0503. Grayscale: #F3F3F3. Windows color (decimal): -1770756 or 16579300. OLE color: 16579300.

HSL color Cylindrical-coordinate representation of color #E4FAFC: hue angle of 185º degrees, saturation: 0.8, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E4FAFC is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB228250252-
CMYK0.100.0100.01
HSL185º80%94.12%-
HSV(B)185º9.52%98.82%-
XYZ83.7591.89105.42-
YUV243.65132.71116.84-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 31.23%
GREEN value IS 250 (98.05% from 255) = 34.25%
BLUE value IS 252 (98.83% from 255) = 34.52%
R=31.23%
G=34.25%
B=34.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2282502520.100.0100.011858094.12
HexE4FAFCA101b9505e
Octal34437237412101271120136
Binary11100100111110101111110010101011011100110100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4FAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4FAFC; }

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

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

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

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

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

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

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

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