#568EB6

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

Shades of Air Force Blue #568EB6

Tints of Air Force Blue #568EB6

Color information

#568EB6 (or 0x568EB6) is unknown color: approx Air Force Blue. HEX triplet: 56, 8E and B6. RGB value is (86,142,182). Sum of RGB (Red+Green+Blue) = 86+142+182=410 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.98% from 410); Green value is 142 (55.86% from 255 or 34.63% from 410); Blue value is 182 (71.48% from 255 or 44.39% from 410); Max value from RGB is 182 - color contains mainly: blue. Hex color #568EB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568EB6 is #A97149. Grayscale: #818181. Windows color (decimal): -11104586 or 11963990. OLE color: 11963990.

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

Color convert

RGB86142182-
CMYK0.530.2200.29
HSL205º39.67%52.55%-
HSV(B)205º52.75%71.37%-
XYZ21.9524.747.87-
YUV129.82157.4596.75-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.98%
GREEN value IS 142 (55.86% from 255) = 34.63%
BLUE value IS 182 (71.48% from 255) = 44.39%
R=20.98%
G=34.63%
B=44.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal861421820.530.2200.2920539.6752.55
Hex568EB6351601Dcd2835
Octal12621626665260353155065
Binary101011010001110101101101101011011001110111001101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,142,182); }

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

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

 a { background-color: rgb(86,142,182); }

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

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

 span { border-color: rgb(86,142,182); }

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