Shades of Alice Blue #EFF6FF
Tints of Alice Blue #EFF6FF
RGB
CMYK
RGB Variations
Color information
#EFF6FF (or 0xEFF6FF) is known color: Alice Blue. HEX triplet: EF, F6 and FF. RGB value is (239,246,255). Sum of RGB (Red+Green+Blue) = 239+246+255=740 (98% of max value = 765). Red value is 239 (93.75% from 255 or 32.30% from 740); Green value is 246 (96.48% from 255 or 33.24% from 740); Blue value is 255 (100% from 255 or 34.46% from 740); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFF6FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF6FF is #100900. Grayscale: #F4F4F4. Windows color (decimal): -1050881 or 16774895. OLE color: 16774895.
HSL color Cylindrical-coordinate representation of color #EFF6FF: hue angle of 213.75º 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 #EFF6FF is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 246 | 255 | - |
| CMYK | 0.06 | 0.04 | 0 | 0 |
| HSL | 213.75º | 1% | 0.97% | - |
| HSV(B) | 213.75º | 0.06% | 1% | - |
| XYZ | 86.6 | 91.48 | 107.7 | - |
| YUV | 244.93 | 133.68 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 255 | 0.06 | 0.04 | 0 | 0 | 213.75 | 1 | 0.97 |
| Hex | EF | F6 | FF | 6 | 4 | 0 | 0 | D6 | 64 | 61 |
| Octal | 357 | 366 | 377 | 6 | 4 | 0 | 0 | 326 | 144 | 141 |
| Binary | 11101111 | 11110110 | 11111111 | 110 | 100 | 0 | 0 | 11010110 | 1100100 | 1100001 |
Color Harmonies of #EFF6FF
Complementary color
Monochromatic Colors of #EFF6FF
Black with #EFF6FF
Text Example
Text Example
White with #EFF6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF6FF; }
p { color: rgb(239,246,255); }
H1.HeaderClassName
{
color: #EFF6FF;
}
.AnyTagClassName
{
color: #EFF6FF;
}
</style>
background-color css
<style>
a { background-color: #EFF6FF; }
a { background-color: rgb(239,246,255); }
div.DivClassName
{
background-color: #EFF6FF;
}
.BgClassName
{
background-color: #EFF6FF;
}
</style>
border-color css
<style>
span { border-color: #EFF6FF; }
span { border-color: rgb(239,246,255); }
td.TdClassName
{
border-color: #EFF6FF;
}
.TagClassName
{
border-color: #EFF6FF;
}
</style>