Shades of Azure #EEF9FB
Tints of Azure #EEF9FB
RGB
CMYK
RGB Variations
Color information
#EEF9FB (or 0xEEF9FB) is known color: Azure. HEX triplet: EE, F9 and FB. RGB value is (238,249,251). Sum of RGB (Red+Green+Blue) = 238+249+251=738 (97% of max value = 765). Red value is 238 (93.36% from 255 or 32.25% from 738); Green value is 249 (97.66% from 255 or 33.74% from 738); Blue value is 251 (98.44% from 255 or 34.01% from 738); Max value from RGB is 251 - color contains mainly: blue. Hex color #EEF9FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF9FB is #110604. Grayscale: #F5F5F5. Windows color (decimal): -1115653 or 16513518. OLE color: 16513518.
HSL color Cylindrical-coordinate representation of color #EEF9FB: hue angle of 189.23º degrees, saturation: 0.62, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EEF9FB is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 249 | 251 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.02 |
| HSL | 189.23º | 0.62% | 0.96% | - |
| HSV(B) | 189.23º | 0.05% | 0.98% | - |
| XYZ | 86.55 | 92.89 | 104.64 | - |
| YUV | 245.94 | 130.86 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 249 | 251 | 0.05 | 0.01 | 0 | 0.02 | 189.23 | 0.62 | 0.96 |
| Hex | EE | F9 | FB | 5 | 1 | 0 | 2 | BD | 3E | 60 |
| Octal | 356 | 371 | 373 | 5 | 1 | 0 | 2 | 275 | 76 | 140 |
| Binary | 11101110 | 11111001 | 11111011 | 101 | 1 | 0 | 10 | 10111101 | 111110 | 1100000 |
Color Harmonies of #EEF9FB
Complementary color
Monochromatic Colors of #EEF9FB
Black with #EEF9FB
Text Example
Text Example
White with #EEF9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF9FB; }
p { color: rgb(238,249,251); }
H1.HeaderClassName
{
color: #EEF9FB;
}
.AnyTagClassName
{
color: #EEF9FB;
}
</style>
background-color css
<style>
a { background-color: #EEF9FB; }
a { background-color: rgb(238,249,251); }
div.DivClassName
{
background-color: #EEF9FB;
}
.BgClassName
{
background-color: #EEF9FB;
}
</style>
border-color css
<style>
span { border-color: #EEF9FB; }
span { border-color: rgb(238,249,251); }
td.TdClassName
{
border-color: #EEF9FB;
}
.TagClassName
{
border-color: #EEF9FB;
}
</style>