#5E8DAE

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

Shades of Air Force Blue #5E8DAE

Tints of Air Force Blue #5E8DAE

Color information

#5E8DAE (or 0x5E8DAE) is unknown color: approx Air Force Blue. HEX triplet: 5E, 8D and AE. RGB value is (94,141,174). Sum of RGB (Red+Green+Blue) = 94+141+174=409 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.98% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 174 - color contains mainly: blue. Hex color #5E8DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E8DAE is #A17251. Grayscale: #828282. Windows color (decimal): -10580562 or 11439454. OLE color: 11439454.

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

Color convert

RGB94141174-
CMYK0.460.1900.32
HSL204.75º33.06%52.55%-
HSV(B)204.75º45.98%68.24%-
XYZ21.7824.4943.62-
YUV130.71152.43101.82-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.98%
GREEN value IS 141 (55.47% from 255) = 34.47%
BLUE value IS 174 (68.36% from 255) = 42.54%
R=22.98%
G=34.47%
B=42.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal941411740.460.1900.32204.7533.0652.55
Hex5E8DAE2E13020cd2135
Octal13621525656230403154165
Binary1011110100011011010111010111010011010000011001101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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