Shades of Azure #F1FFFF
Tints of Azure #F1FFFF
RGB
CMYK
RGB Variations
Color information
#F1FFFF (or 0xF1FFFF) is known color: Azure. HEX triplet: F1, FF and FF. RGB value is (241,255,255). Sum of RGB (Red+Green+Blue) = 241+255+255=751 (99% of max value = 765). Red value is 241 (94.53% from 255 or 32.09% from 751); Green value is 255 (100% from 255 or 33.95% from 751); Blue value is 255 (100% from 255 or 33.95% from 751); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #F1FFFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FFFF is #0E0000. Grayscale: #FAFAFA. Windows color (decimal): -917505 or 16777201. OLE color: 16777201.
HSL color Cylindrical-coordinate representation of color #F1FFFF: hue angle of 180º 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 #F1FFFF is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 255 | 255 | - |
| CMYK | 0.05 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.97% | - |
| HSV(B) | 180º | 0.05% | 1% | - |
| XYZ | 90.09 | 97.44 | 108.67 | - |
| YUV | 250.81 | 130.36 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 255 | 255 | 0.05 | 0 | 0 | 0 | 180 | 1 | 0.97 |
| Hex | F1 | FF | FF | 5 | 0 | 0 | 0 | B4 | 64 | 61 |
| Octal | 361 | 377 | 377 | 5 | 0 | 0 | 0 | 264 | 144 | 141 |
| Binary | 11110001 | 11111111 | 11111111 | 101 | 0 | 0 | 0 | 10110100 | 1100100 | 1100001 |
Color Harmonies of #F1FFFF
Complementary color
Monochromatic Colors of #F1FFFF
Black with #F1FFFF
Text Example
Text Example
White with #F1FFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FFFF; }
p { color: rgb(241,255,255); }
H1.HeaderClassName
{
color: #F1FFFF;
}
.AnyTagClassName
{
color: #F1FFFF;
}
</style>
background-color css
<style>
a { background-color: #F1FFFF; }
a { background-color: rgb(241,255,255); }
div.DivClassName
{
background-color: #F1FFFF;
}
.BgClassName
{
background-color: #F1FFFF;
}
</style>
border-color css
<style>
span { border-color: #F1FFFF; }
span { border-color: rgb(241,255,255); }
td.TdClassName
{
border-color: #F1FFFF;
}
.TagClassName
{
border-color: #F1FFFF;
}
</style>