Shades of Alice Blue #EFF5F7
Tints of Alice Blue #EFF5F7
RGB
CMYK
RGB Variations
Color information
#EFF5F7 (or 0xEFF5F7) is known color: Alice Blue. HEX triplet: EF, F5 and F7. RGB value is (239,245,247). Sum of RGB (Red+Green+Blue) = 239+245+247=731 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.69% from 731); Green value is 245 (96.09% from 255 or 33.52% from 731); Blue value is 247 (96.88% from 255 or 33.79% from 731); Max value from RGB is 247 - color contains mainly: blue. Hex color #EFF5F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF5F7 is #100A08. Grayscale: #F3F3F3. Windows color (decimal): -1051145 or 16250351. OLE color: 16250351.
HSL color Cylindrical-coordinate representation of color #EFF5F7: hue angle of 195º degrees, saturation: 0.33, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EFF5F7 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 245 | 247 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.03 |
| HSL | 195º | 0.33% | 0.95% | - |
| HSV(B) | 195º | 0.03% | 0.97% | - |
| XYZ | 85.04 | 90.37 | 100.96 | - |
| YUV | 243.43 | 130.01 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 245 | 247 | 0.03 | 0.01 | 0 | 0.03 | 195 | 0.33 | 0.95 |
| Hex | EF | F5 | F7 | 3 | 1 | 0 | 3 | C3 | 21 | 5F |
| Octal | 357 | 365 | 367 | 3 | 1 | 0 | 3 | 303 | 41 | 137 |
| Binary | 11101111 | 11110101 | 11110111 | 11 | 1 | 0 | 11 | 11000011 | 100001 | 1011111 |
Color Harmonies of #EFF5F7
Complementary color
Monochromatic Colors of #EFF5F7
Black with #EFF5F7
Text Example
Text Example
White with #EFF5F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF5F7; }
p { color: rgb(239,245,247); }
H1.HeaderClassName
{
color: #EFF5F7;
}
.AnyTagClassName
{
color: #EFF5F7;
}
</style>
background-color css
<style>
a { background-color: #EFF5F7; }
a { background-color: rgb(239,245,247); }
div.DivClassName
{
background-color: #EFF5F7;
}
.BgClassName
{
background-color: #EFF5F7;
}
</style>
border-color css
<style>
span { border-color: #EFF5F7; }
span { border-color: rgb(239,245,247); }
td.TdClassName
{
border-color: #EFF5F7;
}
.TagClassName
{
border-color: #EFF5F7;
}
</style>