Shades of Air Force Blue #5F8BAE
Tints of Air Force Blue #5F8BAE
RGB
CMYK
RGB Variations
Color information
#5F8BAE (or 0x5F8BAE) is known color: Air Force Blue. HEX triplet: 5F, 8B and AE. RGB value is (95,139,174). Sum of RGB (Red+Green+Blue) = 95+139+174=408 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.28% from 408); Green value is 139 (54.69% from 255 or 34.07% 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 #5F8BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F8BAE is #A07451. Grayscale: #818181. Windows color (decimal): -10515538 or 11438943. OLE color: 11438943.
HSL color Cylindrical-coordinate representation of color #5F8BAE: hue angle of 206.58º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5F8BAE is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 95 | 139 | 174 | - |
| CMYK | 0.45 | 0.20 | 0 | 0.32 |
| HSL | 206.58º | 0.33% | 0.53% | - |
| HSV(B) | 206.58º | 0.45% | 0.68% | - |
| XYZ | 21.59 | 23.95 | 43.53 | - |
| YUV | 129.83 | 152.92 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 139 | 174 | 0.45 | 0.20 | 0 | 0.32 | 206.58 | 0.33 | 0.53 |
| Hex | 5F | 8B | AE | 2D | 14 | 0 | 20 | CF | 21 | 35 |
| Octal | 137 | 213 | 256 | 55 | 24 | 0 | 40 | 317 | 41 | 65 |
| Binary | 1011111 | 10001011 | 10101110 | 101101 | 10100 | 0 | 100000 | 11001111 | 100001 | 110101 |
Color Harmonies of #5F8BAE
Complementary color
Monochromatic Colors of #5F8BAE
Black with #5F8BAE
Text Example
Text Example
White with #5F8BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8BAE; }
p { color: rgb(95,139,174); }
H1.HeaderClassName
{
color: #5F8BAE;
}
.AnyTagClassName
{
color: #5F8BAE;
}
</style>
background-color css
<style>
a { background-color: #5F8BAE; }
a { background-color: rgb(95,139,174); }
div.DivClassName
{
background-color: #5F8BAE;
}
.BgClassName
{
background-color: #5F8BAE;
}
</style>
border-color css
<style>
span { border-color: #5F8BAE; }
span { border-color: rgb(95,139,174); }
td.TdClassName
{
border-color: #5F8BAE;
}
.TagClassName
{
border-color: #5F8BAE;
}
</style>