Shades of Azure #F5FCFE
Tints of Azure #F5FCFE
RGB
CMYK
RGB Variations
Color information
#F5FCFE (or 0xF5FCFE) is known color: Azure. HEX triplet: F5, FC and FE. RGB value is (245,252,254). Sum of RGB (Red+Green+Blue) = 245+252+254=751 (99% of max value = 765). Red value is 245 (96.09% from 255 or 32.62% from 751); Green value is 252 (98.83% from 255 or 33.56% from 751); Blue value is 254 (99.61% from 255 or 33.82% from 751); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5FCFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FCFE is #0A0301. Grayscale: #FAFAFA. Windows color (decimal): -656130 or 16710901. OLE color: 16710901.
HSL color Cylindrical-coordinate representation of color #F5FCFE: hue angle of 193.33º degrees, saturation: 0.82, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F5FCFE is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 252 | 254 | - |
| CMYK | 0.04 | 0.01 | 0 | 0.00 |
| HSL | 193.33º | 0.82% | 0.98% | - |
| HSV(B) | 193.33º | 0.04% | 1% | - |
| XYZ | 90.36 | 96.19 | 107.57 | - |
| YUV | 250.14 | 130.18 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 252 | 254 | 0.04 | 0.01 | 0 | 0.00 | 193.33 | 0.82 | 0.98 |
| Hex | F5 | FC | FE | 4 | 1 | 0 | 0 | C1 | 52 | 62 |
| Octal | 365 | 374 | 376 | 4 | 1 | 0 | 0 | 301 | 122 | 142 |
| Binary | 11110101 | 11111100 | 11111110 | 100 | 1 | 0 | 0 | 11000001 | 1010010 | 1100010 |
Color Harmonies of #F5FCFE
Complementary color
Monochromatic Colors of #F5FCFE
Black with #F5FCFE
Text Example
Text Example
White with #F5FCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FCFE; }
p { color: rgb(245,252,254); }
H1.HeaderClassName
{
color: #F5FCFE;
}
.AnyTagClassName
{
color: #F5FCFE;
}
</style>
background-color css
<style>
a { background-color: #F5FCFE; }
a { background-color: rgb(245,252,254); }
div.DivClassName
{
background-color: #F5FCFE;
}
.BgClassName
{
background-color: #F5FCFE;
}
</style>
border-color css
<style>
span { border-color: #F5FCFE; }
span { border-color: rgb(245,252,254); }
td.TdClassName
{
border-color: #F5FCFE;
}
.TagClassName
{
border-color: #F5FCFE;
}
</style>