Shades of Azure #EFFEFD
Tints of Azure #EFFEFD
RGB
CMYK
RGB Variations
Color information
#EFFEFD (or 0xEFFEFD) is known color: Azure. HEX triplet: EF, FE and FD. RGB value is (239,254,253). Sum of RGB (Red+Green+Blue) = 239+254+253=746 (98% of max value = 765). Red value is 239 (93.75% from 255 or 32.04% from 746); Green value is 254 (99.61% from 255 or 34.05% from 746); Blue value is 253 (99.22% from 255 or 33.91% from 746); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFEFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFEFD is #100102. Grayscale: #F9F9F9. Windows color (decimal): -1048835 or 16645871. OLE color: 16645871.
HSL color Cylindrical-coordinate representation of color #EFFEFD: hue angle of 176º degrees, saturation: 0.88, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFFEFD is Cyan = 0.06, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
RGB | 239 | 254 | 253 | - |
CMYK | 0.06 | 0 | 0.00 | 0.00 |
HSL | 176º | 0.88% | 0.97% | - |
HSV(B) | 176º | 0.06% | 1% | - |
XYZ | 88.77 | 96.33 | 106.84 | - |
YUV | 249.4 | 130.03 | 120.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 254 | 253 | 0.06 | 0 | 0.00 | 0.00 | 176 | 0.88 | 0.97 |
Hex | EF | FE | FD | 6 | 0 | 0 | 0 | B0 | 58 | 61 |
Octal | 357 | 376 | 375 | 6 | 0 | 0 | 0 | 260 | 130 | 141 |
Binary | 11101111 | 11111110 | 11111101 | 110 | 0 | 0 | 0 | 10110000 | 1011000 | 1100001 |
Color Harmonies of #EFFEFD
Complementary color
Monochromatic Colors of #EFFEFD
Black with #EFFEFD
Text Example
Text Example
White with #EFFEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFEFD; }
p { color: rgb(239,254,253); }
H1.HeaderClassName
{
color: #EFFEFD;
}
.AnyTagClassName
{
color: #EFFEFD;
}
</style>
background-color css
<style>
a { background-color: #EFFEFD; }
a { background-color: rgb(239,254,253); }
div.DivClassName
{
background-color: #EFFEFD;
}
.BgClassName
{
background-color: #EFFEFD;
}
</style>
border-color css
<style>
span { border-color: #EFFEFD; }
span { border-color: rgb(239,254,253); }
td.TdClassName
{
border-color: #EFFEFD;
}
.TagClassName
{
border-color: #EFFEFD;
}
</style>