Shades of Alice Blue #EFF9FE
Tints of Alice Blue #EFF9FE
RGB
CMYK
RGB Variations
Color information
#EFF9FE (or 0xEFF9FE) is known color: Alice Blue. HEX triplet: EF, F9 and FE. RGB value is (239,249,254). Sum of RGB (Red+Green+Blue) = 239+249+254=742 (98% of max value = 765). Red value is 239 (93.75% from 255 or 32.21% from 742); Green value is 249 (97.66% from 255 or 33.56% from 742); Blue value is 254 (99.61% from 255 or 34.23% from 742); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFF9FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF9FE is #100601. Grayscale: #F6F6F6. Windows color (decimal): -1050114 or 16710127. OLE color: 16710127.
HSL color Cylindrical-coordinate representation of color #EFF9FE: hue angle of 200º degrees, saturation: 0.88, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFF9FE is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 249 | 254 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.00 |
| HSL | 200º | 0.88% | 0.97% | - |
| HSV(B) | 200º | 0.06% | 1% | - |
| XYZ | 87.36 | 93.26 | 107.16 | - |
| YUV | 246.58 | 132.19 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 249 | 254 | 0.06 | 0.02 | 0 | 0.00 | 200 | 0.88 | 0.97 |
| Hex | EF | F9 | FE | 6 | 2 | 0 | 0 | C8 | 58 | 61 |
| Octal | 357 | 371 | 376 | 6 | 2 | 0 | 0 | 310 | 130 | 141 |
| Binary | 11101111 | 11111001 | 11111110 | 110 | 10 | 0 | 0 | 11001000 | 1011000 | 1100001 |
Color Harmonies of #EFF9FE
Complementary color
Monochromatic Colors of #EFF9FE
Black with #EFF9FE
Text Example
Text Example
White with #EFF9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF9FE; }
p { color: rgb(239,249,254); }
H1.HeaderClassName
{
color: #EFF9FE;
}
.AnyTagClassName
{
color: #EFF9FE;
}
</style>
background-color css
<style>
a { background-color: #EFF9FE; }
a { background-color: rgb(239,249,254); }
div.DivClassName
{
background-color: #EFF9FE;
}
.BgClassName
{
background-color: #EFF9FE;
}
</style>
border-color css
<style>
span { border-color: #EFF9FE; }
span { border-color: rgb(239,249,254); }
td.TdClassName
{
border-color: #EFF9FE;
}
.TagClassName
{
border-color: #EFF9FE;
}
</style>