#EFF3F5

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

Shades of Alice Blue #EFF3F5

Tints of Alice Blue #EFF3F5

Color information

#EFF3F5 (or 0xEFF3F5) is unknown color: approx Alice Blue. HEX triplet: EF, F3 and F5. RGB value is (239,243,245). Sum of RGB (Red+Green+Blue) = 239+243+245=727 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.87% from 727); Green value is 243 (95.31% from 255 or 33.43% from 727); Blue value is 245 (96.09% from 255 or 33.70% from 727); Max value from RGB is 245 - color contains mainly: blue. Hex color #EFF3F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF3F5 is #100C0A. Grayscale: #F2F2F2. Windows color (decimal): -1051659 or 16118767. OLE color: 16118767.

HSL color Cylindrical-coordinate representation of color #EFF3F5: hue angle of 200º degrees, saturation: 0.23, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EFF3F5 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB239243245-
CMYK0.020.0100.04
HSL200º23.08%94.9%-
HSV(B)200º2.45%96.08%-
XYZ84.1389.0499.14-
YUV242.03129.67125.84-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.87%
GREEN value IS 243 (95.31% from 255) = 33.43%
BLUE value IS 245 (96.09% from 255) = 33.70%
R=32.87%
G=33.43%
B=33.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2392432450.020.0100.0420023.0894.9
HexEFF3F52104c8175f
Octal357363365210431027137
Binary111011111111001111110101101010011001000101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF3F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF3F5; }

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

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

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

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

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

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

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

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