Shades of Alice Blue #EFF1F2
Tints of Alice Blue #EFF1F2
RGB
CMYK
RGB Variations
Color information
#EFF1F2 (or 0xEFF1F2) is known color: 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
| RGB | 239 | 241 | 242 | - |
| CMYK | 0.01 | 0.00 | 0 | 0.05 |
| HSL | 200º | 0.1% | 0.94% | - |
| HSV(B) | 200º | 0.01% | 0.95% | - |
| XYZ | 83.08 | 87.67 | 96.55 | - |
| YUV | 240.52 | 128.84 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 242 | 0.01 | 0.00 | 0 | 0.05 | 200 | 0.1 | 0.94 |
| Hex | EF | F1 | F2 | 1 | 0 | 0 | 5 | C8 | A | 5E |
| Octal | 357 | 361 | 362 | 1 | 0 | 0 | 5 | 310 | 12 | 136 |
| Binary | 11101111 | 11110001 | 11110010 | 1 | 0 | 0 | 101 | 11001000 | 1010 | 1011110 |
Color Harmonies of #EFF1F2
Complementary color
Monochromatic Colors of #EFF1F2
Black with #EFF1F2
Text Example
Text Example
White with #EFF1F2
Text Example
Text Example
HTML Codes & Css Web 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>