#EFF1F2

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

Shades of Alice Blue #EFF1F2

Tints of Alice Blue #EFF1F2

Color information

#EFF1F2 (or 0xEFF1F2) is unknown color: approx Alice Blue. HEX triplet: EF, F1 and F2. RGB value is (239,241,242). Sum of RGB (Red+Green+Blue) = 239+241+242=722 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.10% from 722); Green value is 241 (94.53% from 255 or 33.38% from 722); Blue value is 242 (94.92% from 255 or 33.52% from 722); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFF1F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF1F2 is #100E0D. Grayscale: #F0F0F0. Windows color (decimal): -1052174 or 15921647. OLE color: 15921647.

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

Color convert

RGB239241242-
CMYK0.010.0000.05
HSL200º10.34%94.31%-
HSV(B)200º1.24%94.9%-
XYZ83.0887.6796.55-
YUV240.52128.84126.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.10%
GREEN value IS 241 (94.53% from 255) = 33.38%
BLUE value IS 242 (94.92% from 255) = 33.52%
R=33.10%
G=33.38%
B=33.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392412420.010.0000.0520010.3494.31
HexEFF1F21005c8a5e
Octal357361362100531012136
Binary1110111111110001111100101001011100100010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF1F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF1F2; }

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

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

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

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

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

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

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

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