#EFF8FF

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

Shades of Alice Blue #EFF8FF

Tints of Alice Blue #EFF8FF

Color information

#EFF8FF (or 0xEFF8FF) is unknown color: approx Alice Blue. HEX triplet: EF, F8 and FF. RGB value is (239,248,255). Sum of RGB (Red+Green+Blue) = 239+248+255=742 (98% of max value = 765). Red value is 239 (93.75% from 255 or 32.21% from 742); Green value is 248 (97.27% from 255 or 33.42% from 742); Blue value is 255 (100% from 255 or 34.37% from 742); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFF8FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF8FF is #100700. Grayscale: #F6F6F6. Windows color (decimal): -1050369 or 16775407. OLE color: 16775407.

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

Color convert

RGB239248255-
CMYK0.060.0300
HSL206.25º100%96.86%-
HSV(B)206.25º6.27%100%-
XYZ87.2192.71107.91-
YUV246.11133.02122.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.21%
GREEN value IS 248 (97.27% from 255) = 33.42%
BLUE value IS 255 (100% from 255) = 34.37%
R=32.21%
G=33.42%
B=34.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392482550.060.0300206.2510096.86
HexEFF8FF6300ce6461
Octal3573703776300316144141
Binary11101111111110001111111111011001100111011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF8FF; }

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

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

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

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

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

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

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

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