Shades of Alice Blue #EFFAFE
Tints of Alice Blue #EFFAFE
RGB
CMYK
RGB Variations
Color information
#EFFAFE (or 0xEFFAFE) is known color: Alice Blue. HEX triplet: EF, FA and FE. RGB value is (239,250,254). Sum of RGB (Red+Green+Blue) = 239+250+254=743 (98% of max value = 765). Red value is 239 (93.75% from 255 or 32.17% from 743); Green value is 250 (98.05% from 255 or 33.65% from 743); Blue value is 254 (99.61% from 255 or 34.19% from 743); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFFAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFAFE is #100501. Grayscale: #F7F7F7. Windows color (decimal): -1049858 or 16710383. OLE color: 16710383.
HSL color Cylindrical-coordinate representation of color #EFFAFE: hue angle of 196º 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 #EFFAFE is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 250 | 254 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.00 |
| HSL | 196º | 0.88% | 0.97% | - |
| HSV(B) | 196º | 0.06% | 1% | - |
| XYZ | 87.67 | 93.88 | 107.27 | - |
| YUV | 247.17 | 131.86 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 250 | 254 | 0.06 | 0.02 | 0 | 0.00 | 196 | 0.88 | 0.97 |
| Hex | EF | FA | FE | 6 | 2 | 0 | 0 | C4 | 58 | 61 |
| Octal | 357 | 372 | 376 | 6 | 2 | 0 | 0 | 304 | 130 | 141 |
| Binary | 11101111 | 11111010 | 11111110 | 110 | 10 | 0 | 0 | 11000100 | 1011000 | 1100001 |
Color Harmonies of #EFFAFE
Complementary color
Monochromatic Colors of #EFFAFE
Black with #EFFAFE
Text Example
Text Example
White with #EFFAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFAFE; }
p { color: rgb(239,250,254); }
H1.HeaderClassName
{
color: #EFFAFE;
}
.AnyTagClassName
{
color: #EFFAFE;
}
</style>
background-color css
<style>
a { background-color: #EFFAFE; }
a { background-color: rgb(239,250,254); }
div.DivClassName
{
background-color: #EFFAFE;
}
.BgClassName
{
background-color: #EFFAFE;
}
</style>
border-color css
<style>
span { border-color: #EFFAFE; }
span { border-color: rgb(239,250,254); }
td.TdClassName
{
border-color: #EFFAFE;
}
.TagClassName
{
border-color: #EFFAFE;
}
</style>