#568BAD

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

Shades of Air Force Blue #568BAD

Tints of Air Force Blue #568BAD

Color information

#568BAD (or 0x568BAD) is unknown color: approx Air Force Blue. HEX triplet: 56, 8B and AD. RGB value is (86,139,173). Sum of RGB (Red+Green+Blue) = 86+139+173=398 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.61% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 173 - color contains mainly: blue. Hex color #568BAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568BAD is #A97452. Grayscale: #7E7E7E. Windows color (decimal): -11105363 or 11373398. OLE color: 11373398.

HSL color Cylindrical-coordinate representation of color #568BAD: hue angle of 203.45º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #568BAD is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB86139173-
CMYK0.500.2000.32
HSL203.45º34.66%50.78%-
HSV(B)203.45º50.29%67.84%-
XYZ20.6123.4642.98-
YUV127.03153.9498.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.61%
GREEN value IS 139 (54.69% from 255) = 34.92%
BLUE value IS 173 (67.97% from 255) = 43.47%
R=21.61%
G=34.92%
B=43.47%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal861391730.500.2000.32203.4534.6650.78
Hex568BAD3214020cb2333
Octal12621325562240403134363
Binary1010110100010111010110111001010100010000011001011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,139,173); }

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

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

 a { background-color: rgb(86,139,173); }

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

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

 span { border-color: rgb(86,139,173); }

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