#EFF8FC

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

Shades of Alice Blue #EFF8FC

Tints of Alice Blue #EFF8FC

Color information

#EFF8FC (or 0xEFF8FC) is unknown color: approx Alice Blue. HEX triplet: EF, F8 and FC. RGB value is (239,248,252). Sum of RGB (Red+Green+Blue) = 239+248+252=739 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.34% from 739); Green value is 248 (97.27% from 255 or 33.56% from 739); Blue value is 252 (98.83% from 255 or 34.10% from 739); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFF8FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF8FC is #100703. Grayscale: #F5F5F5. Windows color (decimal): -1050372 or 16578799. OLE color: 16578799.

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

Color convert

RGB239248252-
CMYK0.050.0200.01
HSL198.46º68.42%96.27%-
HSV(B)198.46º5.16%98.82%-
XYZ86.7392.51105.38-
YUV245.76131.52123.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.34%
GREEN value IS 248 (97.27% from 255) = 33.56%
BLUE value IS 252 (98.83% from 255) = 34.10%
R=32.34%
G=33.56%
B=34.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392482520.050.0200.01198.4668.4296.27
HexEFF8FC5201c64460
Octal3573703745201306104140
Binary11101111111110001111110010110011100011010001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF8FC; }

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

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

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

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

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

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

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

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