Shades of Azure #EEFDFB
Tints of Azure #EEFDFB
RGB
CMYK
RGB Variations
Color information
#EEFDFB (or 0xEEFDFB) is known color: Azure. HEX triplet: EE, FD and FB. RGB value is (238,253,251). Sum of RGB (Red+Green+Blue) = 238+253+251=742 (98% of max value = 765). Red value is 238 (93.36% from 255 or 32.08% from 742); Green value is 253 (99.22% from 255 or 34.10% from 742); Blue value is 251 (98.44% from 255 or 33.83% from 742); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFDFB is #110204. Grayscale: #F8F8F8. Windows color (decimal): -1114629 or 16514542. OLE color: 16514542.
HSL color Cylindrical-coordinate representation of color #EEFDFB: hue angle of 172º degrees, saturation: 0.79, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEFDFB is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 253 | 251 | - |
CMYK | 0.06 | 0 | 0.01 | 0.01 |
HSL | 172º | 0.79% | 0.96% | - |
HSV(B) | 172º | 0.06% | 0.99% | - |
XYZ | 87.8 | 95.39 | 105.05 | - |
YUV | 248.29 | 129.53 | 120.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 253 | 251 | 0.06 | 0 | 0.01 | 0.01 | 172 | 0.79 | 0.96 |
Hex | EE | FD | FB | 6 | 0 | 1 | 1 | AC | 4F | 60 |
Octal | 356 | 375 | 373 | 6 | 0 | 1 | 1 | 254 | 117 | 140 |
Binary | 11101110 | 11111101 | 11111011 | 110 | 0 | 1 | 1 | 10101100 | 1001111 | 1100000 |
Color Harmonies of #EEFDFB
Complementary color
Monochromatic Colors of #EEFDFB
Black with #EEFDFB
Text Example
Text Example
White with #EEFDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFDFB; }
p { color: rgb(238,253,251); }
H1.HeaderClassName
{
color: #EEFDFB;
}
.AnyTagClassName
{
color: #EEFDFB;
}
</style>
background-color css
<style>
a { background-color: #EEFDFB; }
a { background-color: rgb(238,253,251); }
div.DivClassName
{
background-color: #EEFDFB;
}
.BgClassName
{
background-color: #EEFDFB;
}
</style>
border-color css
<style>
span { border-color: #EEFDFB; }
span { border-color: rgb(238,253,251); }
td.TdClassName
{
border-color: #EEFDFB;
}
.TagClassName
{
border-color: #EEFDFB;
}
</style>