Shades of Azure #F5FCFC
Tints of Azure #F5FCFC
RGB
CMYK
RGB Variations
Color information
#F5FCFC (or 0xF5FCFC) is known color: Azure. HEX triplet: F5, FC and FC. RGB value is (245,252,252). Sum of RGB (Red+Green+Blue) = 245+252+252=749 (99% of max value = 765). Red value is 245 (96.09% from 255 or 32.71% from 749); Green value is 252 (98.83% from 255 or 33.64% from 749); Blue value is 252 (98.83% from 255 or 33.64% from 749); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #F5FCFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FCFC is #0A0303. Grayscale: #F9F9F9. Windows color (decimal): -656132 or 16579829. OLE color: 16579829.
HSL color Cylindrical-coordinate representation of color #F5FCFC: hue angle of 180º degrees, saturation: 0.54, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F5FCFC is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 245 | 252 | 252 | - |
CMYK | 0.03 | 0 | 0 | 0.01 |
HSL | 180º | 0.54% | 0.97% | - |
HSV(B) | 180º | 0.03% | 0.99% | - |
XYZ | 90.04 | 96.06 | 105.89 | - |
YUV | 249.91 | 129.18 | 124.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 252 | 252 | 0.03 | 0 | 0 | 0.01 | 180 | 0.54 | 0.97 |
Hex | F5 | FC | FC | 3 | 0 | 0 | 1 | B4 | 36 | 61 |
Octal | 365 | 374 | 374 | 3 | 0 | 0 | 1 | 264 | 66 | 141 |
Binary | 11110101 | 11111100 | 11111100 | 11 | 0 | 0 | 1 | 10110100 | 110110 | 1100001 |
Color Harmonies of #F5FCFC
Complementary color
Monochromatic Colors of #F5FCFC
Black with #F5FCFC
Text Example
Text Example
White with #F5FCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FCFC; }
p { color: rgb(245,252,252); }
H1.HeaderClassName
{
color: #F5FCFC;
}
.AnyTagClassName
{
color: #F5FCFC;
}
</style>
background-color css
<style>
a { background-color: #F5FCFC; }
a { background-color: rgb(245,252,252); }
div.DivClassName
{
background-color: #F5FCFC;
}
.BgClassName
{
background-color: #F5FCFC;
}
</style>
border-color css
<style>
span { border-color: #F5FCFC; }
span { border-color: rgb(245,252,252); }
td.TdClassName
{
border-color: #F5FCFC;
}
.TagClassName
{
border-color: #F5FCFC;
}
</style>