Shades of Azure #EEFEFB
Tints of Azure #EEFEFB
RGB
CMYK
RGB Variations
Color information
#EEFEFB (or 0xEEFEFB) is known color: Azure. HEX triplet: EE, FE and FB. RGB value is (238,254,251). Sum of RGB (Red+Green+Blue) = 238+254+251=743 (98% of max value = 765). Red value is 238 (93.36% from 255 or 32.03% from 743); Green value is 254 (99.61% from 255 or 34.19% from 743); Blue value is 251 (98.44% from 255 or 33.78% from 743); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFEFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFEFB is #110104. Grayscale: #F8F8F8. Windows color (decimal): -1114373 or 16514798. OLE color: 16514798.
HSL color Cylindrical-coordinate representation of color #EEFEFB: hue angle of 168.75º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEFEFB is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 254 | 251 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.00 |
| HSL | 168.75º | 0.89% | 0.96% | - |
| HSV(B) | 168.75º | 0.06% | 1% | - |
| XYZ | 88.11 | 96.03 | 105.16 | - |
| YUV | 248.87 | 129.2 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 254 | 251 | 0.06 | 0 | 0.01 | 0.00 | 168.75 | 0.89 | 0.96 |
| Hex | EE | FE | FB | 6 | 0 | 1 | 0 | A9 | 59 | 60 |
| Octal | 356 | 376 | 373 | 6 | 0 | 1 | 0 | 251 | 131 | 140 |
| Binary | 11101110 | 11111110 | 11111011 | 110 | 0 | 1 | 0 | 10101001 | 1011001 | 1100000 |
Color Harmonies of #EEFEFB
Complementary color
Monochromatic Colors of #EEFEFB
Black with #EEFEFB
Text Example
Text Example
White with #EEFEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFEFB; }
p { color: rgb(238,254,251); }
H1.HeaderClassName
{
color: #EEFEFB;
}
.AnyTagClassName
{
color: #EEFEFB;
}
</style>
background-color css
<style>
a { background-color: #EEFEFB; }
a { background-color: rgb(238,254,251); }
div.DivClassName
{
background-color: #EEFEFB;
}
.BgClassName
{
background-color: #EEFEFB;
}
</style>
border-color css
<style>
span { border-color: #EEFEFB; }
span { border-color: rgb(238,254,251); }
td.TdClassName
{
border-color: #EEFEFB;
}
.TagClassName
{
border-color: #EEFEFB;
}
</style>