#568CB3

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

Shades of Air Force Blue #568CB3

Tints of Air Force Blue #568CB3

Color information

#568CB3 (or 0x568CB3) is unknown color: approx Air Force Blue. HEX triplet: 56, 8C and B3. RGB value is (86,140,179). Sum of RGB (Red+Green+Blue) = 86+140+179=405 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.23% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 179 (70.31% from 255 or 44.20% from 405); Max value from RGB is 179 - color contains mainly: blue. Hex color #568CB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568CB3 is #A9734C. Grayscale: #808080. Windows color (decimal): -11105101 or 11766870. OLE color: 11766870.

HSL color Cylindrical-coordinate representation of color #568CB3: hue angle of 205.16º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #568CB3 is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB86140179-
CMYK0.520.2200.30
HSL205.16º37.96%51.96%-
HSV(B)205.16º51.96%70.2%-
XYZ21.3523.9946.15-
YUV128.3156.6197.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.23%
GREEN value IS 140 (55.08% from 255) = 34.57%
BLUE value IS 179 (70.31% from 255) = 44.20%
R=21.23%
G=34.57%
B=44.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal861401790.520.2200.30205.1637.9651.96
Hex568CB3341601Ecd2634
Octal12621426364260363154664
Binary101011010001100101100111101001011001111011001101100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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