Shades of Air Force Blue #638FAB
Tints of Air Force Blue #638FAB
RGB
CMYK
RGB Variations
Color information
#638FAB (or 0x638FAB) is known color: Air Force Blue. HEX triplet: 63, 8F and AB. RGB value is (99,143,171). Sum of RGB (Red+Green+Blue) = 99+143+171=413 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.97% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #638FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638FAB is #9C7054. Grayscale: #848484. Windows color (decimal): -10252373 or 11243363. OLE color: 11243363.
HSL color Cylindrical-coordinate representation of color #638FAB: hue angle of 203.33º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #638FAB is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 143 | 171 | - |
| CMYK | 0.42 | 0.16 | 0 | 0.33 |
| HSL | 203.33º | 0.3% | 0.53% | - |
| HSV(B) | 203.33º | 0.42% | 0.67% | - |
| XYZ | 22.32 | 25.24 | 42.22 | - |
| YUV | 133.04 | 149.42 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 143 | 171 | 0.42 | 0.16 | 0 | 0.33 | 203.33 | 0.3 | 0.53 |
| Hex | 63 | 8F | AB | 2A | 10 | 0 | 21 | CB | 1E | 35 |
| Octal | 143 | 217 | 253 | 52 | 20 | 0 | 41 | 313 | 36 | 65 |
| Binary | 1100011 | 10001111 | 10101011 | 101010 | 10000 | 0 | 100001 | 11001011 | 11110 | 110101 |
Color Harmonies of #638FAB
Complementary color
Monochromatic Colors of #638FAB
Black with #638FAB
Text Example
Text Example
White with #638FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638FAB; }
p { color: rgb(99,143,171); }
H1.HeaderClassName
{
color: #638FAB;
}
.AnyTagClassName
{
color: #638FAB;
}
</style>
background-color css
<style>
a { background-color: #638FAB; }
a { background-color: rgb(99,143,171); }
div.DivClassName
{
background-color: #638FAB;
}
.BgClassName
{
background-color: #638FAB;
}
</style>
border-color css
<style>
span { border-color: #638FAB; }
span { border-color: rgb(99,143,171); }
td.TdClassName
{
border-color: #638FAB;
}
.TagClassName
{
border-color: #638FAB;
}
</style>