#568CAF

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

Shades of Air Force Blue #568CAF

Tints of Air Force Blue #568CAF

Color information

#568CAF (or 0x568CAF) is unknown color: approx Air Force Blue. HEX triplet: 56, 8C and AF. RGB value is (86,140,175). Sum of RGB (Red+Green+Blue) = 86+140+175=401 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.45% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 175 - color contains mainly: blue. Hex color #568CAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568CAF is #A97350. Grayscale: #7F7F7F. Windows color (decimal): -11105105 or 11504726. OLE color: 11504726.

HSL color Cylindrical-coordinate representation of color #568CAF: hue angle of 203.6º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #568CAF is Cyan = 0.51, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB86140175-
CMYK0.510.200.31
HSL203.6º35.74%51.18%-
HSV(B)203.6º50.86%68.63%-
XYZ20.9523.8344.05-
YUV127.84154.6198.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.45%
GREEN value IS 140 (55.08% from 255) = 34.91%
BLUE value IS 175 (68.75% from 255) = 43.64%
R=21.45%
G=34.91%
B=43.64%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal861401750.510.200.31203.635.7451.18
Hex568CAF331401Fcc2433
Octal12621425763240373144463
Binary101011010001100101011111100111010001111111001100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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