Shades of Alice Blue #EFF7FA
Tints of Alice Blue #EFF7FA
RGB
CMYK
RGB Variations
Color information
#EFF7FA (or 0xEFF7FA) is known color: Alice Blue. HEX triplet: EF, F7 and FA. RGB value is (239,247,250). Sum of RGB (Red+Green+Blue) = 239+247+250=736 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.47% from 736); Green value is 247 (96.88% from 255 or 33.56% from 736); Blue value is 250 (98.05% from 255 or 33.97% from 736); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFF7FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF7FA is #100805. Grayscale: #F4F4F4. Windows color (decimal): -1050630 or 16447471. OLE color: 16447471.
HSL color Cylindrical-coordinate representation of color #EFF7FA: hue angle of 196.36º 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 #EFF7FA is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 247 | 250 | - |
| CMYK | 0.04 | 0.01 | 0 | 0.02 |
| HSL | 196.36º | 0.52% | 0.96% | - |
| HSV(B) | 196.36º | 0.04% | 0.98% | - |
| XYZ | 86.11 | 91.77 | 103.62 | - |
| YUV | 244.95 | 130.85 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 247 | 250 | 0.04 | 0.01 | 0 | 0.02 | 196.36 | 0.52 | 0.96 |
| Hex | EF | F7 | FA | 4 | 1 | 0 | 2 | C4 | 34 | 60 |
| Octal | 357 | 367 | 372 | 4 | 1 | 0 | 2 | 304 | 64 | 140 |
| Binary | 11101111 | 11110111 | 11111010 | 100 | 1 | 0 | 10 | 11000100 | 110100 | 1100000 |
Color Harmonies of #EFF7FA
Complementary color
Monochromatic Colors of #EFF7FA
Black with #EFF7FA
Text Example
Text Example
White with #EFF7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF7FA; }
p { color: rgb(239,247,250); }
H1.HeaderClassName
{
color: #EFF7FA;
}
.AnyTagClassName
{
color: #EFF7FA;
}
</style>
background-color css
<style>
a { background-color: #EFF7FA; }
a { background-color: rgb(239,247,250); }
div.DivClassName
{
background-color: #EFF7FA;
}
.BgClassName
{
background-color: #EFF7FA;
}
</style>
border-color css
<style>
span { border-color: #EFF7FA; }
span { border-color: rgb(239,247,250); }
td.TdClassName
{
border-color: #EFF7FA;
}
.TagClassName
{
border-color: #EFF7FA;
}
</style>