Shades of Azure #EEF6F6
Tints of Azure #EEF6F6
RGB
CMYK
RGB Variations
Color information
#EEF6F6 (or 0xEEF6F6) is known color: Azure. HEX triplet: EE, F6 and F6. RGB value is (238,246,246). Sum of RGB (Red+Green+Blue) = 238+246+246=730 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.60% from 730); Green value is 246 (96.48% from 255 or 33.70% from 730); Blue value is 246 (96.48% from 255 or 33.70% from 730); Max value from RGB is 246 - color contains mainly: green, blue. Hex color #EEF6F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF6F6 is #110909. Grayscale: #F3F3F3. Windows color (decimal): -1116426 or 16185070. OLE color: 16185070.
HSL color Cylindrical-coordinate representation of color #EEF6F6: hue angle of 180º 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 #EEF6F6 is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 238 | 246 | 246 | - |
CMYK | 0.03 | 0 | 0 | 0.04 |
HSL | 180º | 0.31% | 0.95% | - |
HSV(B) | 180º | 0.03% | 0.96% | - |
XYZ | 84.85 | 90.74 | 100.23 | - |
YUV | 243.61 | 129.35 | 124 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 246 | 246 | 0.03 | 0 | 0 | 0.04 | 180 | 0.31 | 0.95 |
Hex | EE | F6 | F6 | 3 | 0 | 0 | 4 | B4 | 1F | 5F |
Octal | 356 | 366 | 366 | 3 | 0 | 0 | 4 | 264 | 37 | 137 |
Binary | 11101110 | 11110110 | 11110110 | 11 | 0 | 0 | 100 | 10110100 | 11111 | 1011111 |
Color Harmonies of #EEF6F6
Complementary color
Monochromatic Colors of #EEF6F6
Black with #EEF6F6
Text Example
Text Example
White with #EEF6F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF6F6; }
p { color: rgb(238,246,246); }
H1.HeaderClassName
{
color: #EEF6F6;
}
.AnyTagClassName
{
color: #EEF6F6;
}
</style>
background-color css
<style>
a { background-color: #EEF6F6; }
a { background-color: rgb(238,246,246); }
div.DivClassName
{
background-color: #EEF6F6;
}
.BgClassName
{
background-color: #EEF6F6;
}
</style>
border-color css
<style>
span { border-color: #EEF6F6; }
span { border-color: rgb(238,246,246); }
td.TdClassName
{
border-color: #EEF6F6;
}
.TagClassName
{
border-color: #EEF6F6;
}
</style>