Shades of Azure #EFF8FA
Tints of Azure #EFF8FA
RGB
CMYK
RGB Variations
Color information
#EFF8FA (or 0xEFF8FA) is known color: Azure. HEX triplet: EF, F8 and FA. RGB value is (239,248,250). Sum of RGB (Red+Green+Blue) = 239+248+250=737 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.43% from 737); Green value is 248 (97.27% from 255 or 33.65% from 737); Blue value is 250 (98.05% from 255 or 33.92% from 737); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFF8FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF8FA is #100705. Grayscale: #F5F5F5. Windows color (decimal): -1050374 or 16447727. OLE color: 16447727.
HSL color Cylindrical-coordinate representation of color #EFF8FA: hue angle of 190.91º 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 #EFF8FA is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 248 | 250 | - |
| CMYK | 0.04 | 0.01 | 0 | 0.02 |
| HSL | 190.91º | 0.52% | 0.96% | - |
| HSV(B) | 190.91º | 0.04% | 0.98% | - |
| XYZ | 86.42 | 92.39 | 103.72 | - |
| YUV | 245.54 | 130.52 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 248 | 250 | 0.04 | 0.01 | 0 | 0.02 | 190.91 | 0.52 | 0.96 |
| Hex | EF | F8 | FA | 4 | 1 | 0 | 2 | BF | 34 | 60 |
| Octal | 357 | 370 | 372 | 4 | 1 | 0 | 2 | 277 | 64 | 140 |
| Binary | 11101111 | 11111000 | 11111010 | 100 | 1 | 0 | 10 | 10111111 | 110100 | 1100000 |
Color Harmonies of #EFF8FA
Complementary color
Monochromatic Colors of #EFF8FA
Black with #EFF8FA
Text Example
Text Example
White with #EFF8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF8FA; }
p { color: rgb(239,248,250); }
H1.HeaderClassName
{
color: #EFF8FA;
}
.AnyTagClassName
{
color: #EFF8FA;
}
</style>
background-color css
<style>
a { background-color: #EFF8FA; }
a { background-color: rgb(239,248,250); }
div.DivClassName
{
background-color: #EFF8FA;
}
.BgClassName
{
background-color: #EFF8FA;
}
</style>
border-color css
<style>
span { border-color: #EFF8FA; }
span { border-color: rgb(239,248,250); }
td.TdClassName
{
border-color: #EFF8FA;
}
.TagClassName
{
border-color: #EFF8FA;
}
</style>