#EFF5FC

Color #EFF5FC Alice Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alice Blue #EFF5FC

Tints of Alice Blue #EFF5FC

Color information

#EFF5FC (or 0xEFF5FC) is unknown color: approx Alice Blue. HEX triplet: EF, F5 and FC. RGB value is (239,245,252). Sum of RGB (Red+Green+Blue) = 239+245+252=736 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.47% from 736); Green value is 245 (96.09% from 255 or 33.29% from 736); Blue value is 252 (98.83% from 255 or 34.24% from 736); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFF5FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF5FC is #100A03. Grayscale: #F3F3F3. Windows color (decimal): -1051140 or 16578031. OLE color: 16578031.

HSL color Cylindrical-coordinate representation of color #EFF5FC: hue angle of 212.31º degrees, saturation: 0.68, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EFF5FC is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB239245252-
CMYK0.050.0300.01
HSL212.31º68.42%96.27%-
HSV(B)212.31º5.16%98.82%-
XYZ85.8290.68105.08-
YUV244132.51124.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.47%
GREEN value IS 245 (96.09% from 255) = 33.29%
BLUE value IS 252 (98.83% from 255) = 34.24%
R=32.47%
G=33.29%
B=34.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392452520.050.0300.01212.3168.4296.27
HexEFF5FC5301d44460
Octal3573653745301324104140
Binary11101111111101011111110010111011101010010001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF5FC; }

 p { color: rgb(239,245,252); }

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

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

 a { background-color: rgb(239,245,252); }

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

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

 span { border-color: rgb(239,245,252); }

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