Shades of Alice Blue #EFFAFF
Tints of Alice Blue #EFFAFF
RGB
CMYK
RGB Variations
Color information
#EFFAFF (or 0xEFFAFF) is known color: Alice Blue. HEX triplet: EF, FA and FF. RGB value is (239,250,255). Sum of RGB (Red+Green+Blue) = 239+250+255=744 (98% of max value = 765). Red value is 239 (93.75% from 255 or 32.12% from 744); Green value is 250 (98.05% from 255 or 33.60% from 744); Blue value is 255 (100% from 255 or 34.27% from 744); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFFAFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFAFF is #100500. Grayscale: #F7F7F7. Windows color (decimal): -1049857 or 16775919. OLE color: 16775919.
HSL color Cylindrical-coordinate representation of color #EFFAFF: hue angle of 198.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 #EFFAFF is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 250 | 255 | - |
| CMYK | 0.06 | 0.02 | 0 | 0 |
| HSL | 198.75º | 1% | 0.97% | - |
| HSV(B) | 198.75º | 0.06% | 1% | - |
| XYZ | 87.83 | 93.94 | 108.11 | - |
| YUV | 247.28 | 132.36 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 250 | 255 | 0.06 | 0.02 | 0 | 0 | 198.75 | 1 | 0.97 |
| Hex | EF | FA | FF | 6 | 2 | 0 | 0 | C7 | 64 | 61 |
| Octal | 357 | 372 | 377 | 6 | 2 | 0 | 0 | 307 | 144 | 141 |
| Binary | 11101111 | 11111010 | 11111111 | 110 | 10 | 0 | 0 | 11000111 | 1100100 | 1100001 |
Color Harmonies of #EFFAFF
Complementary color
Monochromatic Colors of #EFFAFF
Black with #EFFAFF
Text Example
Text Example
White with #EFFAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFAFF; }
p { color: rgb(239,250,255); }
H1.HeaderClassName
{
color: #EFFAFF;
}
.AnyTagClassName
{
color: #EFFAFF;
}
</style>
background-color css
<style>
a { background-color: #EFFAFF; }
a { background-color: rgb(239,250,255); }
div.DivClassName
{
background-color: #EFFAFF;
}
.BgClassName
{
background-color: #EFFAFF;
}
</style>
border-color css
<style>
span { border-color: #EFFAFF; }
span { border-color: rgb(239,250,255); }
td.TdClassName
{
border-color: #EFFAFF;
}
.TagClassName
{
border-color: #EFFAFF;
}
</style>