Shades of Air Force Blue #5E8B9F
Tints of Air Force Blue #5E8B9F
RGB
CMYK
RGB Variations
Color information
#5E8B9F (or 0x5E8B9F) is known color: Air Force Blue. HEX triplet: 5E, 8B and 9F. RGB value is (94,139,159). Sum of RGB (Red+Green+Blue) = 94+139+159=392 (51% of max value = 765). Red value is 94 (37.11% from 255 or 23.98% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 159 - color contains mainly: blue. Hex color #5E8B9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E8B9F is #A17460. Grayscale: #7F7F7F. Windows color (decimal): -10581089 or 10455902. OLE color: 10455902.
HSL color Cylindrical-coordinate representation of color #5E8B9F: hue angle of 198.46º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5E8B9F is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 139 | 159 | - |
| CMYK | 0.41 | 0.13 | 0 | 0.38 |
| HSL | 198.46º | 0.26% | 0.5% | - |
| HSV(B) | 198.46º | 0.41% | 0.62% | - |
| XYZ | 20.11 | 23.35 | 36.25 | - |
| YUV | 127.83 | 145.59 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 139 | 159 | 0.41 | 0.13 | 0 | 0.38 | 198.46 | 0.26 | 0.5 |
| Hex | 5E | 8B | 9F | 29 | D | 0 | 26 | C6 | 1A | 32 |
| Octal | 136 | 213 | 237 | 51 | 15 | 0 | 46 | 306 | 32 | 62 |
| Binary | 1011110 | 10001011 | 10011111 | 101001 | 1101 | 0 | 100110 | 11000110 | 11010 | 110010 |
Color Harmonies of #5E8B9F
Complementary color
Monochromatic Colors of #5E8B9F
Black with #5E8B9F
Text Example
Text Example
White with #5E8B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8B9F; }
p { color: rgb(94,139,159); }
H1.HeaderClassName
{
color: #5E8B9F;
}
.AnyTagClassName
{
color: #5E8B9F;
}
</style>
background-color css
<style>
a { background-color: #5E8B9F; }
a { background-color: rgb(94,139,159); }
div.DivClassName
{
background-color: #5E8B9F;
}
.BgClassName
{
background-color: #5E8B9F;
}
</style>
border-color css
<style>
span { border-color: #5E8B9F; }
span { border-color: rgb(94,139,159); }
td.TdClassName
{
border-color: #5E8B9F;
}
.TagClassName
{
border-color: #5E8B9F;
}
</style>