#EFF7FE

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

Shades of Alice Blue #EFF7FE

Tints of Alice Blue #EFF7FE

Color information

#EFF7FE (or 0xEFF7FE) is unknown color: approx Alice Blue. HEX triplet: EF, F7 and FE. RGB value is (239,247,254). Sum of RGB (Red+Green+Blue) = 239+247+254=740 (98% of max value = 765). Red value is 239 (93.75% from 255 or 32.30% from 740); Green value is 247 (96.88% from 255 or 33.38% from 740); Blue value is 254 (99.61% from 255 or 34.32% from 740); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFF7FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF7FE is #100801. Grayscale: #F5F5F5. Windows color (decimal): -1050626 or 16709615. OLE color: 16709615.

HSL color Cylindrical-coordinate representation of color #EFF7FE: hue angle of 208º degrees, saturation: 0.88, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFF7FE is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB239247254-
CMYK0.060.0300.00
HSL208º88.24%96.67%-
HSV(B)208º5.91%99.61%-
XYZ86.7592.03106.96-
YUV245.41132.85123.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.30%
GREEN value IS 247 (96.88% from 255) = 33.38%
BLUE value IS 254 (99.61% from 255) = 34.32%
R=32.30%
G=33.38%
B=34.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2392472540.060.0300.0020888.2496.67
HexEFF7FE6300d05861
Octal3573673766300320130141
Binary11101111111101111111111011011001101000010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF7FE; }

 p { color: rgb(239,247,254); }

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

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

 a { background-color: rgb(239,247,254); }

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

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

 span { border-color: rgb(239,247,254); }

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