Shades of Azure #EEF8F7
Tints of Azure #EEF8F7
RGB
CMYK
RGB Variations
Color information
#EEF8F7 (or 0xEEF8F7) is known color: Azure. HEX triplet: EE, F8 and F7. RGB value is (238,248,247). Sum of RGB (Red+Green+Blue) = 238+248+247=733 (97% of max value = 765). Red value is 238 (93.36% from 255 or 32.47% from 733); Green value is 248 (97.27% from 255 or 33.83% from 733); Blue value is 247 (96.88% from 255 or 33.70% from 733); Max value from RGB is 248 - color contains mainly: green. Hex color #EEF8F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF8F7 is #110708. Grayscale: #F4F4F4. Windows color (decimal): -1115913 or 16251118. OLE color: 16251118.
HSL color Cylindrical-coordinate representation of color #EEF8F7: hue angle of 174º degrees, saturation: 0.42, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EEF8F7 is Cyan = 0.04, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.03.
Color convert
RGB | 238 | 248 | 247 | - |
CMYK | 0.04 | 0 | 0.00 | 0.03 |
HSL | 174º | 0.42% | 0.95% | - |
HSV(B) | 174º | 0.04% | 0.97% | - |
XYZ | 85.62 | 92.03 | 101.25 | - |
YUV | 244.9 | 129.19 | 123.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 248 | 247 | 0.04 | 0 | 0.00 | 0.03 | 174 | 0.42 | 0.95 |
Hex | EE | F8 | F7 | 4 | 0 | 0 | 3 | AE | 2A | 5F |
Octal | 356 | 370 | 367 | 4 | 0 | 0 | 3 | 256 | 52 | 137 |
Binary | 11101110 | 11111000 | 11110111 | 100 | 0 | 0 | 11 | 10101110 | 101010 | 1011111 |
Color Harmonies of #EEF8F7
Complementary color
Monochromatic Colors of #EEF8F7
Black with #EEF8F7
Text Example
Text Example
White with #EEF8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF8F7; }
p { color: rgb(238,248,247); }
H1.HeaderClassName
{
color: #EEF8F7;
}
.AnyTagClassName
{
color: #EEF8F7;
}
</style>
background-color css
<style>
a { background-color: #EEF8F7; }
a { background-color: rgb(238,248,247); }
div.DivClassName
{
background-color: #EEF8F7;
}
.BgClassName
{
background-color: #EEF8F7;
}
</style>
border-color css
<style>
span { border-color: #EEF8F7; }
span { border-color: rgb(238,248,247); }
td.TdClassName
{
border-color: #EEF8F7;
}
.TagClassName
{
border-color: #EEF8F7;
}
</style>