#568CA3

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

Shades of Air Force Blue #568CA3

Tints of Air Force Blue #568CA3

Color information

#568CA3 (or 0x568CA3) is unknown color: approx Air Force Blue. HEX triplet: 56, 8C and A3. RGB value is (86,140,163). Sum of RGB (Red+Green+Blue) = 86+140+163=389 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.11% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 163 (64.06% from 255 or 41.90% from 389); Max value from RGB is 163 - color contains mainly: blue. Hex color #568CA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568CA3 is #A9735C. Grayscale: #7E7E7E. Windows color (decimal): -11105117 or 10718294. OLE color: 10718294.

HSL color Cylindrical-coordinate representation of color #568CA3: hue angle of 197.92º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #568CA3 is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB86140163-
CMYK0.470.1400.36
HSL197.92º30.92%48.82%-
HSV(B)197.92º47.24%63.92%-
XYZ19.8323.3838.12-
YUV126.48148.6199.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.11%
GREEN value IS 140 (55.08% from 255) = 35.99%
BLUE value IS 163 (64.06% from 255) = 41.90%
R=22.11%
G=35.99%
B=41.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal861401630.470.1400.36197.9230.9248.82
Hex568CA32FE024c61f31
Octal12621424357160443063761
Binary10101101000110010100011101111111001001001100011011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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