#568FB4

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

Shades of Air Force Blue #568FB4

Tints of Air Force Blue #568FB4

Color information

#568FB4 (or 0x568FB4) is unknown color: approx Air Force Blue. HEX triplet: 56, 8F and B4. RGB value is (86,143,180). Sum of RGB (Red+Green+Blue) = 86+143+180=409 (54% of max value = 765). Red value is 86 (33.98% from 255 or 21.03% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 180 (70.70% from 255 or 44.01% from 409); Max value from RGB is 180 - color contains mainly: blue. Hex color #568FB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568FB4 is #A9704B. Grayscale: #818181. Windows color (decimal): -11104332 or 11833174. OLE color: 11833174.

HSL color Cylindrical-coordinate representation of color #568FB4: hue angle of 203.62º 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 #568FB4 is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB86143180-
CMYK0.520.2100.29
HSL203.62º38.52%52.16%-
HSV(B)203.62º52.22%70.59%-
XYZ21.924.9246.84-
YUV130.17156.1296.49-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.03%
GREEN value IS 143 (56.25% from 255) = 34.96%
BLUE value IS 180 (70.70% from 255) = 44.01%
R=21.03%
G=34.96%
B=44.01%

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
Decimal861431800.520.2100.29203.6238.5252.16
Hex568FB4341501Dcc2734
Octal12621726464250353144764
Binary101011010001111101101001101001010101110111001100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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