Shades of Alice Blue #EFF5F8
Tints of Alice Blue #EFF5F8
RGB
CMYK
RGB Variations
Color information
#EFF5F8 (or 0xEFF5F8) is known color: Alice Blue. HEX triplet: EF, F5 and F8. RGB value is (239,245,248). Sum of RGB (Red+Green+Blue) = 239+245+248=732 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.65% from 732); Green value is 245 (96.09% from 255 or 33.47% from 732); Blue value is 248 (97.27% from 255 or 33.88% from 732); Max value from RGB is 248 - color contains mainly: blue. Hex color #EFF5F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF5F8 is #100A07. Grayscale: #F3F3F3. Windows color (decimal): -1051144 or 16315887. OLE color: 16315887.
HSL color Cylindrical-coordinate representation of color #EFF5F8: hue angle of 200º degrees, saturation: 0.39, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EFF5F8 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 245 | 248 | - |
| CMYK | 0.04 | 0.01 | 0 | 0.03 |
| HSL | 200º | 0.39% | 0.95% | - |
| HSV(B) | 200º | 0.04% | 0.97% | - |
| XYZ | 85.19 | 90.43 | 101.77 | - |
| YUV | 243.55 | 130.51 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 245 | 248 | 0.04 | 0.01 | 0 | 0.03 | 200 | 0.39 | 0.95 |
| Hex | EF | F5 | F8 | 4 | 1 | 0 | 3 | C8 | 27 | 5F |
| Octal | 357 | 365 | 370 | 4 | 1 | 0 | 3 | 310 | 47 | 137 |
| Binary | 11101111 | 11110101 | 11111000 | 100 | 1 | 0 | 11 | 11001000 | 100111 | 1011111 |
Color Harmonies of #EFF5F8
Complementary color
Monochromatic Colors of #EFF5F8
Black with #EFF5F8
Text Example
Text Example
White with #EFF5F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF5F8; }
p { color: rgb(239,245,248); }
H1.HeaderClassName
{
color: #EFF5F8;
}
.AnyTagClassName
{
color: #EFF5F8;
}
</style>
background-color css
<style>
a { background-color: #EFF5F8; }
a { background-color: rgb(239,245,248); }
div.DivClassName
{
background-color: #EFF5F8;
}
.BgClassName
{
background-color: #EFF5F8;
}
</style>
border-color css
<style>
span { border-color: #EFF5F8; }
span { border-color: rgb(239,245,248); }
td.TdClassName
{
border-color: #EFF5F8;
}
.TagClassName
{
border-color: #EFF5F8;
}
</style>