Shades of Air Force Blue #568FA9
Tints of Air Force Blue #568FA9
RGB
CMYK
RGB Variations
Color information
#568FA9 (or 0x568FA9) is known color: Air Force Blue. HEX triplet: 56, 8F and A9. RGB value is (86,143,169). Sum of RGB (Red+Green+Blue) = 86+143+169=398 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.61% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 169 (66.41% from 255 or 42.46% from 398); Max value from RGB is 169 - color contains mainly: blue. Hex color #568FA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568FA9 is #A97056. Grayscale: #808080. Windows color (decimal): -11104343 or 11112278. OLE color: 11112278.
HSL color Cylindrical-coordinate representation of color #568FA9: hue angle of 198.8º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #568FA9 is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 86 | 143 | 169 | - |
| CMYK | 0.49 | 0.15 | 0 | 0.34 |
| HSL | 198.8º | 0.33% | 0.5% | - |
| HSV(B) | 198.8º | 0.49% | 0.66% | - |
| XYZ | 20.82 | 24.49 | 41.17 | - |
| YUV | 128.92 | 150.62 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 143 | 169 | 0.49 | 0.15 | 0 | 0.34 | 198.8 | 0.33 | 0.5 |
| Hex | 56 | 8F | A9 | 31 | F | 0 | 22 | C7 | 21 | 32 |
| Octal | 126 | 217 | 251 | 61 | 17 | 0 | 42 | 307 | 41 | 62 |
| Binary | 1010110 | 10001111 | 10101001 | 110001 | 1111 | 0 | 100010 | 11000111 | 100001 | 110010 |
Color Harmonies of #568FA9
Complementary color
Monochromatic Colors of #568FA9
Black with #568FA9
Text Example
Text Example
White with #568FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568FA9; }
p { color: rgb(86,143,169); }
H1.HeaderClassName
{
color: #568FA9;
}
.AnyTagClassName
{
color: #568FA9;
}
</style>
background-color css
<style>
a { background-color: #568FA9; }
a { background-color: rgb(86,143,169); }
div.DivClassName
{
background-color: #568FA9;
}
.BgClassName
{
background-color: #568FA9;
}
</style>
border-color css
<style>
span { border-color: #568FA9; }
span { border-color: rgb(86,143,169); }
td.TdClassName
{
border-color: #568FA9;
}
.TagClassName
{
border-color: #568FA9;
}
</style>