#5E8FA8

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

Shades of Air Force Blue #5E8FA8

Tints of Air Force Blue #5E8FA8

Color information

#5E8FA8 (or 0x5E8FA8) is unknown color: approx Air Force Blue. HEX triplet: 5E, 8F and A8. RGB value is (94,143,168). Sum of RGB (Red+Green+Blue) = 94+143+168=405 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.21% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 168 (66.02% from 255 or 41.48% from 405); Max value from RGB is 168 - color contains mainly: blue. Hex color #5E8FA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E8FA8 is #A17057. Grayscale: #838383. Windows color (decimal): -10580056 or 11046750. OLE color: 11046750.

HSL color Cylindrical-coordinate representation of color #5E8FA8: hue angle of 200.27º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5E8FA8 is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB94143168-
CMYK0.440.1500.34
HSL200.27º29.84%51.37%-
HSV(B)200.27º44.05%65.88%-
XYZ21.5124.8540.71-
YUV131.2148.77101.47-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.21%
GREEN value IS 143 (56.25% from 255) = 35.31%
BLUE value IS 168 (66.02% from 255) = 41.48%
R=23.21%
G=35.31%
B=41.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal941431680.440.1500.34200.2729.8451.37
Hex5E8FA82CF022c81e33
Octal13621725054170423103663
Binary10111101000111110101000101100111101000101100100011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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