#568AAB

Color #568AAB Air Force Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Air Force Blue #568AAB

Tints of Air Force Blue #568AAB

Color information

#568AAB (or 0x568AAB) is unknown color: approx Air Force Blue. HEX triplet: 56, 8A and AB. RGB value is (86,138,171). Sum of RGB (Red+Green+Blue) = 86+138+171=395 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.77% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #568AAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568AAB is #A97554. Grayscale: #7E7E7E. Windows color (decimal): -11105621 or 11242070. OLE color: 11242070.

HSL color Cylindrical-coordinate representation of color #568AAB: hue angle of 203.29º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #568AAB is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB86138171-
CMYK0.500.1900.33
HSL203.29º33.6%50.39%-
HSV(B)203.29º49.71%67.06%-
XYZ20.2823.141.92-
YUV126.21153.2799.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 21.77%
GREEN value IS 138 (54.30% from 255) = 34.94%
BLUE value IS 171 (67.19% from 255) = 43.29%
R=21.77%
G=34.94%
B=43.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal861381710.500.1900.33203.2933.650.39
Hex568AAB3213021cb2232
Octal12621225362230413134262
Binary1010110100010101010101111001010011010000111001011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568AAB; }

 p { color: rgb(86,138,171); }

 H1.HeaderClassName
 {
   color: #568AAB;
 }
 .AnyTagClassName
 {
   color: #568AAB;
 }
</style>
background-color css

<style>
 a { background-color: #568AAB; }

 a { background-color: rgb(86,138,171); }

 div.DivClassName
 {
   background-color: #568AAB;
 }
 .BgClassName
 {
   background-color: #568AAB;
 }
</style>
border-color css

<style>
 span { border-color: #568AAB; }

 span { border-color: rgb(86,138,171); }

 td.TdClassName
 {
   border-color: #568AAB;
 }
 .TagClassName
 {
   border-color: #568AAB;
 }
</style>