Shades of Air Force Blue #568FA7
Tints of Air Force Blue #568FA7
RGB
CMYK
RGB Variations
Color information
#568FA7 (or 0x568FA7) is known color: Air Force Blue. HEX triplet: 56, 8F and A7. RGB value is (86,143,167). Sum of RGB (Red+Green+Blue) = 86+143+167=396 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.72% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 167 (65.62% from 255 or 42.17% from 396); Max value from RGB is 167 - color contains mainly: blue. Hex color #568FA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568FA7 is #A97058. Grayscale: #808080. Windows color (decimal): -11104345 or 10981206. OLE color: 10981206.
HSL color Cylindrical-coordinate representation of color #568FA7: hue angle of 197.78º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #568FA7 is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 86 | 143 | 167 | - |
| CMYK | 0.49 | 0.14 | 0 | 0.35 |
| HSL | 197.78º | 0.32% | 0.5% | - |
| HSV(B) | 197.78º | 0.49% | 0.65% | - |
| XYZ | 20.64 | 24.41 | 40.18 | - |
| YUV | 128.69 | 149.62 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 143 | 167 | 0.49 | 0.14 | 0 | 0.35 | 197.78 | 0.32 | 0.5 |
| Hex | 56 | 8F | A7 | 31 | E | 0 | 23 | C6 | 20 | 32 |
| Octal | 126 | 217 | 247 | 61 | 16 | 0 | 43 | 306 | 40 | 62 |
| Binary | 1010110 | 10001111 | 10100111 | 110001 | 1110 | 0 | 100011 | 11000110 | 100000 | 110010 |
Color Harmonies of #568FA7
Complementary color
Monochromatic Colors of #568FA7
Black with #568FA7
Text Example
Text Example
White with #568FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568FA7; }
p { color: rgb(86,143,167); }
H1.HeaderClassName
{
color: #568FA7;
}
.AnyTagClassName
{
color: #568FA7;
}
</style>
background-color css
<style>
a { background-color: #568FA7; }
a { background-color: rgb(86,143,167); }
div.DivClassName
{
background-color: #568FA7;
}
.BgClassName
{
background-color: #568FA7;
}
</style>
border-color css
<style>
span { border-color: #568FA7; }
span { border-color: rgb(86,143,167); }
td.TdClassName
{
border-color: #568FA7;
}
.TagClassName
{
border-color: #568FA7;
}
</style>