Shades of Air Force Blue #658FAC
Tints of Air Force Blue #658FAC
RGB
CMYK
RGB Variations
Color information
#658FAC (or 0x658FAC) is known color: Air Force Blue. HEX triplet: 65, 8F and AC. RGB value is (101,143,172). Sum of RGB (Red+Green+Blue) = 101+143+172=416 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.28% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #658FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658FAC is #9A7053. Grayscale: #858585. Windows color (decimal): -10121300 or 11308901. OLE color: 11308901.
HSL color Cylindrical-coordinate representation of color #658FAC: hue angle of 204.51º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #658FAC is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 143 | 172 | - |
| CMYK | 0.41 | 0.17 | 0 | 0.33 |
| HSL | 204.51º | 0.3% | 0.54% | - |
| HSV(B) | 204.51º | 0.41% | 0.67% | - |
| XYZ | 22.64 | 25.39 | 42.74 | - |
| YUV | 133.75 | 149.59 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 143 | 172 | 0.41 | 0.17 | 0 | 0.33 | 204.51 | 0.3 | 0.54 |
| Hex | 65 | 8F | AC | 29 | 11 | 0 | 21 | CD | 1E | 36 |
| Octal | 145 | 217 | 254 | 51 | 21 | 0 | 41 | 315 | 36 | 66 |
| Binary | 1100101 | 10001111 | 10101100 | 101001 | 10001 | 0 | 100001 | 11001101 | 11110 | 110110 |
Color Harmonies of #658FAC
Complementary color
Monochromatic Colors of #658FAC
Black with #658FAC
Text Example
Text Example
White with #658FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658FAC; }
p { color: rgb(101,143,172); }
H1.HeaderClassName
{
color: #658FAC;
}
.AnyTagClassName
{
color: #658FAC;
}
</style>
background-color css
<style>
a { background-color: #658FAC; }
a { background-color: rgb(101,143,172); }
div.DivClassName
{
background-color: #658FAC;
}
.BgClassName
{
background-color: #658FAC;
}
</style>
border-color css
<style>
span { border-color: #658FAC; }
span { border-color: rgb(101,143,172); }
td.TdClassName
{
border-color: #658FAC;
}
.TagClassName
{
border-color: #658FAC;
}
</style>