Shades of Azure #F1FDFF
Tints of Azure #F1FDFF
RGB
CMYK
RGB Variations
Color information
#F1FDFF (or 0xF1FDFF) is known color: Azure. HEX triplet: F1, FD and FF. RGB value is (241,253,255). Sum of RGB (Red+Green+Blue) = 241+253+255=749 (99% of max value = 765). Red value is 241 (94.53% from 255 or 32.18% from 749); Green value is 253 (99.22% from 255 or 33.78% from 749); Blue value is 255 (100% from 255 or 34.05% from 749); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1FDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FDFF is #0E0200. Grayscale: #F9F9F9. Windows color (decimal): -918017 or 16776689. OLE color: 16776689.
HSL color Cylindrical-coordinate representation of color #F1FDFF: hue angle of 188.57º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F1FDFF is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 253 | 255 | - |
| CMYK | 0.05 | 0.01 | 0 | 0 |
| HSL | 188.57º | 1% | 0.97% | - |
| HSV(B) | 188.57º | 0.05% | 1% | - |
| XYZ | 89.45 | 96.17 | 108.46 | - |
| YUV | 249.64 | 131.02 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 253 | 255 | 0.05 | 0.01 | 0 | 0 | 188.57 | 1 | 0.97 |
| Hex | F1 | FD | FF | 5 | 1 | 0 | 0 | BD | 64 | 61 |
| Octal | 361 | 375 | 377 | 5 | 1 | 0 | 0 | 275 | 144 | 141 |
| Binary | 11110001 | 11111101 | 11111111 | 101 | 1 | 0 | 0 | 10111101 | 1100100 | 1100001 |
Color Harmonies of #F1FDFF
Complementary color
Monochromatic Colors of #F1FDFF
Black with #F1FDFF
Text Example
Text Example
White with #F1FDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FDFF; }
p { color: rgb(241,253,255); }
H1.HeaderClassName
{
color: #F1FDFF;
}
.AnyTagClassName
{
color: #F1FDFF;
}
</style>
background-color css
<style>
a { background-color: #F1FDFF; }
a { background-color: rgb(241,253,255); }
div.DivClassName
{
background-color: #F1FDFF;
}
.BgClassName
{
background-color: #F1FDFF;
}
</style>
border-color css
<style>
span { border-color: #F1FDFF; }
span { border-color: rgb(241,253,255); }
td.TdClassName
{
border-color: #F1FDFF;
}
.TagClassName
{
border-color: #F1FDFF;
}
</style>