Shades of Air Force Blue #658AAB
Tints of Air Force Blue #658AAB
RGB
CMYK
RGB Variations
Color information
#658AAB (or 0x658AAB) is known color: Air Force Blue. HEX triplet: 65, 8A and AB. RGB value is (101,138,171). Sum of RGB (Red+Green+Blue) = 101+138+171=410 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.63% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 171 - color contains mainly: blue. Hex color #658AAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658AAB is #9A7554. Grayscale: #828282. Windows color (decimal): -10122581 or 11242085. OLE color: 11242085.
HSL color Cylindrical-coordinate representation of color #658AAB: hue angle of 208.29º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #658AAB is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 138 | 171 | - |
| CMYK | 0.41 | 0.19 | 0 | 0.33 |
| HSL | 208.29º | 0.29% | 0.53% | - |
| HSV(B) | 208.29º | 0.41% | 0.67% | - |
| XYZ | 21.81 | 23.88 | 41.99 | - |
| YUV | 130.7 | 150.74 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 138 | 171 | 0.41 | 0.19 | 0 | 0.33 | 208.29 | 0.29 | 0.53 |
| Hex | 65 | 8A | AB | 29 | 13 | 0 | 21 | D0 | 1D | 35 |
| Octal | 145 | 212 | 253 | 51 | 23 | 0 | 41 | 320 | 35 | 65 |
| Binary | 1100101 | 10001010 | 10101011 | 101001 | 10011 | 0 | 100001 | 11010000 | 11101 | 110101 |
Color Harmonies of #658AAB
Complementary color
Monochromatic Colors of #658AAB
Black with #658AAB
Text Example
Text Example
White with #658AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658AAB; }
p { color: rgb(101,138,171); }
H1.HeaderClassName
{
color: #658AAB;
}
.AnyTagClassName
{
color: #658AAB;
}
</style>
background-color css
<style>
a { background-color: #658AAB; }
a { background-color: rgb(101,138,171); }
div.DivClassName
{
background-color: #658AAB;
}
.BgClassName
{
background-color: #658AAB;
}
</style>
border-color css
<style>
span { border-color: #658AAB; }
span { border-color: rgb(101,138,171); }
td.TdClassName
{
border-color: #658AAB;
}
.TagClassName
{
border-color: #658AAB;
}
</style>