Shades of Azure #F5FCFD
Tints of Azure #F5FCFD
RGB
CMYK
RGB Variations
Color information
#F5FCFD (or 0xF5FCFD) is known color: Azure. HEX triplet: F5, FC and FD. RGB value is (245,252,253). Sum of RGB (Red+Green+Blue) = 245+252+253=750 (99% of max value = 765). Red value is 245 (96.09% from 255 or 32.67% from 750); Green value is 252 (98.83% from 255 or 33.6% from 750); Blue value is 253 (99.22% from 255 or 33.73% from 750); Max value from RGB is 253 - color contains mainly: blue. Hex color #F5FCFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FCFD is #0A0302. Grayscale: #FAFAFA. Windows color (decimal): -656131 or 16645365. OLE color: 16645365.
HSL color Cylindrical-coordinate representation of color #F5FCFD: hue angle of 187.5º degrees, saturation: 0.67, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F5FCFD is Cyan = 0.03, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 245 | 252 | 253 | - |
CMYK | 0.03 | 0.00 | 0 | 0.01 |
HSL | 187.5º | 0.67% | 0.98% | - |
HSV(B) | 187.5º | 0.03% | 0.99% | - |
XYZ | 90.2 | 96.13 | 106.73 | - |
YUV | 250.02 | 129.68 | 124.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 252 | 253 | 0.03 | 0.00 | 0 | 0.01 | 187.5 | 0.67 | 0.98 |
Hex | F5 | FC | FD | 3 | 0 | 0 | 1 | BC | 43 | 62 |
Octal | 365 | 374 | 375 | 3 | 0 | 0 | 1 | 274 | 103 | 142 |
Binary | 11110101 | 11111100 | 11111101 | 11 | 0 | 0 | 1 | 10111100 | 1000011 | 1100010 |
Color Harmonies of #F5FCFD
Complementary color
Monochromatic Colors of #F5FCFD
Black with #F5FCFD
Text Example
Text Example
White with #F5FCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FCFD; }
p { color: rgb(245,252,253); }
H1.HeaderClassName
{
color: #F5FCFD;
}
.AnyTagClassName
{
color: #F5FCFD;
}
</style>
background-color css
<style>
a { background-color: #F5FCFD; }
a { background-color: rgb(245,252,253); }
div.DivClassName
{
background-color: #F5FCFD;
}
.BgClassName
{
background-color: #F5FCFD;
}
</style>
border-color css
<style>
span { border-color: #F5FCFD; }
span { border-color: rgb(245,252,253); }
td.TdClassName
{
border-color: #F5FCFD;
}
.TagClassName
{
border-color: #F5FCFD;
}
</style>