Shades of Air Force Blue #5E8FAE
Tints of Air Force Blue #5E8FAE
RGB
CMYK
RGB Variations
Color information
#5E8FAE (or 0x5E8FAE) is known color: Air Force Blue. HEX triplet: 5E, 8F and AE. RGB value is (94,143,174). Sum of RGB (Red+Green+Blue) = 94+143+174=411 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.87% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: blue. Hex color #5E8FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E8FAE is #A17051. Grayscale: #838383. Windows color (decimal): -10580050 or 11439966. OLE color: 11439966.
HSL color Cylindrical-coordinate representation of color #5E8FAE: hue angle of 203.25º 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 #5E8FAE is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 143 | 174 | - |
| CMYK | 0.46 | 0.18 | 0 | 0.32 |
| HSL | 203.25º | 0.33% | 0.53% | - |
| HSV(B) | 203.25º | 0.46% | 0.68% | - |
| XYZ | 22.08 | 25.08 | 43.72 | - |
| YUV | 131.88 | 151.77 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 143 | 174 | 0.46 | 0.18 | 0 | 0.32 | 203.25 | 0.33 | 0.53 |
| Hex | 5E | 8F | AE | 2E | 12 | 0 | 20 | CB | 21 | 35 |
| Octal | 136 | 217 | 256 | 56 | 22 | 0 | 40 | 313 | 41 | 65 |
| Binary | 1011110 | 10001111 | 10101110 | 101110 | 10010 | 0 | 100000 | 11001011 | 100001 | 110101 |
Color Harmonies of #5E8FAE
Complementary color
Monochromatic Colors of #5E8FAE
Black with #5E8FAE
Text Example
Text Example
White with #5E8FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8FAE; }
p { color: rgb(94,143,174); }
H1.HeaderClassName
{
color: #5E8FAE;
}
.AnyTagClassName
{
color: #5E8FAE;
}
</style>
background-color css
<style>
a { background-color: #5E8FAE; }
a { background-color: rgb(94,143,174); }
div.DivClassName
{
background-color: #5E8FAE;
}
.BgClassName
{
background-color: #5E8FAE;
}
</style>
border-color css
<style>
span { border-color: #5E8FAE; }
span { border-color: rgb(94,143,174); }
td.TdClassName
{
border-color: #5E8FAE;
}
.TagClassName
{
border-color: #5E8FAE;
}
</style>