Shades of Azure #E9FBFF
Tints of Azure #E9FBFF
RGB
CMYK
RGB Variations
Color information
#E9FBFF (or 0xE9FBFF) is known color: Azure. HEX triplet: E9, FB and FF. RGB value is (233,251,255). Sum of RGB (Red+Green+Blue) = 233+251+255=739 (97% of max value = 765). Red value is 233 (91.41% from 255 or 31.53% from 739); Green value is 251 (98.44% from 255 or 33.96% from 739); Blue value is 255 (100% from 255 or 34.51% from 739); Max value from RGB is 255 - color contains mainly: blue. Hex color #E9FBFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9FBFF is #160400. Grayscale: #F6F6F6. Windows color (decimal): -1442817 or 16776169. OLE color: 16776169.
HSL color Cylindrical-coordinate representation of color #E9FBFF: hue angle of 190.91º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E9FBFF is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 251 | 255 | - |
| CMYK | 0.09 | 0.02 | 0 | 0 |
| HSL | 190.91º | 1% | 0.96% | - |
| HSV(B) | 190.91º | 0.09% | 1% | - |
| XYZ | 86.15 | 93.54 | 108.12 | - |
| YUV | 246.07 | 133.04 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 251 | 255 | 0.09 | 0.02 | 0 | 0 | 190.91 | 1 | 0.96 |
| Hex | E9 | FB | FF | 9 | 2 | 0 | 0 | BF | 64 | 60 |
| Octal | 351 | 373 | 377 | 11 | 2 | 0 | 0 | 277 | 144 | 140 |
| Binary | 11101001 | 11111011 | 11111111 | 1001 | 10 | 0 | 0 | 10111111 | 1100100 | 1100000 |
Color Harmonies of #E9FBFF
Complementary color
Monochromatic Colors of #E9FBFF
Black with #E9FBFF
Text Example
Text Example
White with #E9FBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FBFF; }
p { color: rgb(233,251,255); }
H1.HeaderClassName
{
color: #E9FBFF;
}
.AnyTagClassName
{
color: #E9FBFF;
}
</style>
background-color css
<style>
a { background-color: #E9FBFF; }
a { background-color: rgb(233,251,255); }
div.DivClassName
{
background-color: #E9FBFF;
}
.BgClassName
{
background-color: #E9FBFF;
}
</style>
border-color css
<style>
span { border-color: #E9FBFF; }
span { border-color: rgb(233,251,255); }
td.TdClassName
{
border-color: #E9FBFF;
}
.TagClassName
{
border-color: #E9FBFF;
}
</style>