Shades of Air Force Blue #568EAE
Tints of Air Force Blue #568EAE
RGB
CMYK
RGB Variations
Color information
#568EAE (or 0x568EAE) is known color: Air Force Blue. HEX triplet: 56, 8E and AE. RGB value is (86,142,174). Sum of RGB (Red+Green+Blue) = 86+142+174=402 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.39% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 174 (68.36% from 255 or 43.28% from 402); Max value from RGB is 174 - color contains mainly: blue. Hex color #568EAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568EAE is #A97151. Grayscale: #808080. Windows color (decimal): -11104594 or 11439702. OLE color: 11439702.
HSL color Cylindrical-coordinate representation of color #568EAE: hue angle of 201.82º 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 #568EAE is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 86 | 142 | 174 | - |
| CMYK | 0.51 | 0.18 | 0 | 0.32 |
| HSL | 201.82º | 0.35% | 0.51% | - |
| HSV(B) | 201.82º | 0.51% | 0.68% | - |
| XYZ | 21.15 | 24.38 | 43.64 | - |
| YUV | 128.9 | 153.45 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 142 | 174 | 0.51 | 0.18 | 0 | 0.32 | 201.82 | 0.35 | 0.51 |
| Hex | 56 | 8E | AE | 33 | 12 | 0 | 20 | CA | 23 | 33 |
| Octal | 126 | 216 | 256 | 63 | 22 | 0 | 40 | 312 | 43 | 63 |
| Binary | 1010110 | 10001110 | 10101110 | 110011 | 10010 | 0 | 100000 | 11001010 | 100011 | 110011 |
Color Harmonies of #568EAE
Complementary color
Monochromatic Colors of #568EAE
Black with #568EAE
Text Example
Text Example
White with #568EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568EAE; }
p { color: rgb(86,142,174); }
H1.HeaderClassName
{
color: #568EAE;
}
.AnyTagClassName
{
color: #568EAE;
}
</style>
background-color css
<style>
a { background-color: #568EAE; }
a { background-color: rgb(86,142,174); }
div.DivClassName
{
background-color: #568EAE;
}
.BgClassName
{
background-color: #568EAE;
}
</style>
border-color css
<style>
span { border-color: #568EAE; }
span { border-color: rgb(86,142,174); }
td.TdClassName
{
border-color: #568EAE;
}
.TagClassName
{
border-color: #568EAE;
}
</style>