#568FA4

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

Shades of Air Force Blue #568FA4

Tints of Air Force Blue #568FA4

Color information

#568FA4 (or 0x568FA4) is unknown color: approx Air Force Blue. HEX triplet: 56, 8F and A4. RGB value is (86,143,164). Sum of RGB (Red+Green+Blue) = 86+143+164=393 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.88% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 164 (64.45% from 255 or 41.73% from 393); Max value from RGB is 164 - color contains mainly: blue. Hex color #568FA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568FA4 is #A9705B. Grayscale: #808080. Windows color (decimal): -11104348 or 10784598. OLE color: 10784598.

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

Color convert

RGB86143164-
CMYK0.480.1300.36
HSL196.15º31.2%49.02%-
HSV(B)196.15º47.56%64.31%-
XYZ20.3624.338.74-
YUV128.35148.1297.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.88%
GREEN value IS 143 (56.25% from 255) = 36.39%
BLUE value IS 164 (64.45% from 255) = 41.73%
R=21.88%
G=36.39%
B=41.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal861431640.480.1300.36196.1531.249.02
Hex568FA430D024c41f31
Octal12621724460150443043761
Binary10101101000111110100100110000110101001001100010011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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