Shades of Alice Blue #EFF8FF
Tints of Alice Blue #EFF8FF
RGB
CMYK
RGB Variations
Color information
#EFF8FF (or 0xEFF8FF) is known color: Alice Blue. HEX triplet: EF, F8 and FF. RGB value is (239,248,255). Sum of RGB (Red+Green+Blue) = 239+248+255=742 (98% of max value = 765). Red value is 239 (93.75% from 255 or 32.21% from 742); Green value is 248 (97.27% from 255 or 33.42% from 742); Blue value is 255 (100% from 255 or 34.37% from 742); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFF8FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF8FF is #100700. Grayscale: #F6F6F6. Windows color (decimal): -1050369 or 16775407. OLE color: 16775407.
HSL color Cylindrical-coordinate representation of color #EFF8FF: hue angle of 206.25º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFF8FF is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 248 | 255 | - |
| CMYK | 0.06 | 0.03 | 0 | 0 |
| HSL | 206.25º | 1% | 0.97% | - |
| HSV(B) | 206.25º | 0.06% | 1% | - |
| XYZ | 87.21 | 92.71 | 107.91 | - |
| YUV | 246.11 | 133.02 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 248 | 255 | 0.06 | 0.03 | 0 | 0 | 206.25 | 1 | 0.97 |
| Hex | EF | F8 | FF | 6 | 3 | 0 | 0 | CE | 64 | 61 |
| Octal | 357 | 370 | 377 | 6 | 3 | 0 | 0 | 316 | 144 | 141 |
| Binary | 11101111 | 11111000 | 11111111 | 110 | 11 | 0 | 0 | 11001110 | 1100100 | 1100001 |
Color Harmonies of #EFF8FF
Complementary color
Monochromatic Colors of #EFF8FF
Black with #EFF8FF
Text Example
Text Example
White with #EFF8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF8FF; }
p { color: rgb(239,248,255); }
H1.HeaderClassName
{
color: #EFF8FF;
}
.AnyTagClassName
{
color: #EFF8FF;
}
</style>
background-color css
<style>
a { background-color: #EFF8FF; }
a { background-color: rgb(239,248,255); }
div.DivClassName
{
background-color: #EFF8FF;
}
.BgClassName
{
background-color: #EFF8FF;
}
</style>
border-color css
<style>
span { border-color: #EFF8FF; }
span { border-color: rgb(239,248,255); }
td.TdClassName
{
border-color: #EFF8FF;
}
.TagClassName
{
border-color: #EFF8FF;
}
</style>