Shades of Air Force Blue #568DA1
Tints of Air Force Blue #568DA1
RGB
CMYK
RGB Variations
Color information
#568DA1 (or 0x568DA1) is known color: Air Force Blue. HEX triplet: 56, 8D and A1. RGB value is (86,141,161). Sum of RGB (Red+Green+Blue) = 86+141+161=388 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.16% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 161 (63.28% from 255 or 41.49% from 388); Max value from RGB is 161 - color contains mainly: blue. Hex color #568DA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568DA1 is #A9725E. Grayscale: #7E7E7E. Windows color (decimal): -11104863 or 10587478. OLE color: 10587478.
HSL color Cylindrical-coordinate representation of color #568DA1: hue angle of 196º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #568DA1 is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 86 | 141 | 161 | - |
| CMYK | 0.47 | 0.12 | 0 | 0.37 |
| HSL | 196º | 0.3% | 0.48% | - |
| HSV(B) | 196º | 0.47% | 0.63% | - |
| XYZ | 19.8 | 23.6 | 37.23 | - |
| YUV | 126.84 | 147.28 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 141 | 161 | 0.47 | 0.12 | 0 | 0.37 | 196 | 0.3 | 0.48 |
| Hex | 56 | 8D | A1 | 2F | C | 0 | 25 | C4 | 1E | 30 |
| Octal | 126 | 215 | 241 | 57 | 14 | 0 | 45 | 304 | 36 | 60 |
| Binary | 1010110 | 10001101 | 10100001 | 101111 | 1100 | 0 | 100101 | 11000100 | 11110 | 110000 |
Color Harmonies of #568DA1
Complementary color
Monochromatic Colors of #568DA1
Black with #568DA1
Text Example
Text Example
White with #568DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568DA1; }
p { color: rgb(86,141,161); }
H1.HeaderClassName
{
color: #568DA1;
}
.AnyTagClassName
{
color: #568DA1;
}
</style>
background-color css
<style>
a { background-color: #568DA1; }
a { background-color: rgb(86,141,161); }
div.DivClassName
{
background-color: #568DA1;
}
.BgClassName
{
background-color: #568DA1;
}
</style>
border-color css
<style>
span { border-color: #568DA1; }
span { border-color: rgb(86,141,161); }
td.TdClassName
{
border-color: #568DA1;
}
.TagClassName
{
border-color: #568DA1;
}
</style>