Shades of Alice Blue #EFF2F4
Tints of Alice Blue #EFF2F4
RGB
CMYK
RGB Variations
Color information
#EFF2F4 (or 0xEFF2F4) is known color: Alice Blue. HEX triplet: EF, F2 and F4. RGB value is (239,242,244). Sum of RGB (Red+Green+Blue) = 239+242+244=725 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.97% from 725); Green value is 242 (94.92% from 255 or 33.38% from 725); Blue value is 244 (95.70% from 255 or 33.66% from 725); Max value from RGB is 244 - color contains mainly: blue. Hex color #EFF2F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF2F4 is #100D0B. Grayscale: #F1F1F1. Windows color (decimal): -1051916 or 16052975. OLE color: 16052975.
HSL color Cylindrical-coordinate representation of color #EFF2F4: hue angle of 204º degrees, saturation: 0.19, 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 #EFF2F4 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 242 | 244 | - |
| CMYK | 0.02 | 0.01 | 0 | 0.04 |
| HSL | 204º | 0.19% | 0.95% | - |
| HSV(B) | 204º | 0.02% | 0.96% | - |
| XYZ | 83.68 | 88.39 | 98.24 | - |
| YUV | 241.33 | 129.51 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 244 | 0.02 | 0.01 | 0 | 0.04 | 204 | 0.19 | 0.95 |
| Hex | EF | F2 | F4 | 2 | 1 | 0 | 4 | CC | 13 | 5F |
| Octal | 357 | 362 | 364 | 2 | 1 | 0 | 4 | 314 | 23 | 137 |
| Binary | 11101111 | 11110010 | 11110100 | 10 | 1 | 0 | 100 | 11001100 | 10011 | 1011111 |
Color Harmonies of #EFF2F4
Complementary color
Monochromatic Colors of #EFF2F4
Black with #EFF2F4
Text Example
Text Example
White with #EFF2F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF2F4; }
p { color: rgb(239,242,244); }
H1.HeaderClassName
{
color: #EFF2F4;
}
.AnyTagClassName
{
color: #EFF2F4;
}
</style>
background-color css
<style>
a { background-color: #EFF2F4; }
a { background-color: rgb(239,242,244); }
div.DivClassName
{
background-color: #EFF2F4;
}
.BgClassName
{
background-color: #EFF2F4;
}
</style>
border-color css
<style>
span { border-color: #EFF2F4; }
span { border-color: rgb(239,242,244); }
td.TdClassName
{
border-color: #EFF2F4;
}
.TagClassName
{
border-color: #EFF2F4;
}
</style>