Shades of Azure #F3FEFF
Tints of Azure #F3FEFF
RGB
CMYK
RGB Variations
Color information
#F3FEFF (or 0xF3FEFF) is known color: Azure. HEX triplet: F3, FE and FF. RGB value is (243,254,255). Sum of RGB (Red+Green+Blue) = 243+254+255=752 (99% of max value = 765). Red value is 243 (95.31% from 255 or 32.31% from 752); Green value is 254 (99.61% from 255 or 33.78% from 752); Blue value is 255 (100% from 255 or 33.91% from 752); Max value from RGB is 255 - color contains mainly: blue. Hex color #F3FEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F3FEFF is #0C0100. Grayscale: #FAFAFA. Windows color (decimal): -786689 or 16776947. OLE color: 16776947.
HSL color Cylindrical-coordinate representation of color #F3FEFF: hue angle of 185º degrees, saturation: 1, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F3FEFF is Cyan = 0.05, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 254 | 255 | - |
| CMYK | 0.05 | 0.00 | 0 | 0 |
| HSL | 185º | 1% | 0.98% | - |
| HSV(B) | 185º | 0.05% | 1% | - |
| XYZ | 90.45 | 97.16 | 108.59 | - |
| YUV | 250.83 | 130.36 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 254 | 255 | 0.05 | 0.00 | 0 | 0 | 185 | 1 | 0.98 |
| Hex | F3 | FE | FF | 5 | 0 | 0 | 0 | B9 | 64 | 62 |
| Octal | 363 | 376 | 377 | 5 | 0 | 0 | 0 | 271 | 144 | 142 |
| Binary | 11110011 | 11111110 | 11111111 | 101 | 0 | 0 | 0 | 10111001 | 1100100 | 1100010 |
Color Harmonies of #F3FEFF
Complementary color
Monochromatic Colors of #F3FEFF
Black with #F3FEFF
Text Example
Text Example
White with #F3FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FEFF; }
p { color: rgb(243,254,255); }
H1.HeaderClassName
{
color: #F3FEFF;
}
.AnyTagClassName
{
color: #F3FEFF;
}
</style>
background-color css
<style>
a { background-color: #F3FEFF; }
a { background-color: rgb(243,254,255); }
div.DivClassName
{
background-color: #F3FEFF;
}
.BgClassName
{
background-color: #F3FEFF;
}
</style>
border-color css
<style>
span { border-color: #F3FEFF; }
span { border-color: rgb(243,254,255); }
td.TdClassName
{
border-color: #F3FEFF;
}
.TagClassName
{
border-color: #F3FEFF;
}
</style>