Shades of Azure #EFF3F4
Tints of Azure #EFF3F4
RGB
CMYK
RGB Variations
Color information
#EFF3F4 (or 0xEFF3F4) is known color: Azure. HEX triplet: EF, F3 and F4. RGB value is (239,243,244). Sum of RGB (Red+Green+Blue) = 239+243+244=726 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.92% from 726); Green value is 243 (95.31% from 255 or 33.47% from 726); Blue value is 244 (95.70% from 255 or 33.61% from 726); Max value from RGB is 244 - color contains mainly: blue. Hex color #EFF3F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF3F4 is #100C0B. Grayscale: #F1F1F1. Windows color (decimal): -1051660 or 16053231. OLE color: 16053231.
HSL color Cylindrical-coordinate representation of color #EFF3F4: hue angle of 192º degrees, saturation: 0.19, 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 #EFF3F4 is Cyan = 0.02, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 243 | 244 | - |
| CMYK | 0.02 | 0.00 | 0 | 0.04 |
| HSL | 192º | 0.19% | 0.95% | - |
| HSV(B) | 192º | 0.02% | 0.96% | - |
| XYZ | 83.98 | 88.98 | 98.34 | - |
| YUV | 241.92 | 129.17 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 244 | 0.02 | 0.00 | 0 | 0.04 | 192 | 0.19 | 0.95 |
| Hex | EF | F3 | F4 | 2 | 0 | 0 | 4 | C0 | 13 | 5F |
| Octal | 357 | 363 | 364 | 2 | 0 | 0 | 4 | 300 | 23 | 137 |
| Binary | 11101111 | 11110011 | 11110100 | 10 | 0 | 0 | 100 | 11000000 | 10011 | 1011111 |
Color Harmonies of #EFF3F4
Complementary color
Monochromatic Colors of #EFF3F4
Black with #EFF3F4
Text Example
Text Example
White with #EFF3F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF3F4; }
p { color: rgb(239,243,244); }
H1.HeaderClassName
{
color: #EFF3F4;
}
.AnyTagClassName
{
color: #EFF3F4;
}
</style>
background-color css
<style>
a { background-color: #EFF3F4; }
a { background-color: rgb(239,243,244); }
div.DivClassName
{
background-color: #EFF3F4;
}
.BgClassName
{
background-color: #EFF3F4;
}
</style>
border-color css
<style>
span { border-color: #EFF3F4; }
span { border-color: rgb(239,243,244); }
td.TdClassName
{
border-color: #EFF3F4;
}
.TagClassName
{
border-color: #EFF3F4;
}
</style>