Shades of Azure #EFFFFE
Tints of Azure #EFFFFE
RGB
CMYK
RGB Variations
Color information
#EFFFFE (or 0xEFFFFE) is known color: Azure. HEX triplet: EF, FF and FE. RGB value is (239,255,254). Sum of RGB (Red+Green+Blue) = 239+255+254=748 (99% of max value = 765). Red value is 239 (93.75% from 255 or 31.95% from 748); Green value is 255 (100% from 255 or 34.09% from 748); Blue value is 254 (99.61% from 255 or 33.96% from 748); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFFFE is #100001. Grayscale: #FAFAFA. Windows color (decimal): -1048578 or 16711663. OLE color: 16711663.
HSL color Cylindrical-coordinate representation of color #EFFFFE: hue angle of 176.25º 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 #EFFFFE is Cyan = 0.06, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 254 | - |
| CMYK | 0.06 | 0 | 0.00 | 0 |
| HSL | 176.25º | 1% | 0.97% | - |
| HSV(B) | 176.25º | 0.06% | 1% | - |
| XYZ | 89.25 | 97.03 | 107.79 | - |
| YUV | 250.1 | 130.2 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 254 | 0.06 | 0 | 0.00 | 0 | 176.25 | 1 | 0.97 |
| Hex | EF | FF | FE | 6 | 0 | 0 | 0 | B0 | 64 | 61 |
| Octal | 357 | 377 | 376 | 6 | 0 | 0 | 0 | 260 | 144 | 141 |
| Binary | 11101111 | 11111111 | 11111110 | 110 | 0 | 0 | 0 | 10110000 | 1100100 | 1100001 |
Color Harmonies of #EFFFFE
Complementary color
Monochromatic Colors of #EFFFFE
Black with #EFFFFE
Text Example
Text Example
White with #EFFFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFFFE; }
p { color: rgb(239,255,254); }
H1.HeaderClassName
{
color: #EFFFFE;
}
.AnyTagClassName
{
color: #EFFFFE;
}
</style>
background-color css
<style>
a { background-color: #EFFFFE; }
a { background-color: rgb(239,255,254); }
div.DivClassName
{
background-color: #EFFFFE;
}
.BgClassName
{
background-color: #EFFFFE;
}
</style>
border-color css
<style>
span { border-color: #EFFFFE; }
span { border-color: rgb(239,255,254); }
td.TdClassName
{
border-color: #EFFFFE;
}
.TagClassName
{
border-color: #EFFFFE;
}
</style>