#EFF5FF

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

Shades of Alice Blue #EFF5FF

Tints of Alice Blue #EFF5FF

Color information

#EFF5FF (or 0xEFF5FF) is unknown color: approx Alice Blue. HEX triplet: EF, F5 and FF. RGB value is (239,245,255). Sum of RGB (Red+Green+Blue) = 239+245+255=739 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.34% from 739); Green value is 245 (96.09% from 255 or 33.15% from 739); Blue value is 255 (100% from 255 or 34.51% from 739); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFF5FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF5FF is #100A00. Grayscale: #F4F4F4. Windows color (decimal): -1051137 or 16774639. OLE color: 16774639.

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

Color convert

RGB239245255-
CMYK0.060.0400
HSL217.5º100%96.86%-
HSV(B)217.5º6.27%100%-
XYZ86.390.88107.6-
YUV244.35134.01124.19-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.34%
GREEN value IS 245 (96.09% from 255) = 33.15%
BLUE value IS 255 (100% from 255) = 34.51%
R=32.34%
G=33.15%
B=34.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392452550.060.0400217.510096.86
HexEFF5FF6400da6461
Octal3573653776400332144141
Binary111011111111010111111111110100001101101011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF5FF; }

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

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

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

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

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

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

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

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