Shades of Azure #F6FEFF
Tints of Azure #F6FEFF
RGB
CMYK
RGB Variations
Color information
#F6FEFF (or 0xF6FEFF) is known color: Azure. HEX triplet: F6, FE and FF. RGB value is (246,254,255). Sum of RGB (Red+Green+Blue) = 246+254+255=755 (100% of max value = 765). Red value is 246 (96.48% from 255 or 32.58% from 755); Green value is 254 (99.61% from 255 or 33.64% from 755); Blue value is 255 (100% from 255 or 33.77% from 755); Max value from RGB is 255 - color contains mainly: blue. Hex color #F6FEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6FEFF is #090100. Grayscale: #FBFBFB. Windows color (decimal): -590081 or 16776950. OLE color: 16776950.
HSL color Cylindrical-coordinate representation of color #F6FEFF: hue angle of 186.67º degrees, saturation: 1, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F6FEFF is Cyan = 0.04, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 254 | 255 | - |
| CMYK | 0.04 | 0.00 | 0 | 0 |
| HSL | 186.67º | 1% | 0.98% | - |
| HSV(B) | 186.67º | 0.04% | 1% | - |
| XYZ | 91.5 | 97.7 | 108.64 | - |
| YUV | 251.72 | 129.85 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 254 | 255 | 0.04 | 0.00 | 0 | 0 | 186.67 | 1 | 0.98 |
| Hex | F6 | FE | FF | 4 | 0 | 0 | 0 | BB | 64 | 62 |
| Octal | 366 | 376 | 377 | 4 | 0 | 0 | 0 | 273 | 144 | 142 |
| Binary | 11110110 | 11111110 | 11111111 | 100 | 0 | 0 | 0 | 10111011 | 1100100 | 1100010 |
Color Harmonies of #F6FEFF
Complementary color
Monochromatic Colors of #F6FEFF
Black with #F6FEFF
Text Example
Text Example
White with #F6FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FEFF; }
p { color: rgb(246,254,255); }
H1.HeaderClassName
{
color: #F6FEFF;
}
.AnyTagClassName
{
color: #F6FEFF;
}
</style>
background-color css
<style>
a { background-color: #F6FEFF; }
a { background-color: rgb(246,254,255); }
div.DivClassName
{
background-color: #F6FEFF;
}
.BgClassName
{
background-color: #F6FEFF;
}
</style>
border-color css
<style>
span { border-color: #F6FEFF; }
span { border-color: rgb(246,254,255); }
td.TdClassName
{
border-color: #F6FEFF;
}
.TagClassName
{
border-color: #F6FEFF;
}
</style>