Shades of Air Force Blue #5F8FAF
Tints of Air Force Blue #5F8FAF
RGB
CMYK
RGB Variations
Color information
#5F8FAF (or 0x5F8FAF) is known color: Air Force Blue. HEX triplet: 5F, 8F and AF. RGB value is (95,143,175). Sum of RGB (Red+Green+Blue) = 95+143+175=413 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.00% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 175 - color contains mainly: blue. Hex color #5F8FAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F8FAF is #A07050. Grayscale: #848484. Windows color (decimal): -10514513 or 11505503. OLE color: 11505503.
HSL color Cylindrical-coordinate representation of color #5F8FAF: hue angle of 204º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5F8FAF is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 143 | 175 | - |
| CMYK | 0.46 | 0.18 | 0 | 0.31 |
| HSL | 204º | 0.33% | 0.53% | - |
| HSV(B) | 204º | 0.46% | 0.69% | - |
| XYZ | 22.28 | 25.17 | 44.24 | - |
| YUV | 132.3 | 152.1 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 143 | 175 | 0.46 | 0.18 | 0 | 0.31 | 204 | 0.33 | 0.53 |
| Hex | 5F | 8F | AF | 2E | 12 | 0 | 1F | CC | 21 | 35 |
| Octal | 137 | 217 | 257 | 56 | 22 | 0 | 37 | 314 | 41 | 65 |
| Binary | 1011111 | 10001111 | 10101111 | 101110 | 10010 | 0 | 11111 | 11001100 | 100001 | 110101 |
Color Harmonies of #5F8FAF
Complementary color
Monochromatic Colors of #5F8FAF
Black with #5F8FAF
Text Example
Text Example
White with #5F8FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8FAF; }
p { color: rgb(95,143,175); }
H1.HeaderClassName
{
color: #5F8FAF;
}
.AnyTagClassName
{
color: #5F8FAF;
}
</style>
background-color css
<style>
a { background-color: #5F8FAF; }
a { background-color: rgb(95,143,175); }
div.DivClassName
{
background-color: #5F8FAF;
}
.BgClassName
{
background-color: #5F8FAF;
}
</style>
border-color css
<style>
span { border-color: #5F8FAF; }
span { border-color: rgb(95,143,175); }
td.TdClassName
{
border-color: #5F8FAF;
}
.TagClassName
{
border-color: #5F8FAF;
}
</style>