Shades of Azure #EFFDFE
Tints of Azure #EFFDFE
RGB
CMYK
RGB Variations
Color information
#EFFDFE (or 0xEFFDFE) is known color: Azure. HEX triplet: EF, FD and FE. RGB value is (239,253,254). Sum of RGB (Red+Green+Blue) = 239+253+254=746 (98% of max value = 765). Red value is 239 (93.75% from 255 or 32.04% from 746); Green value is 253 (99.22% from 255 or 33.91% from 746); Blue value is 254 (99.61% from 255 or 34.05% from 746); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFFDFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFDFE is #100201. Grayscale: #F8F8F8. Windows color (decimal): -1049090 or 16711151. OLE color: 16711151.
HSL color Cylindrical-coordinate representation of color #EFFDFE: hue angle of 184º 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 #EFFDFE is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 253 | 254 | - |
| CMYK | 0.06 | 0.00 | 0 | 0.00 |
| HSL | 184º | 0.88% | 0.97% | - |
| HSV(B) | 184º | 0.06% | 1% | - |
| XYZ | 88.61 | 95.76 | 107.58 | - |
| YUV | 248.93 | 130.86 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 253 | 254 | 0.06 | 0.00 | 0 | 0.00 | 184 | 0.88 | 0.97 |
| Hex | EF | FD | FE | 6 | 0 | 0 | 0 | B8 | 58 | 61 |
| Octal | 357 | 375 | 376 | 6 | 0 | 0 | 0 | 270 | 130 | 141 |
| Binary | 11101111 | 11111101 | 11111110 | 110 | 0 | 0 | 0 | 10111000 | 1011000 | 1100001 |
Color Harmonies of #EFFDFE
Complementary color
Monochromatic Colors of #EFFDFE
Black with #EFFDFE
Text Example
Text Example
White with #EFFDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFDFE; }
p { color: rgb(239,253,254); }
H1.HeaderClassName
{
color: #EFFDFE;
}
.AnyTagClassName
{
color: #EFFDFE;
}
</style>
background-color css
<style>
a { background-color: #EFFDFE; }
a { background-color: rgb(239,253,254); }
div.DivClassName
{
background-color: #EFFDFE;
}
.BgClassName
{
background-color: #EFFDFE;
}
</style>
border-color css
<style>
span { border-color: #EFFDFE; }
span { border-color: rgb(239,253,254); }
td.TdClassName
{
border-color: #EFFDFE;
}
.TagClassName
{
border-color: #EFFDFE;
}
</style>