Shades of Azure #F7FCFD
Tints of Azure #F7FCFD
RGB
CMYK
RGB Variations
Color information
#F7FCFD (or 0xF7FCFD) is known color: Azure. HEX triplet: F7, FC and FD. RGB value is (247,252,253). Sum of RGB (Red+Green+Blue) = 247+252+253=752 (99% of max value = 765). Red value is 247 (96.88% from 255 or 32.85% from 752); Green value is 252 (98.83% from 255 or 33.51% from 752); Blue value is 253 (99.22% from 255 or 33.64% from 752); Max value from RGB is 253 - color contains mainly: blue. Hex color #F7FCFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7FCFD is #080302. Grayscale: #FAFAFA. Windows color (decimal): -525059 or 16645367. OLE color: 16645367.
HSL color Cylindrical-coordinate representation of color #F7FCFD: hue angle of 190º 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 #F7FCFD is Cyan = 0.02, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 247 | 252 | 253 | - |
CMYK | 0.02 | 0.00 | 0 | 0.01 |
HSL | 190º | 0.6% | 0.98% | - |
HSV(B) | 190º | 0.02% | 0.99% | - |
XYZ | 90.9 | 96.49 | 106.76 | - |
YUV | 250.62 | 129.34 | 125.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 247 | 252 | 253 | 0.02 | 0.00 | 0 | 0.01 | 190 | 0.6 | 0.98 |
Hex | F7 | FC | FD | 2 | 0 | 0 | 1 | BE | 3C | 62 |
Octal | 367 | 374 | 375 | 2 | 0 | 0 | 1 | 276 | 74 | 142 |
Binary | 11110111 | 11111100 | 11111101 | 10 | 0 | 0 | 1 | 10111110 | 111100 | 1100010 |
Color Harmonies of #F7FCFD
Complementary color
Monochromatic Colors of #F7FCFD
Black with #F7FCFD
Text Example
Text Example
White with #F7FCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7FCFD; }
p { color: rgb(247,252,253); }
H1.HeaderClassName
{
color: #F7FCFD;
}
.AnyTagClassName
{
color: #F7FCFD;
}
</style>
background-color css
<style>
a { background-color: #F7FCFD; }
a { background-color: rgb(247,252,253); }
div.DivClassName
{
background-color: #F7FCFD;
}
.BgClassName
{
background-color: #F7FCFD;
}
</style>
border-color css
<style>
span { border-color: #F7FCFD; }
span { border-color: rgb(247,252,253); }
td.TdClassName
{
border-color: #F7FCFD;
}
.TagClassName
{
border-color: #F7FCFD;
}
</style>