Shades of Air Force Blue #568CAE
Tints of Air Force Blue #568CAE
RGB
CMYK
RGB Variations
Color information
#568CAE (or 0x568CAE) is known color: Air Force Blue. HEX triplet: 56, 8C and AE. RGB value is (86,140,174). Sum of RGB (Red+Green+Blue) = 86+140+174=400 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.5% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 174 - color contains mainly: blue. Hex color #568CAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568CAE is #A97351. Grayscale: #7F7F7F. Windows color (decimal): -11105106 or 11439190. OLE color: 11439190.
HSL color Cylindrical-coordinate representation of color #568CAE: hue angle of 203.18º 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 #568CAE is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 86 | 140 | 174 | - |
| CMYK | 0.51 | 0.20 | 0 | 0.32 |
| HSL | 203.18º | 0.35% | 0.51% | - |
| HSV(B) | 203.18º | 0.51% | 0.68% | - |
| XYZ | 20.86 | 23.79 | 43.54 | - |
| YUV | 127.73 | 154.11 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 140 | 174 | 0.51 | 0.20 | 0 | 0.32 | 203.18 | 0.35 | 0.51 |
| Hex | 56 | 8C | AE | 33 | 14 | 0 | 20 | CB | 23 | 33 |
| Octal | 126 | 214 | 256 | 63 | 24 | 0 | 40 | 313 | 43 | 63 |
| Binary | 1010110 | 10001100 | 10101110 | 110011 | 10100 | 0 | 100000 | 11001011 | 100011 | 110011 |
Color Harmonies of #568CAE
Complementary color
Monochromatic Colors of #568CAE
Black with #568CAE
Text Example
Text Example
White with #568CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568CAE; }
p { color: rgb(86,140,174); }
H1.HeaderClassName
{
color: #568CAE;
}
.AnyTagClassName
{
color: #568CAE;
}
</style>
background-color css
<style>
a { background-color: #568CAE; }
a { background-color: rgb(86,140,174); }
div.DivClassName
{
background-color: #568CAE;
}
.BgClassName
{
background-color: #568CAE;
}
</style>
border-color css
<style>
span { border-color: #568CAE; }
span { border-color: rgb(86,140,174); }
td.TdClassName
{
border-color: #568CAE;
}
.TagClassName
{
border-color: #568CAE;
}
</style>