Shades of Azure #EFFCFD
Tints of Azure #EFFCFD
RGB
CMYK
RGB Variations
Color information
#EFFCFD (or 0xEFFCFD) is known color: Azure. HEX triplet: EF, FC and FD. RGB value is (239,252,253). Sum of RGB (Red+Green+Blue) = 239+252+253=744 (98% of max value = 765). Red value is 239 (93.75% from 255 or 32.12% from 744); Green value is 252 (98.83% from 255 or 33.87% from 744); Blue value is 253 (99.22% from 255 or 34.01% from 744); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFFCFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFCFD is #100302. Grayscale: #F8F8F8. Windows color (decimal): -1049347 or 16645359. OLE color: 16645359.
HSL color Cylindrical-coordinate representation of color #EFFCFD: hue angle of 184.29º 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 #EFFCFD is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 239 | 252 | 253 | - |
CMYK | 0.06 | 0.00 | 0 | 0.01 |
HSL | 184.29º | 0.78% | 0.96% | - |
HSV(B) | 184.29º | 0.06% | 0.99% | - |
XYZ | 88.14 | 95.06 | 106.63 | - |
YUV | 248.23 | 130.69 | 121.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 252 | 253 | 0.06 | 0.00 | 0 | 0.01 | 184.29 | 0.78 | 0.96 |
Hex | EF | FC | FD | 6 | 0 | 0 | 1 | B8 | 4E | 60 |
Octal | 357 | 374 | 375 | 6 | 0 | 0 | 1 | 270 | 116 | 140 |
Binary | 11101111 | 11111100 | 11111101 | 110 | 0 | 0 | 1 | 10111000 | 1001110 | 1100000 |
Color Harmonies of #EFFCFD
Complementary color
Monochromatic Colors of #EFFCFD
Black with #EFFCFD
Text Example
Text Example
White with #EFFCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFCFD; }
p { color: rgb(239,252,253); }
H1.HeaderClassName
{
color: #EFFCFD;
}
.AnyTagClassName
{
color: #EFFCFD;
}
</style>
background-color css
<style>
a { background-color: #EFFCFD; }
a { background-color: rgb(239,252,253); }
div.DivClassName
{
background-color: #EFFCFD;
}
.BgClassName
{
background-color: #EFFCFD;
}
</style>
border-color css
<style>
span { border-color: #EFFCFD; }
span { border-color: rgb(239,252,253); }
td.TdClassName
{
border-color: #EFFCFD;
}
.TagClassName
{
border-color: #EFFCFD;
}
</style>