Shades of Azure #F9FDFD
Tints of Azure #F9FDFD
RGB
CMYK
RGB Variations
Color information
#F9FDFD (or 0xF9FDFD) is known color: Azure. HEX triplet: F9, FD and FD. RGB value is (249,253,253). Sum of RGB (Red+Green+Blue) = 249+253+253=755 (100% of max value = 765). Red value is 249 (97.66% from 255 or 32.98% from 755); Green value is 253 (99.22% from 255 or 33.51% from 755); Blue value is 253 (99.22% from 255 or 33.51% from 755); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #F9FDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9FDFD is #060202. Grayscale: #FBFBFB. Windows color (decimal): -393731 or 16645625. OLE color: 16645625.
HSL color Cylindrical-coordinate representation of color #F9FDFD: hue angle of 180º degrees, saturation: 0.5, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F9FDFD is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 249 | 253 | 253 | - |
CMYK | 0.02 | 0 | 0 | 0.01 |
HSL | 180º | 0.5% | 0.98% | - |
HSV(B) | 180º | 0.02% | 0.99% | - |
XYZ | 91.92 | 97.48 | 106.9 | - |
YUV | 251.8 | 128.67 | 126 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 253 | 253 | 0.02 | 0 | 0 | 0.01 | 180 | 0.5 | 0.98 |
Hex | F9 | FD | FD | 2 | 0 | 0 | 1 | B4 | 32 | 62 |
Octal | 371 | 375 | 375 | 2 | 0 | 0 | 1 | 264 | 62 | 142 |
Binary | 11111001 | 11111101 | 11111101 | 10 | 0 | 0 | 1 | 10110100 | 110010 | 1100010 |
Color Harmonies of #F9FDFD
Complementary color
Monochromatic Colors of #F9FDFD
Black with #F9FDFD
Text Example
Text Example
White with #F9FDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FDFD; }
p { color: rgb(249,253,253); }
H1.HeaderClassName
{
color: #F9FDFD;
}
.AnyTagClassName
{
color: #F9FDFD;
}
</style>
background-color css
<style>
a { background-color: #F9FDFD; }
a { background-color: rgb(249,253,253); }
div.DivClassName
{
background-color: #F9FDFD;
}
.BgClassName
{
background-color: #F9FDFD;
}
</style>
border-color css
<style>
span { border-color: #F9FDFD; }
span { border-color: rgb(249,253,253); }
td.TdClassName
{
border-color: #F9FDFD;
}
.TagClassName
{
border-color: #F9FDFD;
}
</style>