Shades of Azure #EEF6F5
Tints of Azure #EEF6F5
RGB
CMYK
RGB Variations
Color information
#EEF6F5 (or 0xEEF6F5) is known color: Azure. HEX triplet: EE, F6 and F5. RGB value is (238,246,245). Sum of RGB (Red+Green+Blue) = 238+246+245=729 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.65% from 729); Green value is 246 (96.48% from 255 or 33.74% from 729); Blue value is 245 (96.09% from 255 or 33.61% from 729); Max value from RGB is 246 - color contains mainly: green. Hex color #EEF6F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF6F5 is #11090A. Grayscale: #F3F3F3. Windows color (decimal): -1116427 or 16119534. OLE color: 16119534.
HSL color Cylindrical-coordinate representation of color #EEF6F5: hue angle of 172.5º degrees, saturation: 0.31, 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 #EEF6F5 is Cyan = 0.03, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 246 | 245 | - |
| CMYK | 0.03 | 0 | 0.00 | 0.04 |
| HSL | 172.5º | 0.31% | 0.95% | - |
| HSV(B) | 172.5º | 0.03% | 0.96% | - |
| XYZ | 84.7 | 90.68 | 99.43 | - |
| YUV | 243.49 | 128.85 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 246 | 245 | 0.03 | 0 | 0.00 | 0.04 | 172.5 | 0.31 | 0.95 |
| Hex | EE | F6 | F5 | 3 | 0 | 0 | 4 | AC | 1F | 5F |
| Octal | 356 | 366 | 365 | 3 | 0 | 0 | 4 | 254 | 37 | 137 |
| Binary | 11101110 | 11110110 | 11110101 | 11 | 0 | 0 | 100 | 10101100 | 11111 | 1011111 |
Color Harmonies of #EEF6F5
Complementary color
Monochromatic Colors of #EEF6F5
Black with #EEF6F5
Text Example
Text Example
White with #EEF6F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF6F5; }
p { color: rgb(238,246,245); }
H1.HeaderClassName
{
color: #EEF6F5;
}
.AnyTagClassName
{
color: #EEF6F5;
}
</style>
background-color css
<style>
a { background-color: #EEF6F5; }
a { background-color: rgb(238,246,245); }
div.DivClassName
{
background-color: #EEF6F5;
}
.BgClassName
{
background-color: #EEF6F5;
}
</style>
border-color css
<style>
span { border-color: #EEF6F5; }
span { border-color: rgb(238,246,245); }
td.TdClassName
{
border-color: #EEF6F5;
}
.TagClassName
{
border-color: #EEF6F5;
}
</style>