Shades of Alice Blue #EFF5F9
Tints of Alice Blue #EFF5F9
RGB
CMYK
RGB Variations
Color information
#EFF5F9 (or 0xEFF5F9) is known color: Alice Blue. HEX triplet: EF, F5 and F9. RGB value is (239,245,249). Sum of RGB (Red+Green+Blue) = 239+245+249=733 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.61% from 733); Green value is 245 (96.09% from 255 or 33.42% from 733); Blue value is 249 (97.66% from 255 or 33.97% from 733); Max value from RGB is 249 - color contains mainly: blue. Hex color #EFF5F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF5F9 is #100A06. Grayscale: #F3F3F3. Windows color (decimal): -1051143 or 16381423. OLE color: 16381423.
HSL color Cylindrical-coordinate representation of color #EFF5F9: hue angle of 204º degrees, saturation: 0.45, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EFF5F9 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 245 | 249 | - |
| CMYK | 0.04 | 0.02 | 0 | 0.02 |
| HSL | 204º | 0.45% | 0.96% | - |
| HSV(B) | 204º | 0.04% | 0.98% | - |
| XYZ | 85.35 | 90.5 | 102.59 | - |
| YUV | 243.66 | 131.01 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 245 | 249 | 0.04 | 0.02 | 0 | 0.02 | 204 | 0.45 | 0.96 |
| Hex | EF | F5 | F9 | 4 | 2 | 0 | 2 | CC | 2D | 60 |
| Octal | 357 | 365 | 371 | 4 | 2 | 0 | 2 | 314 | 55 | 140 |
| Binary | 11101111 | 11110101 | 11111001 | 100 | 10 | 0 | 10 | 11001100 | 101101 | 1100000 |
Color Harmonies of #EFF5F9
Complementary color
Monochromatic Colors of #EFF5F9
Black with #EFF5F9
Text Example
Text Example
White with #EFF5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF5F9; }
p { color: rgb(239,245,249); }
H1.HeaderClassName
{
color: #EFF5F9;
}
.AnyTagClassName
{
color: #EFF5F9;
}
</style>
background-color css
<style>
a { background-color: #EFF5F9; }
a { background-color: rgb(239,245,249); }
div.DivClassName
{
background-color: #EFF5F9;
}
.BgClassName
{
background-color: #EFF5F9;
}
</style>
border-color css
<style>
span { border-color: #EFF5F9; }
span { border-color: rgb(239,245,249); }
td.TdClassName
{
border-color: #EFF5F9;
}
.TagClassName
{
border-color: #EFF5F9;
}
</style>