Shades of Azure #F5FDFF
Tints of Azure #F5FDFF
RGB
CMYK
RGB Variations
Color information
#F5FDFF (or 0xF5FDFF) is known color: Azure. HEX triplet: F5, FD and FF. RGB value is (245,253,255). Sum of RGB (Red+Green+Blue) = 245+253+255=753 (99% of max value = 765). Red value is 245 (96.09% from 255 or 32.54% from 753); Green value is 253 (99.22% from 255 or 33.60% from 753); Blue value is 255 (100% from 255 or 33.86% from 753); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5FDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FDFF is #0A0200. Grayscale: #FAFAFA. Windows color (decimal): -655873 or 16776693. OLE color: 16776693.
HSL color Cylindrical-coordinate representation of color #F5FDFF: hue angle of 192º degrees, saturation: 1, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F5FDFF is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 245 | 253 | 255 | - |
CMYK | 0.04 | 0.01 | 0 | 0 |
HSL | 192º | 1% | 0.98% | - |
HSV(B) | 192º | 0.04% | 1% | - |
XYZ | 90.83 | 96.88 | 108.52 | - |
YUV | 250.84 | 130.35 | 123.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 253 | 255 | 0.04 | 0.01 | 0 | 0 | 192 | 1 | 0.98 |
Hex | F5 | FD | FF | 4 | 1 | 0 | 0 | C0 | 64 | 62 |
Octal | 365 | 375 | 377 | 4 | 1 | 0 | 0 | 300 | 144 | 142 |
Binary | 11110101 | 11111101 | 11111111 | 100 | 1 | 0 | 0 | 11000000 | 1100100 | 1100010 |
Color Harmonies of #F5FDFF
Complementary color
Monochromatic Colors of #F5FDFF
Black with #F5FDFF
Text Example
Text Example
White with #F5FDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FDFF; }
p { color: rgb(245,253,255); }
H1.HeaderClassName
{
color: #F5FDFF;
}
.AnyTagClassName
{
color: #F5FDFF;
}
</style>
background-color css
<style>
a { background-color: #F5FDFF; }
a { background-color: rgb(245,253,255); }
div.DivClassName
{
background-color: #F5FDFF;
}
.BgClassName
{
background-color: #F5FDFF;
}
</style>
border-color css
<style>
span { border-color: #F5FDFF; }
span { border-color: rgb(245,253,255); }
td.TdClassName
{
border-color: #F5FDFF;
}
.TagClassName
{
border-color: #F5FDFF;
}
</style>