Shades of Air Force Blue #5E8CAE
Tints of Air Force Blue #5E8CAE
RGB
CMYK
RGB Variations
Color information
#5E8CAE (or 0x5E8CAE) is known color: Air Force Blue. HEX triplet: 5E, 8C and AE. RGB value is (94,140,174). Sum of RGB (Red+Green+Blue) = 94+140+174=408 (54% of max value = 765). Red value is 94 (37.11% from 255 or 23.04% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 174 - color contains mainly: blue. Hex color #5E8CAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E8CAE is #A17351. Grayscale: #818181. Windows color (decimal): -10580818 or 11439198. OLE color: 11439198.
HSL color Cylindrical-coordinate representation of color #5E8CAE: hue angle of 205.5º 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 #5E8CAE is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 140 | 174 | - |
| CMYK | 0.46 | 0.20 | 0 | 0.32 |
| HSL | 205.5º | 0.33% | 0.53% | - |
| HSV(B) | 205.5º | 0.46% | 0.68% | - |
| XYZ | 21.63 | 24.19 | 43.57 | - |
| YUV | 130.12 | 152.76 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 140 | 174 | 0.46 | 0.20 | 0 | 0.32 | 205.5 | 0.33 | 0.53 |
| Hex | 5E | 8C | AE | 2E | 14 | 0 | 20 | CE | 21 | 35 |
| Octal | 136 | 214 | 256 | 56 | 24 | 0 | 40 | 316 | 41 | 65 |
| Binary | 1011110 | 10001100 | 10101110 | 101110 | 10100 | 0 | 100000 | 11001110 | 100001 | 110101 |
Color Harmonies of #5E8CAE
Complementary color
Monochromatic Colors of #5E8CAE
Black with #5E8CAE
Text Example
Text Example
White with #5E8CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8CAE; }
p { color: rgb(94,140,174); }
H1.HeaderClassName
{
color: #5E8CAE;
}
.AnyTagClassName
{
color: #5E8CAE;
}
</style>
background-color css
<style>
a { background-color: #5E8CAE; }
a { background-color: rgb(94,140,174); }
div.DivClassName
{
background-color: #5E8CAE;
}
.BgClassName
{
background-color: #5E8CAE;
}
</style>
border-color css
<style>
span { border-color: #5E8CAE; }
span { border-color: rgb(94,140,174); }
td.TdClassName
{
border-color: #5E8CAE;
}
.TagClassName
{
border-color: #5E8CAE;
}
</style>