#5E8FAE

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

Shades of Air Force Blue #5E8FAE

Tints of Air Force Blue #5E8FAE

Color information

#5E8FAE (or 0x5E8FAE) is unknown color: approx Air Force Blue. HEX triplet: 5E, 8F and AE. RGB value is (94,143,174). Sum of RGB (Red+Green+Blue) = 94+143+174=411 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.87% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: blue. Hex color #5E8FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E8FAE is #A17051. Grayscale: #838383. Windows color (decimal): -10580050 or 11439966. OLE color: 11439966.

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

Color convert

RGB94143174-
CMYK0.460.1800.32
HSL203.25º33.06%52.55%-
HSV(B)203.25º45.98%68.24%-
XYZ22.0825.0843.72-
YUV131.88151.77100.98-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.87%
GREEN value IS 143 (56.25% from 255) = 34.79%
BLUE value IS 174 (68.36% from 255) = 42.34%
R=22.87%
G=34.79%
B=42.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal941431740.460.1800.32203.2533.0652.55
Hex5E8FAE2E12020cb2135
Octal13621725656220403134165
Binary1011110100011111010111010111010010010000011001011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,143,174); }

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

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

 a { background-color: rgb(94,143,174); }

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

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

 span { border-color: rgb(94,143,174); }

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