Shades of Alice Blue #EFF5FA
Tints of Alice Blue #EFF5FA
RGB
CMYK
RGB Variations
Color information
#EFF5FA (or 0xEFF5FA) is known color: Alice Blue. HEX triplet: EF, F5 and FA. RGB value is (239,245,250). Sum of RGB (Red+Green+Blue) = 239+245+250=734 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.56% from 734); Green value is 245 (96.09% from 255 or 33.38% from 734); Blue value is 250 (98.05% from 255 or 34.06% from 734); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFF5FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF5FA is #100A05. Grayscale: #F3F3F3. Windows color (decimal): -1051142 or 16446959. OLE color: 16446959.
HSL color Cylindrical-coordinate representation of color #EFF5FA: hue angle of 207.27º degrees, saturation: 0.52, 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 #EFF5FA is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 245 | 250 | - |
| CMYK | 0.04 | 0.02 | 0 | 0.02 |
| HSL | 207.27º | 0.52% | 0.96% | - |
| HSV(B) | 207.27º | 0.04% | 0.98% | - |
| XYZ | 85.5 | 90.56 | 103.42 | - |
| YUV | 243.78 | 131.51 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 245 | 250 | 0.04 | 0.02 | 0 | 0.02 | 207.27 | 0.52 | 0.96 |
| Hex | EF | F5 | FA | 4 | 2 | 0 | 2 | CF | 34 | 60 |
| Octal | 357 | 365 | 372 | 4 | 2 | 0 | 2 | 317 | 64 | 140 |
| Binary | 11101111 | 11110101 | 11111010 | 100 | 10 | 0 | 10 | 11001111 | 110100 | 1100000 |
Color Harmonies of #EFF5FA
Complementary color
Monochromatic Colors of #EFF5FA
Black with #EFF5FA
Text Example
Text Example
White with #EFF5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF5FA; }
p { color: rgb(239,245,250); }
H1.HeaderClassName
{
color: #EFF5FA;
}
.AnyTagClassName
{
color: #EFF5FA;
}
</style>
background-color css
<style>
a { background-color: #EFF5FA; }
a { background-color: rgb(239,245,250); }
div.DivClassName
{
background-color: #EFF5FA;
}
.BgClassName
{
background-color: #EFF5FA;
}
</style>
border-color css
<style>
span { border-color: #EFF5FA; }
span { border-color: rgb(239,245,250); }
td.TdClassName
{
border-color: #EFF5FA;
}
.TagClassName
{
border-color: #EFF5FA;
}
</style>