Shades of Azure #EFFFFD
Tints of Azure #EFFFFD
RGB
CMYK
RGB Variations
Color information
#EFFFFD (or 0xEFFFFD) is known color: Azure. HEX triplet: EF, FF and FD. RGB value is (239,255,253). Sum of RGB (Red+Green+Blue) = 239+255+253=747 (98% of max value = 765). Red value is 239 (93.75% from 255 or 31.99% from 747); Green value is 255 (100% from 255 or 34.14% from 747); Blue value is 253 (99.22% from 255 or 33.87% from 747); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFFFD is #100002. Grayscale: #F9F9F9. Windows color (decimal): -1048579 or 16646127. OLE color: 16646127.
HSL color Cylindrical-coordinate representation of color #EFFFFD: hue angle of 172.5º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFFFFD is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 253 | - |
| CMYK | 0.06 | 0 | 0.01 | 0 |
| HSL | 172.5º | 1% | 0.97% | - |
| HSV(B) | 172.5º | 0.06% | 1% | - |
| XYZ | 89.09 | 96.96 | 106.95 | - |
| YUV | 249.99 | 129.7 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 253 | 0.06 | 0 | 0.01 | 0 | 172.5 | 1 | 0.97 |
| Hex | EF | FF | FD | 6 | 0 | 1 | 0 | AC | 64 | 61 |
| Octal | 357 | 377 | 375 | 6 | 0 | 1 | 0 | 254 | 144 | 141 |
| Binary | 11101111 | 11111111 | 11111101 | 110 | 0 | 1 | 0 | 10101100 | 1100100 | 1100001 |
Color Harmonies of #EFFFFD
Complementary color
Monochromatic Colors of #EFFFFD
Black with #EFFFFD
Text Example
Text Example
White with #EFFFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFFFD; }
p { color: rgb(239,255,253); }
H1.HeaderClassName
{
color: #EFFFFD;
}
.AnyTagClassName
{
color: #EFFFFD;
}
</style>
background-color css
<style>
a { background-color: #EFFFFD; }
a { background-color: rgb(239,255,253); }
div.DivClassName
{
background-color: #EFFFFD;
}
.BgClassName
{
background-color: #EFFFFD;
}
</style>
border-color css
<style>
span { border-color: #EFFFFD; }
span { border-color: rgb(239,255,253); }
td.TdClassName
{
border-color: #EFFFFD;
}
.TagClassName
{
border-color: #EFFFFD;
}
</style>