Shades of Azure #E9F9FD
Tints of Azure #E9F9FD
RGB
CMYK
RGB Variations
Color information
#E9F9FD (or 0xE9F9FD) is known color: Azure. HEX triplet: E9, F9 and FD. RGB value is (233,249,253). Sum of RGB (Red+Green+Blue) = 233+249+253=735 (97% of max value = 765). Red value is 233 (91.41% from 255 or 31.70% from 735); Green value is 249 (97.66% from 255 or 33.88% from 735); Blue value is 253 (99.22% from 255 or 34.42% from 735); Max value from RGB is 253 - color contains mainly: blue. Hex color #E9F9FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9F9FD is #160602. Grayscale: #F4F4F4. Windows color (decimal): -1443331 or 16644585. OLE color: 16644585.
HSL color Cylindrical-coordinate representation of color #E9F9FD: hue angle of 192º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E9F9FD is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 233 | 249 | 253 | - |
CMYK | 0.08 | 0.02 | 0 | 0.01 |
HSL | 192º | 0.83% | 0.95% | - |
HSV(B) | 192º | 0.08% | 0.99% | - |
XYZ | 85.21 | 92.17 | 106.23 | - |
YUV | 244.67 | 132.7 | 119.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 249 | 253 | 0.08 | 0.02 | 0 | 0.01 | 192 | 0.83 | 0.95 |
Hex | E9 | F9 | FD | 8 | 2 | 0 | 1 | C0 | 53 | 5F |
Octal | 351 | 371 | 375 | 10 | 2 | 0 | 1 | 300 | 123 | 137 |
Binary | 11101001 | 11111001 | 11111101 | 1000 | 10 | 0 | 1 | 11000000 | 1010011 | 1011111 |
Color Harmonies of #E9F9FD
Complementary color
Monochromatic Colors of #E9F9FD
Black with #E9F9FD
Text Example
Text Example
White with #E9F9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F9FD; }
p { color: rgb(233,249,253); }
H1.HeaderClassName
{
color: #E9F9FD;
}
.AnyTagClassName
{
color: #E9F9FD;
}
</style>
background-color css
<style>
a { background-color: #E9F9FD; }
a { background-color: rgb(233,249,253); }
div.DivClassName
{
background-color: #E9F9FD;
}
.BgClassName
{
background-color: #E9F9FD;
}
</style>
border-color css
<style>
span { border-color: #E9F9FD; }
span { border-color: rgb(233,249,253); }
td.TdClassName
{
border-color: #E9F9FD;
}
.TagClassName
{
border-color: #E9F9FD;
}
</style>