Shades of Azure #F2FDFF
Tints of Azure #F2FDFF
RGB
CMYK
RGB Variations
Color information
#F2FDFF (or 0xF2FDFF) is known color: Azure. HEX triplet: F2, FD and FF. RGB value is (242,253,255). Sum of RGB (Red+Green+Blue) = 242+253+255=750 (99% of max value = 765). Red value is 242 (94.92% from 255 or 32.27% from 750); Green value is 253 (99.22% from 255 or 33.73% from 750); Blue value is 255 (100% from 255 or 34% from 750); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2FDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FDFF is #0D0200. Grayscale: #F9F9F9. Windows color (decimal): -852481 or 16776690. OLE color: 16776690.
HSL color Cylindrical-coordinate representation of color #F2FDFF: hue angle of 189.23º 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 #F2FDFF is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 253 | 255 | - |
| CMYK | 0.05 | 0.01 | 0 | 0 |
| HSL | 189.23º | 1% | 0.97% | - |
| HSV(B) | 189.23º | 0.05% | 1% | - |
| XYZ | 89.79 | 96.35 | 108.47 | - |
| YUV | 249.94 | 130.86 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 253 | 255 | 0.05 | 0.01 | 0 | 0 | 189.23 | 1 | 0.97 |
| Hex | F2 | FD | FF | 5 | 1 | 0 | 0 | BD | 64 | 61 |
| Octal | 362 | 375 | 377 | 5 | 1 | 0 | 0 | 275 | 144 | 141 |
| Binary | 11110010 | 11111101 | 11111111 | 101 | 1 | 0 | 0 | 10111101 | 1100100 | 1100001 |
Color Harmonies of #F2FDFF
Complementary color
Monochromatic Colors of #F2FDFF
Black with #F2FDFF
Text Example
Text Example
White with #F2FDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FDFF; }
p { color: rgb(242,253,255); }
H1.HeaderClassName
{
color: #F2FDFF;
}
.AnyTagClassName
{
color: #F2FDFF;
}
</style>
background-color css
<style>
a { background-color: #F2FDFF; }
a { background-color: rgb(242,253,255); }
div.DivClassName
{
background-color: #F2FDFF;
}
.BgClassName
{
background-color: #F2FDFF;
}
</style>
border-color css
<style>
span { border-color: #F2FDFF; }
span { border-color: rgb(242,253,255); }
td.TdClassName
{
border-color: #F2FDFF;
}
.TagClassName
{
border-color: #F2FDFF;
}
</style>