#5F8FAD

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

Shades of Air Force Blue #5F8FAD

Tints of Air Force Blue #5F8FAD

Color information

#5F8FAD (or 0x5F8FAD) is unknown color: approx Air Force Blue. HEX triplet: 5F, 8F and AD. RGB value is (95,143,173). Sum of RGB (Red+Green+Blue) = 95+143+173=411 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.11% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 173 - color contains mainly: blue. Hex color #5F8FAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F8FAD is #A07052. Grayscale: #838383. Windows color (decimal): -10514515 or 11374431. OLE color: 11374431.

HSL color Cylindrical-coordinate representation of color #5F8FAD: hue angle of 203.08º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5F8FAD is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB95143173-
CMYK0.450.1700.32
HSL203.08º32.23%52.55%-
HSV(B)203.08º45.09%67.84%-
XYZ22.0825.0943.21-
YUV132.07151.1101.56-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.11%
GREEN value IS 143 (56.25% from 255) = 34.79%
BLUE value IS 173 (67.97% from 255) = 42.09%
R=23.11%
G=34.79%
B=42.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal951431730.450.1700.32203.0832.2352.55
Hex5F8FAD2D11020cb2035
Octal13721725555210403134065
Binary1011111100011111010110110110110001010000011001011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F8FAD; }

 p { color: rgb(95,143,173); }

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

<style>
 a { background-color: #5F8FAD; }

 a { background-color: rgb(95,143,173); }

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

<style>
 span { border-color: #5F8FAD; }

 span { border-color: rgb(95,143,173); }

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