Shades of Azure #EFFBFD
Tints of Azure #EFFBFD
RGB
CMYK
RGB Variations
Color information
#EFFBFD (or 0xEFFBFD) is known color: Azure. HEX triplet: EF, FB and FD. RGB value is (239,251,253). Sum of RGB (Red+Green+Blue) = 239+251+253=743 (98% of max value = 765). Red value is 239 (93.75% from 255 or 32.17% from 743); Green value is 251 (98.44% from 255 or 33.78% from 743); Blue value is 253 (99.22% from 255 or 34.05% from 743); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFFBFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFBFD is #100402. Grayscale: #F7F7F7. Windows color (decimal): -1049603 or 16645103. OLE color: 16645103.
HSL color Cylindrical-coordinate representation of color #EFFBFD: hue angle of 188.57º degrees, saturation: 0.78, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFFBFD is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 251 | 253 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.01 |
| HSL | 188.57º | 0.78% | 0.96% | - |
| HSV(B) | 188.57º | 0.06% | 0.99% | - |
| XYZ | 87.82 | 94.44 | 106.53 | - |
| YUV | 247.64 | 131.02 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 251 | 253 | 0.06 | 0.01 | 0 | 0.01 | 188.57 | 0.78 | 0.96 |
| Hex | EF | FB | FD | 6 | 1 | 0 | 1 | BD | 4E | 60 |
| Octal | 357 | 373 | 375 | 6 | 1 | 0 | 1 | 275 | 116 | 140 |
| Binary | 11101111 | 11111011 | 11111101 | 110 | 1 | 0 | 1 | 10111101 | 1001110 | 1100000 |
Color Harmonies of #EFFBFD
Complementary color
Monochromatic Colors of #EFFBFD
Black with #EFFBFD
Text Example
Text Example
White with #EFFBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFBFD; }
p { color: rgb(239,251,253); }
H1.HeaderClassName
{
color: #EFFBFD;
}
.AnyTagClassName
{
color: #EFFBFD;
}
</style>
background-color css
<style>
a { background-color: #EFFBFD; }
a { background-color: rgb(239,251,253); }
div.DivClassName
{
background-color: #EFFBFD;
}
.BgClassName
{
background-color: #EFFBFD;
}
</style>
border-color css
<style>
span { border-color: #EFFBFD; }
span { border-color: rgb(239,251,253); }
td.TdClassName
{
border-color: #EFFBFD;
}
.TagClassName
{
border-color: #EFFBFD;
}
</style>