Shades of Air Force Blue #568FAB
Tints of Air Force Blue #568FAB
RGB
CMYK
RGB Variations
Color information
#568FAB (or 0x568FAB) is known color: Air Force Blue. HEX triplet: 56, 8F and AB. RGB value is (86,143,171). Sum of RGB (Red+Green+Blue) = 86+143+171=400 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.5% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: blue. Hex color #568FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568FAB is #A97054. Grayscale: #808080. Windows color (decimal): -11104341 or 11243350. OLE color: 11243350.
HSL color Cylindrical-coordinate representation of color #568FAB: hue angle of 199.76º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #568FAB is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 143 | 171 | - |
| CMYK | 0.50 | 0.16 | 0 | 0.33 |
| HSL | 199.76º | 0.34% | 0.5% | - |
| HSV(B) | 199.76º | 0.5% | 0.67% | - |
| XYZ | 21.01 | 24.56 | 42.16 | - |
| YUV | 129.15 | 151.62 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 143 | 171 | 0.50 | 0.16 | 0 | 0.33 | 199.76 | 0.34 | 0.5 |
| Hex | 56 | 8F | AB | 32 | 10 | 0 | 21 | C8 | 22 | 32 |
| Octal | 126 | 217 | 253 | 62 | 20 | 0 | 41 | 310 | 42 | 62 |
| Binary | 1010110 | 10001111 | 10101011 | 110010 | 10000 | 0 | 100001 | 11001000 | 100010 | 110010 |
Color Harmonies of #568FAB
Complementary color
Monochromatic Colors of #568FAB
Black with #568FAB
Text Example
Text Example
White with #568FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568FAB; }
p { color: rgb(86,143,171); }
H1.HeaderClassName
{
color: #568FAB;
}
.AnyTagClassName
{
color: #568FAB;
}
</style>
background-color css
<style>
a { background-color: #568FAB; }
a { background-color: rgb(86,143,171); }
div.DivClassName
{
background-color: #568FAB;
}
.BgClassName
{
background-color: #568FAB;
}
</style>
border-color css
<style>
span { border-color: #568FAB; }
span { border-color: rgb(86,143,171); }
td.TdClassName
{
border-color: #568FAB;
}
.TagClassName
{
border-color: #568FAB;
}
</style>