#EFF8FE

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

Shades of Alice Blue #EFF8FE

Tints of Alice Blue #EFF8FE

Color information

#EFF8FE (or 0xEFF8FE) is unknown color: approx Alice Blue. HEX triplet: EF, F8 and FE. RGB value is (239,248,254). Sum of RGB (Red+Green+Blue) = 239+248+254=741 (98% of max value = 765). Red value is 239 (93.75% from 255 or 32.25% from 741); Green value is 248 (97.27% from 255 or 33.47% from 741); Blue value is 254 (99.61% from 255 or 34.28% from 741); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFF8FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF8FE is #100701. Grayscale: #F5F5F5. Windows color (decimal): -1050370 or 16709871. OLE color: 16709871.

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

Color convert

RGB239248254-
CMYK0.060.0200.00
HSL204º88.24%96.67%-
HSV(B)204º5.91%99.61%-
XYZ87.0592.64107.06-
YUV245.99132.52123.01-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.25%
GREEN value IS 248 (97.27% from 255) = 33.47%
BLUE value IS 254 (99.61% from 255) = 34.28%
R=32.25%
G=33.47%
B=34.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2392482540.060.0200.0020488.2496.67
HexEFF8FE6200cc5861
Octal3573703766200314130141
Binary11101111111110001111111011010001100110010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF8FE; }

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

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

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

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

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

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

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

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