#568FB3

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

Shades of Air Force Blue #568FB3

Tints of Air Force Blue #568FB3

Color information

#568FB3 (or 0x568FB3) is unknown color: approx Air Force Blue. HEX triplet: 56, 8F and B3. RGB value is (86,143,179). Sum of RGB (Red+Green+Blue) = 86+143+179=408 (54% of max value = 765). Red value is 86 (33.98% from 255 or 21.08% from 408); Green value is 143 (56.25% from 255 or 35.05% from 408); Blue value is 179 (70.31% from 255 or 43.87% from 408); Max value from RGB is 179 - color contains mainly: blue. Hex color #568FB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568FB3 is #A9704C. Grayscale: #818181. Windows color (decimal): -11104333 or 11767638. OLE color: 11767638.

HSL color Cylindrical-coordinate representation of color #568FB3: hue angle of 203.23º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #568FB3 is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB86143179-
CMYK0.520.2000.30
HSL203.23º37.96%51.96%-
HSV(B)203.23º51.96%70.2%-
XYZ21.824.8846.3-
YUV130.06155.6296.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.08%
GREEN value IS 143 (56.25% from 255) = 35.05%
BLUE value IS 179 (70.31% from 255) = 43.87%
R=21.08%
G=35.05%
B=43.87%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal861431790.520.2000.30203.2337.9651.96
Hex568FB3341401Ecb2634
Octal12621726364240363134664
Binary101011010001111101100111101001010001111011001011100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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