Shades of Azure #EFF5F6
Tints of Azure #EFF5F6
RGB
CMYK
RGB Variations
Color information
#EFF5F6 (or 0xEFF5F6) is known color: Azure. HEX triplet: EF, F5 and F6. RGB value is (239,245,246). Sum of RGB (Red+Green+Blue) = 239+245+246=730 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.74% from 730); Green value is 245 (96.09% from 255 or 33.56% from 730); Blue value is 246 (96.48% from 255 or 33.70% from 730); Max value from RGB is 246 - color contains mainly: blue. Hex color #EFF5F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF5F6 is #100A09. Grayscale: #F3F3F3. Windows color (decimal): -1051146 or 16184815. OLE color: 16184815.
HSL color Cylindrical-coordinate representation of color #EFF5F6: hue angle of 188.57º degrees, saturation: 0.28, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EFF5F6 is Cyan = 0.03, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 245 | 246 | - |
| CMYK | 0.03 | 0.00 | 0 | 0.04 |
| HSL | 188.57º | 0.28% | 0.95% | - |
| HSV(B) | 188.57º | 0.03% | 0.96% | - |
| XYZ | 84.88 | 90.31 | 100.15 | - |
| YUV | 243.32 | 129.51 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 245 | 246 | 0.03 | 0.00 | 0 | 0.04 | 188.57 | 0.28 | 0.95 |
| Hex | EF | F5 | F6 | 3 | 0 | 0 | 4 | BD | 1C | 5F |
| Octal | 357 | 365 | 366 | 3 | 0 | 0 | 4 | 275 | 34 | 137 |
| Binary | 11101111 | 11110101 | 11110110 | 11 | 0 | 0 | 100 | 10111101 | 11100 | 1011111 |
Color Harmonies of #EFF5F6
Complementary color
Monochromatic Colors of #EFF5F6
Black with #EFF5F6
Text Example
Text Example
White with #EFF5F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF5F6; }
p { color: rgb(239,245,246); }
H1.HeaderClassName
{
color: #EFF5F6;
}
.AnyTagClassName
{
color: #EFF5F6;
}
</style>
background-color css
<style>
a { background-color: #EFF5F6; }
a { background-color: rgb(239,245,246); }
div.DivClassName
{
background-color: #EFF5F6;
}
.BgClassName
{
background-color: #EFF5F6;
}
</style>
border-color css
<style>
span { border-color: #EFF5F6; }
span { border-color: rgb(239,245,246); }
td.TdClassName
{
border-color: #EFF5F6;
}
.TagClassName
{
border-color: #EFF5F6;
}
</style>