Shades of Azure #F2FFFF
Tints of Azure #F2FFFF
RGB
CMYK
RGB Variations
Color information
#F2FFFF (or 0xF2FFFF) is known color: Azure. HEX triplet: F2, FF and FF. RGB value is (242,255,255). Sum of RGB (Red+Green+Blue) = 242+255+255=752 (99% of max value = 765). Red value is 242 (94.92% from 255 or 32.18% from 752); Green value is 255 (100% from 255 or 33.91% from 752); Blue value is 255 (100% from 255 or 33.91% from 752); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #F2FFFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FFFF is #0D0000. Grayscale: #FBFBFB. Windows color (decimal): -851969 or 16777202. OLE color: 16777202.
HSL color Cylindrical-coordinate representation of color #F2FFFF: 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 #F2FFFF is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 255 | 255 | - |
| CMYK | 0.05 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.97% | - |
| HSV(B) | 180º | 0.05% | 1% | - |
| XYZ | 90.43 | 97.62 | 108.68 | - |
| YUV | 251.11 | 130.19 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 255 | 255 | 0.05 | 0 | 0 | 0 | 180 | 1 | 0.97 |
| Hex | F2 | FF | FF | 5 | 0 | 0 | 0 | B4 | 64 | 61 |
| Octal | 362 | 377 | 377 | 5 | 0 | 0 | 0 | 264 | 144 | 141 |
| Binary | 11110010 | 11111111 | 11111111 | 101 | 0 | 0 | 0 | 10110100 | 1100100 | 1100001 |
Color Harmonies of #F2FFFF
Complementary color
Monochromatic Colors of #F2FFFF
Black with #F2FFFF
Text Example
Text Example
White with #F2FFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FFFF; }
p { color: rgb(242,255,255); }
H1.HeaderClassName
{
color: #F2FFFF;
}
.AnyTagClassName
{
color: #F2FFFF;
}
</style>
background-color css
<style>
a { background-color: #F2FFFF; }
a { background-color: rgb(242,255,255); }
div.DivClassName
{
background-color: #F2FFFF;
}
.BgClassName
{
background-color: #F2FFFF;
}
</style>
border-color css
<style>
span { border-color: #F2FFFF; }
span { border-color: rgb(242,255,255); }
td.TdClassName
{
border-color: #F2FFFF;
}
.TagClassName
{
border-color: #F2FFFF;
}
</style>