#568FB1

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

Shades of Air Force Blue #568FB1

Tints of Air Force Blue #568FB1

Color information

#568FB1 (or 0x568FB1) is unknown color: approx Air Force Blue. HEX triplet: 56, 8F and B1. RGB value is (86,143,177). Sum of RGB (Red+Green+Blue) = 86+143+177=406 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.18% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 177 (69.53% from 255 or 43.60% from 406); Max value from RGB is 177 - color contains mainly: blue. Hex color #568FB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568FB1 is #A9704E. Grayscale: #818181. Windows color (decimal): -11104335 or 11636566. OLE color: 11636566.

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

Color convert

RGB86143177-
CMYK0.510.1900.31
HSL202.42º36.84%51.57%-
HSV(B)202.42º51.41%69.41%-
XYZ21.624.845.24-
YUV129.83154.6296.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.18%
GREEN value IS 143 (56.25% from 255) = 35.22%
BLUE value IS 177 (69.53% from 255) = 43.60%
R=21.18%
G=35.22%
B=43.60%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal861431770.510.1900.31202.4236.8451.57
Hex568FB1331301Fca2534
Octal12621726163230373124564
Binary101011010001111101100011100111001101111111001010100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,143,177); }

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

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

 a { background-color: rgb(86,143,177); }

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

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

 span { border-color: rgb(86,143,177); }

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