#568CA7

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

Shades of Air Force Blue #568CA7

Tints of Air Force Blue #568CA7

Color information

#568CA7 (or 0x568CA7) is unknown color: approx Air Force Blue. HEX triplet: 56, 8C and A7. RGB value is (86,140,167). Sum of RGB (Red+Green+Blue) = 86+140+167=393 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.88% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 167 (65.62% from 255 or 42.49% from 393); Max value from RGB is 167 - color contains mainly: blue. Hex color #568CA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568CA7 is #A97358. Grayscale: #7E7E7E. Windows color (decimal): -11105113 or 10980438. OLE color: 10980438.

HSL color Cylindrical-coordinate representation of color #568CA7: hue angle of 200º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #568CA7 is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB86140167-
CMYK0.490.1600.35
HSL200º32.02%49.61%-
HSV(B)200º48.5%65.49%-
XYZ20.1923.5240.04-
YUV126.93150.6198.8-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.88%
GREEN value IS 140 (55.08% from 255) = 35.62%
BLUE value IS 167 (65.62% from 255) = 42.49%
R=21.88%
G=35.62%
B=42.49%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal861401670.490.1600.3520032.0249.61
Hex568CA73110023c82032
Octal12621424761200433104062
Binary1010110100011001010011111000110000010001111001000100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,140,167); }

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

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

 a { background-color: rgb(86,140,167); }

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

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

 span { border-color: rgb(86,140,167); }

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