Shades of Azure #F5FEFD
Tints of Azure #F5FEFD
RGB
CMYK
RGB Variations
Color information
#F5FEFD (or 0xF5FEFD) is known color: Azure. HEX triplet: F5, FE and FD. RGB value is (245,254,253). Sum of RGB (Red+Green+Blue) = 245+254+253=752 (99% of max value = 765). Red value is 245 (96.09% from 255 or 32.58% from 752); Green value is 254 (99.61% from 255 or 33.78% from 752); Blue value is 253 (99.22% from 255 or 33.64% from 752); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FEFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FEFD is #0A0102. Grayscale: #FBFBFB. Windows color (decimal): -655619 or 16645877. OLE color: 16645877.
HSL color Cylindrical-coordinate representation of color #F5FEFD: hue angle of 173.33º 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 #F5FEFD is Cyan = 0.04, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 254 | 253 | - |
| CMYK | 0.04 | 0 | 0.00 | 0.00 |
| HSL | 173.33º | 0.82% | 0.98% | - |
| HSV(B) | 173.33º | 0.04% | 1% | - |
| XYZ | 90.83 | 97.39 | 106.94 | - |
| YUV | 251.2 | 129.02 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 254 | 253 | 0.04 | 0 | 0.00 | 0.00 | 173.33 | 0.82 | 0.98 |
| Hex | F5 | FE | FD | 4 | 0 | 0 | 0 | AD | 52 | 62 |
| Octal | 365 | 376 | 375 | 4 | 0 | 0 | 0 | 255 | 122 | 142 |
| Binary | 11110101 | 11111110 | 11111101 | 100 | 0 | 0 | 0 | 10101101 | 1010010 | 1100010 |
Color Harmonies of #F5FEFD
Complementary color
Monochromatic Colors of #F5FEFD
Black with #F5FEFD
Text Example
Text Example
White with #F5FEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FEFD; }
p { color: rgb(245,254,253); }
H1.HeaderClassName
{
color: #F5FEFD;
}
.AnyTagClassName
{
color: #F5FEFD;
}
</style>
background-color css
<style>
a { background-color: #F5FEFD; }
a { background-color: rgb(245,254,253); }
div.DivClassName
{
background-color: #F5FEFD;
}
.BgClassName
{
background-color: #F5FEFD;
}
</style>
border-color css
<style>
span { border-color: #F5FEFD; }
span { border-color: rgb(245,254,253); }
td.TdClassName
{
border-color: #F5FEFD;
}
.TagClassName
{
border-color: #F5FEFD;
}
</style>