Shades of Air Force Blue #568DAC
Tints of Air Force Blue #568DAC
RGB
CMYK
RGB Variations
Color information
#568DAC (or 0x568DAC) is known color: Air Force Blue. HEX triplet: 56, 8D and AC. RGB value is (86,141,172). Sum of RGB (Red+Green+Blue) = 86+141+172=399 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.55% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #568DAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568DAC is #A97253. Grayscale: #7F7F7F. Windows color (decimal): -11104852 or 11308374. OLE color: 11308374.
HSL color Cylindrical-coordinate representation of color #568DAC: hue angle of 201.63º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #568DAC is Cyan = 0.5, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 141 | 172 | - |
| CMYK | 0.5 | 0.18 | 0 | 0.33 |
| HSL | 201.63º | 0.34% | 0.51% | - |
| HSV(B) | 201.63º | 0.5% | 0.67% | - |
| XYZ | 20.81 | 24.01 | 42.57 | - |
| YUV | 128.09 | 152.78 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 141 | 172 | 0.5 | 0.18 | 0 | 0.33 | 201.63 | 0.34 | 0.51 |
| Hex | 56 | 8D | AC | 32 | 12 | 0 | 21 | CA | 22 | 33 |
| Octal | 126 | 215 | 254 | 62 | 22 | 0 | 41 | 312 | 42 | 63 |
| Binary | 1010110 | 10001101 | 10101100 | 110010 | 10010 | 0 | 100001 | 11001010 | 100010 | 110011 |
Color Harmonies of #568DAC
Complementary color
Monochromatic Colors of #568DAC
Black with #568DAC
Text Example
Text Example
White with #568DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568DAC; }
p { color: rgb(86,141,172); }
H1.HeaderClassName
{
color: #568DAC;
}
.AnyTagClassName
{
color: #568DAC;
}
</style>
background-color css
<style>
a { background-color: #568DAC; }
a { background-color: rgb(86,141,172); }
div.DivClassName
{
background-color: #568DAC;
}
.BgClassName
{
background-color: #568DAC;
}
</style>
border-color css
<style>
span { border-color: #568DAC; }
span { border-color: rgb(86,141,172); }
td.TdClassName
{
border-color: #568DAC;
}
.TagClassName
{
border-color: #568DAC;
}
</style>