Shades of Azure #EEFBF8
Tints of Azure #EEFBF8
RGB
CMYK
RGB Variations
Color information
#EEFBF8 (or 0xEEFBF8) is known color: Azure. HEX triplet: EE, FB and F8. RGB value is (238,251,248). Sum of RGB (Red+Green+Blue) = 238+251+248=737 (97% of max value = 765). Red value is 238 (93.36% from 255 or 32.29% from 737); Green value is 251 (98.44% from 255 or 34.06% from 737); Blue value is 248 (97.27% from 255 or 33.65% from 737); Max value from RGB is 251 - color contains mainly: green. Hex color #EEFBF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFBF8 is #110407. Grayscale: #F6F6F6. Windows color (decimal): -1115144 or 16317422. OLE color: 16317422.
HSL color Cylindrical-coordinate representation of color #EEFBF8: hue angle of 166.15º 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 #EEFBF8 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
RGB | 238 | 251 | 248 | - |
CMYK | 0.05 | 0 | 0.01 | 0.02 |
HSL | 166.15º | 0.62% | 0.96% | - |
HSV(B) | 166.15º | 0.05% | 0.98% | - |
XYZ | 86.7 | 93.95 | 102.37 | - |
YUV | 246.77 | 128.69 | 121.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 251 | 248 | 0.05 | 0 | 0.01 | 0.02 | 166.15 | 0.62 | 0.96 |
Hex | EE | FB | F8 | 5 | 0 | 1 | 2 | A6 | 3E | 60 |
Octal | 356 | 373 | 370 | 5 | 0 | 1 | 2 | 246 | 76 | 140 |
Binary | 11101110 | 11111011 | 11111000 | 101 | 0 | 1 | 10 | 10100110 | 111110 | 1100000 |
Color Harmonies of #EEFBF8
Complementary color
Monochromatic Colors of #EEFBF8
Black with #EEFBF8
Text Example
Text Example
White with #EEFBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFBF8; }
p { color: rgb(238,251,248); }
H1.HeaderClassName
{
color: #EEFBF8;
}
.AnyTagClassName
{
color: #EEFBF8;
}
</style>
background-color css
<style>
a { background-color: #EEFBF8; }
a { background-color: rgb(238,251,248); }
div.DivClassName
{
background-color: #EEFBF8;
}
.BgClassName
{
background-color: #EEFBF8;
}
</style>
border-color css
<style>
span { border-color: #EEFBF8; }
span { border-color: rgb(238,251,248); }
td.TdClassName
{
border-color: #EEFBF8;
}
.TagClassName
{
border-color: #EEFBF8;
}
</style>