#5F8EAD

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

Shades of Air Force Blue #5F8EAD

Tints of Air Force Blue #5F8EAD

Color information

#5F8EAD (or 0x5F8EAD) is unknown color: approx Air Force Blue. HEX triplet: 5F, 8E and AD. RGB value is (95,142,173). Sum of RGB (Red+Green+Blue) = 95+142+173=410 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.17% from 410); Green value is 142 (55.86% from 255 or 34.63% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 173 - color contains mainly: blue. Hex color #5F8EAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F8EAD is #A07152. Grayscale: #838383. Windows color (decimal): -10514771 or 11374175. OLE color: 11374175.

HSL color Cylindrical-coordinate representation of color #5F8EAD: hue angle of 203.85º 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 #5F8EAD is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB95142173-
CMYK0.450.1800.32
HSL203.85º32.23%52.55%-
HSV(B)203.85º45.09%67.84%-
XYZ21.9424.843.17-
YUV131.48151.43101.98-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.17%
GREEN value IS 142 (55.86% from 255) = 34.63%
BLUE value IS 173 (67.97% from 255) = 42.20%
R=23.17%
G=34.63%
B=42.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal951421730.450.1800.32203.8532.2352.55
Hex5F8EAD2D12020cc2035
Octal13721625555220403144065
Binary1011111100011101010110110110110010010000011001100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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