Shades of Air Force Blue #568FAE
Tints of Air Force Blue #568FAE
RGB
CMYK
RGB Variations
Color information
#568FAE (or 0x568FAE) is known color: Air Force Blue. HEX triplet: 56, 8F and AE. RGB value is (86,143,174). Sum of RGB (Red+Green+Blue) = 86+143+174=403 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.34% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 174 - color contains mainly: blue. Hex color #568FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568FAE is #A97051. Grayscale: #818181. Windows color (decimal): -11104338 or 11439958. OLE color: 11439958.
HSL color Cylindrical-coordinate representation of color #568FAE: hue angle of 201.14º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #568FAE is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 86 | 143 | 174 | - |
| CMYK | 0.51 | 0.18 | 0 | 0.32 |
| HSL | 201.14º | 0.35% | 0.51% | - |
| HSV(B) | 201.14º | 0.51% | 0.68% | - |
| XYZ | 21.3 | 24.68 | 43.69 | - |
| YUV | 129.49 | 153.12 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 143 | 174 | 0.51 | 0.18 | 0 | 0.32 | 201.14 | 0.35 | 0.51 |
| Hex | 56 | 8F | AE | 33 | 12 | 0 | 20 | C9 | 23 | 33 |
| Octal | 126 | 217 | 256 | 63 | 22 | 0 | 40 | 311 | 43 | 63 |
| Binary | 1010110 | 10001111 | 10101110 | 110011 | 10010 | 0 | 100000 | 11001001 | 100011 | 110011 |
Color Harmonies of #568FAE
Complementary color
Monochromatic Colors of #568FAE
Black with #568FAE
Text Example
Text Example
White with #568FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568FAE; }
p { color: rgb(86,143,174); }
H1.HeaderClassName
{
color: #568FAE;
}
.AnyTagClassName
{
color: #568FAE;
}
</style>
background-color css
<style>
a { background-color: #568FAE; }
a { background-color: rgb(86,143,174); }
div.DivClassName
{
background-color: #568FAE;
}
.BgClassName
{
background-color: #568FAE;
}
</style>
border-color css
<style>
span { border-color: #568FAE; }
span { border-color: rgb(86,143,174); }
td.TdClassName
{
border-color: #568FAE;
}
.TagClassName
{
border-color: #568FAE;
}
</style>