Shades of Azure #EFFBFC
Tints of Azure #EFFBFC
RGB
CMYK
RGB Variations
Color information
#EFFBFC (or 0xEFFBFC) is known color: Azure. HEX triplet: EF, FB and FC. RGB value is (239,251,252). Sum of RGB (Red+Green+Blue) = 239+251+252=742 (98% of max value = 765). Red value is 239 (93.75% from 255 or 32.21% from 742); Green value is 251 (98.44% from 255 or 33.83% from 742); Blue value is 252 (98.83% from 255 or 33.96% from 742); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFFBFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFBFC is #100403. Grayscale: #F7F7F7. Windows color (decimal): -1049604 or 16579567. OLE color: 16579567.
HSL color Cylindrical-coordinate representation of color #EFFBFC: hue angle of 184.62º degrees, saturation: 0.68, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EFFBFC is Cyan = 0.05, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 251 | 252 | - |
| CMYK | 0.05 | 0.00 | 0 | 0.01 |
| HSL | 184.62º | 0.68% | 0.96% | - |
| HSV(B) | 184.62º | 0.05% | 0.99% | - |
| XYZ | 87.66 | 94.37 | 105.69 | - |
| YUV | 247.53 | 130.52 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 251 | 252 | 0.05 | 0.00 | 0 | 0.01 | 184.62 | 0.68 | 0.96 |
| Hex | EF | FB | FC | 5 | 0 | 0 | 1 | B9 | 44 | 60 |
| Octal | 357 | 373 | 374 | 5 | 0 | 0 | 1 | 271 | 104 | 140 |
| Binary | 11101111 | 11111011 | 11111100 | 101 | 0 | 0 | 1 | 10111001 | 1000100 | 1100000 |
Color Harmonies of #EFFBFC
Complementary color
Monochromatic Colors of #EFFBFC
Black with #EFFBFC
Text Example
Text Example
White with #EFFBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFBFC; }
p { color: rgb(239,251,252); }
H1.HeaderClassName
{
color: #EFFBFC;
}
.AnyTagClassName
{
color: #EFFBFC;
}
</style>
background-color css
<style>
a { background-color: #EFFBFC; }
a { background-color: rgb(239,251,252); }
div.DivClassName
{
background-color: #EFFBFC;
}
.BgClassName
{
background-color: #EFFBFC;
}
</style>
border-color css
<style>
span { border-color: #EFFBFC; }
span { border-color: rgb(239,251,252); }
td.TdClassName
{
border-color: #EFFBFC;
}
.TagClassName
{
border-color: #EFFBFC;
}
</style>