#568FB5

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

Shades of Air Force Blue #568FB5

Tints of Air Force Blue #568FB5

Color information

#568FB5 (or 0x568FB5) is unknown color: approx Air Force Blue. HEX triplet: 56, 8F and B5. RGB value is (86,143,181). Sum of RGB (Red+Green+Blue) = 86+143+181=410 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.98% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 181 (71.09% from 255 or 44.15% from 410); Max value from RGB is 181 - color contains mainly: blue. Hex color #568FB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568FB5 is #A9704A. Grayscale: #828282. Windows color (decimal): -11104331 or 11898710. OLE color: 11898710.

HSL color Cylindrical-coordinate representation of color #568FB5: hue angle of 204º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #568FB5 is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB86143181-
CMYK0.520.2100.29
HSL204º39.09%52.35%-
HSV(B)204º52.49%70.98%-
XYZ2224.9647.37-
YUV130.29156.6296.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.98%
GREEN value IS 143 (56.25% from 255) = 34.88%
BLUE value IS 181 (71.09% from 255) = 44.15%
R=20.98%
G=34.88%
B=44.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal861431810.520.2100.2920439.0952.35
Hex568FB5341501Dcc2734
Octal12621726564250353144764
Binary101011010001111101101011101001010101110111001100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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