Shades of Azure #EEF3F4
Tints of Azure #EEF3F4
RGB
CMYK
RGB Variations
Color information
#EEF3F4 (or 0xEEF3F4) is known color: Azure. HEX triplet: EE, F3 and F4. RGB value is (238,243,244). Sum of RGB (Red+Green+Blue) = 238+243+244=725 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.83% from 725); Green value is 243 (95.31% from 255 or 33.52% from 725); Blue value is 244 (95.70% from 255 or 33.66% from 725); Max value from RGB is 244 - color contains mainly: blue. Hex color #EEF3F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF3F4 is #110C0B. Grayscale: #F1F1F1. Windows color (decimal): -1117196 or 16053230. OLE color: 16053230.
HSL color Cylindrical-coordinate representation of color #EEF3F4: hue angle of 190º degrees, saturation: 0.21, 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 #EEF3F4 is Cyan = 0.02, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 243 | 244 | - |
| CMYK | 0.02 | 0.00 | 0 | 0.04 |
| HSL | 190º | 0.21% | 0.95% | - |
| HSV(B) | 190º | 0.02% | 0.96% | - |
| XYZ | 83.64 | 88.81 | 98.32 | - |
| YUV | 241.62 | 129.34 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 243 | 244 | 0.02 | 0.00 | 0 | 0.04 | 190 | 0.21 | 0.95 |
| Hex | EE | F3 | F4 | 2 | 0 | 0 | 4 | BE | 15 | 5F |
| Octal | 356 | 363 | 364 | 2 | 0 | 0 | 4 | 276 | 25 | 137 |
| Binary | 11101110 | 11110011 | 11110100 | 10 | 0 | 0 | 100 | 10111110 | 10101 | 1011111 |
Color Harmonies of #EEF3F4
Complementary color
Monochromatic Colors of #EEF3F4
Black with #EEF3F4
Text Example
Text Example
White with #EEF3F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF3F4; }
p { color: rgb(238,243,244); }
H1.HeaderClassName
{
color: #EEF3F4;
}
.AnyTagClassName
{
color: #EEF3F4;
}
</style>
background-color css
<style>
a { background-color: #EEF3F4; }
a { background-color: rgb(238,243,244); }
div.DivClassName
{
background-color: #EEF3F4;
}
.BgClassName
{
background-color: #EEF3F4;
}
</style>
border-color css
<style>
span { border-color: #EEF3F4; }
span { border-color: rgb(238,243,244); }
td.TdClassName
{
border-color: #EEF3F4;
}
.TagClassName
{
border-color: #EEF3F4;
}
</style>