Shades of Azure #EFF7F8
Tints of Azure #EFF7F8
RGB
CMYK
RGB Variations
Color information
#EFF7F8 (or 0xEFF7F8) is known color: Azure. HEX triplet: EF, F7 and F8. RGB value is (239,247,248). Sum of RGB (Red+Green+Blue) = 239+247+248=734 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.56% from 734); Green value is 247 (96.88% from 255 or 33.65% from 734); Blue value is 248 (97.27% from 255 or 33.79% from 734); Max value from RGB is 248 - color contains mainly: blue. Hex color #EFF7F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF7F8 is #100807. Grayscale: #F4F4F4. Windows color (decimal): -1050632 or 16316399. OLE color: 16316399.
HSL color Cylindrical-coordinate representation of color #EFF7F8: hue angle of 186.67º degrees, saturation: 0.39, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EFF7F8 is Cyan = 0.04, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 247 | 248 | - |
| CMYK | 0.04 | 0.00 | 0 | 0.03 |
| HSL | 186.67º | 0.39% | 0.95% | - |
| HSV(B) | 186.67º | 0.04% | 0.97% | - |
| XYZ | 85.8 | 91.65 | 101.97 | - |
| YUV | 244.72 | 129.85 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 247 | 248 | 0.04 | 0.00 | 0 | 0.03 | 186.67 | 0.39 | 0.95 |
| Hex | EF | F7 | F8 | 4 | 0 | 0 | 3 | BB | 27 | 5F |
| Octal | 357 | 367 | 370 | 4 | 0 | 0 | 3 | 273 | 47 | 137 |
| Binary | 11101111 | 11110111 | 11111000 | 100 | 0 | 0 | 11 | 10111011 | 100111 | 1011111 |
Color Harmonies of #EFF7F8
Complementary color
Monochromatic Colors of #EFF7F8
Black with #EFF7F8
Text Example
Text Example
White with #EFF7F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF7F8; }
p { color: rgb(239,247,248); }
H1.HeaderClassName
{
color: #EFF7F8;
}
.AnyTagClassName
{
color: #EFF7F8;
}
</style>
background-color css
<style>
a { background-color: #EFF7F8; }
a { background-color: rgb(239,247,248); }
div.DivClassName
{
background-color: #EFF7F8;
}
.BgClassName
{
background-color: #EFF7F8;
}
</style>
border-color css
<style>
span { border-color: #EFF7F8; }
span { border-color: rgb(239,247,248); }
td.TdClassName
{
border-color: #EFF7F8;
}
.TagClassName
{
border-color: #EFF7F8;
}
</style>