#EFF2F3

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

Shades of Alice Blue #EFF2F3

Tints of Alice Blue #EFF2F3

Color information

#EFF2F3 (or 0xEFF2F3) is unknown color: approx Alice Blue. HEX triplet: EF, F2 and F3. RGB value is (239,242,243). Sum of RGB (Red+Green+Blue) = 239+242+243=724 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.01% from 724); Green value is 242 (94.92% from 255 or 33.43% from 724); Blue value is 243 (95.31% from 255 or 33.56% from 724); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFF2F3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF2F3 is #100D0C. Grayscale: #F1F1F1. Windows color (decimal): -1051917 or 15987439. OLE color: 15987439.

HSL color Cylindrical-coordinate representation of color #EFF2F3: hue angle of 195º degrees, saturation: 0.14, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EFF2F3 is Cyan = 0.02, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB239242243-
CMYK0.020.0000.05
HSL195º14.29%94.51%-
HSV(B)195º1.65%95.29%-
XYZ83.5388.3397.44-
YUV241.22129.01126.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.01%
GREEN value IS 242 (94.92% from 255) = 33.43%
BLUE value IS 243 (95.31% from 255) = 33.56%
R=33.01%
G=33.43%
B=33.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392422430.020.0000.0519514.2994.51
HexEFF2F32005c3e5f
Octal357362363200530316137
Binary11101111111100101111001110001011100001111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF2F3; }

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

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

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

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

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

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

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

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