Shades of Azure #F7FDFD
Tints of Azure #F7FDFD
RGB
CMYK
RGB Variations
Color information
#F7FDFD (or 0xF7FDFD) is known color: Azure. HEX triplet: F7, FD and FD. RGB value is (247,253,253). Sum of RGB (Red+Green+Blue) = 247+253+253=753 (99% of max value = 765). Red value is 247 (96.88% from 255 or 32.80% from 753); Green value is 253 (99.22% from 255 or 33.60% from 753); Blue value is 253 (99.22% from 255 or 33.60% from 753); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #F7FDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7FDFD is #080202. Grayscale: #FBFBFB. Windows color (decimal): -524803 or 16645623. OLE color: 16645623.
HSL color Cylindrical-coordinate representation of color #F7FDFD: hue angle of 180º degrees, saturation: 0.6, 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 #F7FDFD is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 247 | 253 | 253 | - |
CMYK | 0.02 | 0 | 0 | 0.01 |
HSL | 180º | 0.6% | 0.98% | - |
HSV(B) | 180º | 0.02% | 0.99% | - |
XYZ | 91.21 | 97.12 | 106.87 | - |
YUV | 251.21 | 129.01 | 125 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 247 | 253 | 253 | 0.02 | 0 | 0 | 0.01 | 180 | 0.6 | 0.98 |
Hex | F7 | FD | FD | 2 | 0 | 0 | 1 | B4 | 3C | 62 |
Octal | 367 | 375 | 375 | 2 | 0 | 0 | 1 | 264 | 74 | 142 |
Binary | 11110111 | 11111101 | 11111101 | 10 | 0 | 0 | 1 | 10110100 | 111100 | 1100010 |
Color Harmonies of #F7FDFD
Complementary color
Monochromatic Colors of #F7FDFD
Black with #F7FDFD
Text Example
Text Example
White with #F7FDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7FDFD; }
p { color: rgb(247,253,253); }
H1.HeaderClassName
{
color: #F7FDFD;
}
.AnyTagClassName
{
color: #F7FDFD;
}
</style>
background-color css
<style>
a { background-color: #F7FDFD; }
a { background-color: rgb(247,253,253); }
div.DivClassName
{
background-color: #F7FDFD;
}
.BgClassName
{
background-color: #F7FDFD;
}
</style>
border-color css
<style>
span { border-color: #F7FDFD; }
span { border-color: rgb(247,253,253); }
td.TdClassName
{
border-color: #F7FDFD;
}
.TagClassName
{
border-color: #F7FDFD;
}
</style>