Shades of Air Force Blue #568EAA
Tints of Air Force Blue #568EAA
RGB
CMYK
RGB Variations
Color information
#568EAA (or 0x568EAA) is known color: Air Force Blue. HEX triplet: 56, 8E and AA. RGB value is (86,142,170). Sum of RGB (Red+Green+Blue) = 86+142+170=398 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.61% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 170 - color contains mainly: blue. Hex color #568EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568EAA is #A97155. Grayscale: #808080. Windows color (decimal): -11104598 or 11177558. OLE color: 11177558.
HSL color Cylindrical-coordinate representation of color #568EAA: hue angle of 200º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #568EAA is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 142 | 170 | - |
| CMYK | 0.49 | 0.16 | 0 | 0.33 |
| HSL | 200º | 0.33% | 0.5% | - |
| HSV(B) | 200º | 0.49% | 0.67% | - |
| XYZ | 20.77 | 24.23 | 41.61 | - |
| YUV | 128.45 | 151.45 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 142 | 170 | 0.49 | 0.16 | 0 | 0.33 | 200 | 0.33 | 0.5 |
| Hex | 56 | 8E | AA | 31 | 10 | 0 | 21 | C8 | 21 | 32 |
| Octal | 126 | 216 | 252 | 61 | 20 | 0 | 41 | 310 | 41 | 62 |
| Binary | 1010110 | 10001110 | 10101010 | 110001 | 10000 | 0 | 100001 | 11001000 | 100001 | 110010 |
Color Harmonies of #568EAA
Complementary color
Monochromatic Colors of #568EAA
Black with #568EAA
Text Example
Text Example
White with #568EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568EAA; }
p { color: rgb(86,142,170); }
H1.HeaderClassName
{
color: #568EAA;
}
.AnyTagClassName
{
color: #568EAA;
}
</style>
background-color css
<style>
a { background-color: #568EAA; }
a { background-color: rgb(86,142,170); }
div.DivClassName
{
background-color: #568EAA;
}
.BgClassName
{
background-color: #568EAA;
}
</style>
border-color css
<style>
span { border-color: #568EAA; }
span { border-color: rgb(86,142,170); }
td.TdClassName
{
border-color: #568EAA;
}
.TagClassName
{
border-color: #568EAA;
}
</style>