Shades of Azure #F5FDFE
Tints of Azure #F5FDFE
RGB
CMYK
RGB Variations
Color information
#F5FDFE (or 0xF5FDFE) is known color: Azure. HEX triplet: F5, FD and FE. RGB value is (245,253,254). Sum of RGB (Red+Green+Blue) = 245+253+254=752 (99% of max value = 765). Red value is 245 (96.09% from 255 or 32.58% from 752); Green value is 253 (99.22% from 255 or 33.64% from 752); Blue value is 254 (99.61% from 255 or 33.78% from 752); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5FDFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FDFE is #0A0201. Grayscale: #FAFAFA. Windows color (decimal): -655874 or 16711157. OLE color: 16711157.
HSL color Cylindrical-coordinate representation of color #F5FDFE: hue angle of 186.67º degrees, saturation: 0.82, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F5FDFE is Cyan = 0.04, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 253 | 254 | - |
| CMYK | 0.04 | 0.00 | 0 | 0.00 |
| HSL | 186.67º | 0.82% | 0.98% | - |
| HSV(B) | 186.67º | 0.04% | 1% | - |
| XYZ | 90.67 | 96.82 | 107.68 | - |
| YUV | 250.72 | 129.85 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 253 | 254 | 0.04 | 0.00 | 0 | 0.00 | 186.67 | 0.82 | 0.98 |
| Hex | F5 | FD | FE | 4 | 0 | 0 | 0 | BB | 52 | 62 |
| Octal | 365 | 375 | 376 | 4 | 0 | 0 | 0 | 273 | 122 | 142 |
| Binary | 11110101 | 11111101 | 11111110 | 100 | 0 | 0 | 0 | 10111011 | 1010010 | 1100010 |
Color Harmonies of #F5FDFE
Complementary color
Monochromatic Colors of #F5FDFE
Black with #F5FDFE
Text Example
Text Example
White with #F5FDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FDFE; }
p { color: rgb(245,253,254); }
H1.HeaderClassName
{
color: #F5FDFE;
}
.AnyTagClassName
{
color: #F5FDFE;
}
</style>
background-color css
<style>
a { background-color: #F5FDFE; }
a { background-color: rgb(245,253,254); }
div.DivClassName
{
background-color: #F5FDFE;
}
.BgClassName
{
background-color: #F5FDFE;
}
</style>
border-color css
<style>
span { border-color: #F5FDFE; }
span { border-color: rgb(245,253,254); }
td.TdClassName
{
border-color: #F5FDFE;
}
.TagClassName
{
border-color: #F5FDFE;
}
</style>