#568CB4

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

Shades of Air Force Blue #568CB4

Tints of Air Force Blue #568CB4

Color information

#568CB4 (or 0x568CB4) is unknown color: approx Air Force Blue. HEX triplet: 56, 8C and B4. RGB value is (86,140,180). Sum of RGB (Red+Green+Blue) = 86+140+180=406 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.18% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 180 (70.70% from 255 or 44.33% from 406); Max value from RGB is 180 - color contains mainly: blue. Hex color #568CB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568CB4 is #A9734B. Grayscale: #808080. Windows color (decimal): -11105100 or 11832406. OLE color: 11832406.

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

Color convert

RGB86140180-
CMYK0.520.2200.29
HSL205.53º38.52%52.16%-
HSV(B)205.53º52.22%70.59%-
XYZ21.4524.0346.69-
YUV128.41157.1197.75-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.18%
GREEN value IS 140 (55.08% from 255) = 34.48%
BLUE value IS 180 (70.70% from 255) = 44.33%
R=21.18%
G=34.48%
B=44.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal861401800.520.2200.29205.5338.5252.16
Hex568CB4341601Dce2734
Octal12621426464260353164764
Binary101011010001100101101001101001011001110111001110100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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