Shades of Azure #EFF5F4
Tints of Azure #EFF5F4
RGB
CMYK
RGB Variations
Color information
#EFF5F4 (or 0xEFF5F4) is known color: Azure. HEX triplet: EF, F5 and F4. RGB value is (239,245,244). Sum of RGB (Red+Green+Blue) = 239+245+244=728 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.83% from 728); Green value is 245 (96.09% from 255 or 33.65% from 728); Blue value is 244 (95.70% from 255 or 33.52% from 728); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF5F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF5F4 is #100A0B. Grayscale: #F3F3F3. Windows color (decimal): -1051148 or 16053743. OLE color: 16053743.
HSL color Cylindrical-coordinate representation of color #EFF5F4: hue angle of 170º degrees, saturation: 0.23, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EFF5F4 is Cyan = 0.02, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 245 | 244 | - |
| CMYK | 0.02 | 0 | 0.00 | 0.04 |
| HSL | 170º | 0.23% | 0.95% | - |
| HSV(B) | 170º | 0.02% | 0.96% | - |
| XYZ | 84.58 | 90.19 | 98.54 | - |
| YUV | 243.09 | 128.51 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 245 | 244 | 0.02 | 0 | 0.00 | 0.04 | 170 | 0.23 | 0.95 |
| Hex | EF | F5 | F4 | 2 | 0 | 0 | 4 | AA | 17 | 5F |
| Octal | 357 | 365 | 364 | 2 | 0 | 0 | 4 | 252 | 27 | 137 |
| Binary | 11101111 | 11110101 | 11110100 | 10 | 0 | 0 | 100 | 10101010 | 10111 | 1011111 |
Color Harmonies of #EFF5F4
Complementary color
Monochromatic Colors of #EFF5F4
Black with #EFF5F4
Text Example
Text Example
White with #EFF5F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF5F4; }
p { color: rgb(239,245,244); }
H1.HeaderClassName
{
color: #EFF5F4;
}
.AnyTagClassName
{
color: #EFF5F4;
}
</style>
background-color css
<style>
a { background-color: #EFF5F4; }
a { background-color: rgb(239,245,244); }
div.DivClassName
{
background-color: #EFF5F4;
}
.BgClassName
{
background-color: #EFF5F4;
}
</style>
border-color css
<style>
span { border-color: #EFF5F4; }
span { border-color: rgb(239,245,244); }
td.TdClassName
{
border-color: #EFF5F4;
}
.TagClassName
{
border-color: #EFF5F4;
}
</style>