#568EAB

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

Shades of Air Force Blue #568EAB

Tints of Air Force Blue #568EAB

Color information

#568EAB (or 0x568EAB) is unknown color: approx Air Force Blue. HEX triplet: 56, 8E and AB. RGB value is (86,142,171). Sum of RGB (Red+Green+Blue) = 86+142+171=399 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.55% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #568EAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568EAB is #A97154. Grayscale: #808080. Windows color (decimal): -11104597 or 11243094. OLE color: 11243094.

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

Color convert

RGB86142171-
CMYK0.500.1700.33
HSL200.47º33.6%50.39%-
HSV(B)200.47º49.71%67.06%-
XYZ20.8624.2642.11-
YUV128.56151.9597.64-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.55%
GREEN value IS 142 (55.86% from 255) = 35.59%
BLUE value IS 171 (67.19% from 255) = 42.86%
R=21.55%
G=35.59%
B=42.86%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal861421710.500.1700.33200.4733.650.39
Hex568EAB3211021c82232
Octal12621625362210413104262
Binary1010110100011101010101111001010001010000111001000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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