Shades of Alice Blue #EFF6FA
Tints of Alice Blue #EFF6FA
RGB
CMYK
RGB Variations
Color information
#EFF6FA (or 0xEFF6FA) is known color: Alice Blue. HEX triplet: EF, F6 and FA. RGB value is (239,246,250). Sum of RGB (Red+Green+Blue) = 239+246+250=735 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.52% from 735); Green value is 246 (96.48% from 255 or 33.47% from 735); Blue value is 250 (98.05% from 255 or 34.01% from 735); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFF6FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF6FA is #100905. Grayscale: #F4F4F4. Windows color (decimal): -1050886 or 16447215. OLE color: 16447215.
HSL color Cylindrical-coordinate representation of color #EFF6FA: hue angle of 201.82º 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 #EFF6FA is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 246 | 250 | - |
| CMYK | 0.04 | 0.02 | 0 | 0.02 |
| HSL | 201.82º | 0.52% | 0.96% | - |
| HSV(B) | 201.82º | 0.04% | 0.98% | - |
| XYZ | 85.81 | 91.16 | 103.52 | - |
| YUV | 244.36 | 131.18 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 250 | 0.04 | 0.02 | 0 | 0.02 | 201.82 | 0.52 | 0.96 |
| Hex | EF | F6 | FA | 4 | 2 | 0 | 2 | CA | 34 | 60 |
| Octal | 357 | 366 | 372 | 4 | 2 | 0 | 2 | 312 | 64 | 140 |
| Binary | 11101111 | 11110110 | 11111010 | 100 | 10 | 0 | 10 | 11001010 | 110100 | 1100000 |
Color Harmonies of #EFF6FA
Complementary color
Monochromatic Colors of #EFF6FA
Black with #EFF6FA
Text Example
Text Example
White with #EFF6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF6FA; }
p { color: rgb(239,246,250); }
H1.HeaderClassName
{
color: #EFF6FA;
}
.AnyTagClassName
{
color: #EFF6FA;
}
</style>
background-color css
<style>
a { background-color: #EFF6FA; }
a { background-color: rgb(239,246,250); }
div.DivClassName
{
background-color: #EFF6FA;
}
.BgClassName
{
background-color: #EFF6FA;
}
</style>
border-color css
<style>
span { border-color: #EFF6FA; }
span { border-color: rgb(239,246,250); }
td.TdClassName
{
border-color: #EFF6FA;
}
.TagClassName
{
border-color: #EFF6FA;
}
</style>