Shades of Air Force Blue #63889E
Tints of Air Force Blue #63889E
RGB
CMYK
RGB Variations
Color information
#63889E (or 0x63889E) is known color: Air Force Blue. HEX triplet: 63, 88 and 9E. RGB value is (99,136,158). Sum of RGB (Red+Green+Blue) = 99+136+158=393 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.19% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 158 (62.11% from 255 or 40.20% from 393); Max value from RGB is 158 - color contains mainly: blue. Hex color #63889E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63889E is #9C7761. Grayscale: #7F7F7F. Windows color (decimal): -10254178 or 10389603. OLE color: 10389603.
HSL color Cylindrical-coordinate representation of color #63889E: hue angle of 202.37º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63889E is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 136 | 158 | - |
| CMYK | 0.37 | 0.14 | 0 | 0.38 |
| HSL | 202.37º | 0.23% | 0.5% | - |
| HSV(B) | 202.37º | 0.37% | 0.62% | - |
| XYZ | 20.12 | 22.73 | 35.67 | - |
| YUV | 127.45 | 145.24 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 136 | 158 | 0.37 | 0.14 | 0 | 0.38 | 202.37 | 0.23 | 0.5 |
| Hex | 63 | 88 | 9E | 25 | E | 0 | 26 | CA | 17 | 32 |
| Octal | 143 | 210 | 236 | 45 | 16 | 0 | 46 | 312 | 27 | 62 |
| Binary | 1100011 | 10001000 | 10011110 | 100101 | 1110 | 0 | 100110 | 11001010 | 10111 | 110010 |
Color Harmonies of #63889E
Complementary color
Monochromatic Colors of #63889E
Black with #63889E
Text Example
Text Example
White with #63889E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63889E; }
p { color: rgb(99,136,158); }
H1.HeaderClassName
{
color: #63889E;
}
.AnyTagClassName
{
color: #63889E;
}
</style>
background-color css
<style>
a { background-color: #63889E; }
a { background-color: rgb(99,136,158); }
div.DivClassName
{
background-color: #63889E;
}
.BgClassName
{
background-color: #63889E;
}
</style>
border-color css
<style>
span { border-color: #63889E; }
span { border-color: rgb(99,136,158); }
td.TdClassName
{
border-color: #63889E;
}
.TagClassName
{
border-color: #63889E;
}
</style>