Shades of Azure #E8F1F3
Tints of Azure #E8F1F3
RGB
CMYK
RGB Variations
Color information
#E8F1F3 (or 0xE8F1F3) is known color: Azure. HEX triplet: E8, F1 and F3. RGB value is (232,241,243). Sum of RGB (Red+Green+Blue) = 232+241+243=716 (94% of max value = 765). Red value is 232 (91.02% from 255 or 32.40% from 716); Green value is 241 (94.53% from 255 or 33.66% from 716); Blue value is 243 (95.31% from 255 or 33.94% from 716); Max value from RGB is 243 - color contains mainly: blue. Hex color #E8F1F3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8F1F3 is #170E0C. Grayscale: #EEEEEE. Windows color (decimal): -1510925 or 15987176. OLE color: 15987176.
HSL color Cylindrical-coordinate representation of color #E8F1F3: hue angle of 190.91º degrees, saturation: 0.31, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E8F1F3 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 241 | 243 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.05 |
| HSL | 190.91º | 0.31% | 0.93% | - |
| HSV(B) | 190.91º | 0.05% | 0.95% | - |
| XYZ | 80.91 | 86.54 | 97.23 | - |
| YUV | 238.54 | 130.52 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 241 | 243 | 0.05 | 0.01 | 0 | 0.05 | 190.91 | 0.31 | 0.93 |
| Hex | E8 | F1 | F3 | 5 | 1 | 0 | 5 | BF | 1F | 5D |
| Octal | 350 | 361 | 363 | 5 | 1 | 0 | 5 | 277 | 37 | 135 |
| Binary | 11101000 | 11110001 | 11110011 | 101 | 1 | 0 | 101 | 10111111 | 11111 | 1011101 |
Color Harmonies of #E8F1F3
Complementary color
Monochromatic Colors of #E8F1F3
Black with #E8F1F3
Text Example
Text Example
White with #E8F1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F1F3; }
p { color: rgb(232,241,243); }
H1.HeaderClassName
{
color: #E8F1F3;
}
.AnyTagClassName
{
color: #E8F1F3;
}
</style>
background-color css
<style>
a { background-color: #E8F1F3; }
a { background-color: rgb(232,241,243); }
div.DivClassName
{
background-color: #E8F1F3;
}
.BgClassName
{
background-color: #E8F1F3;
}
</style>
border-color css
<style>
span { border-color: #E8F1F3; }
span { border-color: rgb(232,241,243); }
td.TdClassName
{
border-color: #E8F1F3;
}
.TagClassName
{
border-color: #E8F1F3;
}
</style>