Shades of Azure #EFF4F4
Tints of Azure #EFF4F4
RGB
CMYK
RGB Variations
Color information
#EFF4F4 (or 0xEFF4F4) is known color: Azure. HEX triplet: EF, F4 and F4. RGB value is (239,244,244). Sum of RGB (Red+Green+Blue) = 239+244+244=727 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.87% from 727); Green value is 244 (95.70% from 255 or 33.56% from 727); Blue value is 244 (95.70% from 255 or 33.56% from 727); Max value from RGB is 244 - color contains mainly: green, blue. Hex color #EFF4F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF4F4 is #100B0B. Grayscale: #F2F2F2. Windows color (decimal): -1051404 or 16053487. OLE color: 16053487.
HSL color Cylindrical-coordinate representation of color #EFF4F4: hue angle of 180º 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 #EFF4F4 is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 239 | 244 | 244 | - |
CMYK | 0.02 | 0 | 0 | 0.04 |
HSL | 180º | 0.19% | 0.95% | - |
HSV(B) | 180º | 0.02% | 0.96% | - |
XYZ | 84.28 | 89.58 | 98.44 | - |
YUV | 242.51 | 128.84 | 125.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 244 | 244 | 0.02 | 0 | 0 | 0.04 | 180 | 0.19 | 0.95 |
Hex | EF | F4 | F4 | 2 | 0 | 0 | 4 | B4 | 13 | 5F |
Octal | 357 | 364 | 364 | 2 | 0 | 0 | 4 | 264 | 23 | 137 |
Binary | 11101111 | 11110100 | 11110100 | 10 | 0 | 0 | 100 | 10110100 | 10011 | 1011111 |
Color Harmonies of #EFF4F4
Complementary color
Monochromatic Colors of #EFF4F4
Black with #EFF4F4
Text Example
Text Example
White with #EFF4F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF4F4; }
p { color: rgb(239,244,244); }
H1.HeaderClassName
{
color: #EFF4F4;
}
.AnyTagClassName
{
color: #EFF4F4;
}
</style>
background-color css
<style>
a { background-color: #EFF4F4; }
a { background-color: rgb(239,244,244); }
div.DivClassName
{
background-color: #EFF4F4;
}
.BgClassName
{
background-color: #EFF4F4;
}
</style>
border-color css
<style>
span { border-color: #EFF4F4; }
span { border-color: rgb(239,244,244); }
td.TdClassName
{
border-color: #EFF4F4;
}
.TagClassName
{
border-color: #EFF4F4;
}
</style>