#568EA9

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

Shades of Air Force Blue #568EA9

Tints of Air Force Blue #568EA9

Color information

#568EA9 (or 0x568EA9) is unknown color: approx Air Force Blue. HEX triplet: 56, 8E and A9. RGB value is (86,142,169). Sum of RGB (Red+Green+Blue) = 86+142+169=397 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.66% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 169 (66.41% from 255 or 42.57% from 397); Max value from RGB is 169 - color contains mainly: blue. Hex color #568EA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568EA9 is #A97156. Grayscale: #808080. Windows color (decimal): -11104599 or 11112022. OLE color: 11112022.

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

Color convert

RGB86142169-
CMYK0.490.1600.34
HSL199.52º32.55%50%-
HSV(B)199.52º49.11%66.27%-
XYZ20.6724.1941.12-
YUV128.33150.9597.8-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.66%
GREEN value IS 142 (55.86% from 255) = 35.77%
BLUE value IS 169 (66.41% from 255) = 42.57%
R=21.66%
G=35.77%
B=42.57%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal861421690.490.1600.34199.5232.5550
Hex568EA93110022c82132
Octal12621625161200423104162
Binary1010110100011101010100111000110000010001011001000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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