Shades of Air Force Blue #5E8AAE
Tints of Air Force Blue #5E8AAE
RGB
CMYK
RGB Variations
Color information
#5E8AAE (or 0x5E8AAE) is known color: Air Force Blue. HEX triplet: 5E, 8A and AE. RGB value is (94,138,174). Sum of RGB (Red+Green+Blue) = 94+138+174=406 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.15% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 174 - color contains mainly: blue. Hex color #5E8AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E8AAE is #A17551. Grayscale: #808080. Windows color (decimal): -10581330 or 11438686. OLE color: 11438686.
HSL color Cylindrical-coordinate representation of color #5E8AAE: hue angle of 207º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E8AAE is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 138 | 174 | - |
| CMYK | 0.46 | 0.21 | 0 | 0.32 |
| HSL | 207º | 0.33% | 0.53% | - |
| HSV(B) | 207º | 0.46% | 0.68% | - |
| XYZ | 21.34 | 23.61 | 43.48 | - |
| YUV | 128.95 | 153.42 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 138 | 174 | 0.46 | 0.21 | 0 | 0.32 | 207 | 0.33 | 0.53 |
| Hex | 5E | 8A | AE | 2E | 15 | 0 | 20 | CF | 21 | 35 |
| Octal | 136 | 212 | 256 | 56 | 25 | 0 | 40 | 317 | 41 | 65 |
| Binary | 1011110 | 10001010 | 10101110 | 101110 | 10101 | 0 | 100000 | 11001111 | 100001 | 110101 |
Color Harmonies of #5E8AAE
Complementary color
Monochromatic Colors of #5E8AAE
Black with #5E8AAE
Text Example
Text Example
White with #5E8AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8AAE; }
p { color: rgb(94,138,174); }
H1.HeaderClassName
{
color: #5E8AAE;
}
.AnyTagClassName
{
color: #5E8AAE;
}
</style>
background-color css
<style>
a { background-color: #5E8AAE; }
a { background-color: rgb(94,138,174); }
div.DivClassName
{
background-color: #5E8AAE;
}
.BgClassName
{
background-color: #5E8AAE;
}
</style>
border-color css
<style>
span { border-color: #5E8AAE; }
span { border-color: rgb(94,138,174); }
td.TdClassName
{
border-color: #5E8AAE;
}
.TagClassName
{
border-color: #5E8AAE;
}
</style>