Shades of Azure #EFFCFE
Tints of Azure #EFFCFE
RGB
CMYK
RGB Variations
Color information
#EFFCFE (or 0xEFFCFE) is known color: Azure. HEX triplet: EF, FC and FE. RGB value is (239,252,254). Sum of RGB (Red+Green+Blue) = 239+252+254=745 (98% of max value = 765). Red value is 239 (93.75% from 255 or 32.08% from 745); Green value is 252 (98.83% from 255 or 33.83% from 745); Blue value is 254 (99.61% from 255 or 34.09% from 745); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFFCFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFCFE is #100301. Grayscale: #F8F8F8. Windows color (decimal): -1049346 or 16710895. OLE color: 16710895.
HSL color Cylindrical-coordinate representation of color #EFFCFE: hue angle of 188º 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 #EFFCFE is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 252 | 254 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.00 |
| HSL | 188º | 0.88% | 0.97% | - |
| HSV(B) | 188º | 0.06% | 1% | - |
| XYZ | 88.3 | 95.13 | 107.47 | - |
| YUV | 248.34 | 131.19 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 254 | 0.06 | 0.01 | 0 | 0.00 | 188 | 0.88 | 0.97 |
| Hex | EF | FC | FE | 6 | 1 | 0 | 0 | BC | 58 | 61 |
| Octal | 357 | 374 | 376 | 6 | 1 | 0 | 0 | 274 | 130 | 141 |
| Binary | 11101111 | 11111100 | 11111110 | 110 | 1 | 0 | 0 | 10111100 | 1011000 | 1100001 |
Color Harmonies of #EFFCFE
Complementary color
Monochromatic Colors of #EFFCFE
Black with #EFFCFE
Text Example
Text Example
White with #EFFCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFCFE; }
p { color: rgb(239,252,254); }
H1.HeaderClassName
{
color: #EFFCFE;
}
.AnyTagClassName
{
color: #EFFCFE;
}
</style>
background-color css
<style>
a { background-color: #EFFCFE; }
a { background-color: rgb(239,252,254); }
div.DivClassName
{
background-color: #EFFCFE;
}
.BgClassName
{
background-color: #EFFCFE;
}
</style>
border-color css
<style>
span { border-color: #EFFCFE; }
span { border-color: rgb(239,252,254); }
td.TdClassName
{
border-color: #EFFCFE;
}
.TagClassName
{
border-color: #EFFCFE;
}
</style>