Html Css Color HEX #5E8FAA Air Force Blue

📋 copy color: '#5E8FAA'

red 94 ◦ green 143 ◦ blue 170

#5E8FAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Air Force Blue #5E8FAA

Tints of Air Force Blue #5E8FAA

RGB

 RED value IS 94 (37.11% from 255) = 23.1%

 GREEN value IS 143 (56.25% from 255) = 35.14%

 BLUE value IS 170 (66.8% from 255) = 41.77%

R = 23.1%
G = 35.14%
B = 41.77%

CMYK

 C value IS 0.45

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E8FAA (or 0x5E8FAA) is known color: Air Force Blue. HEX triplet: 5E, 8F and AA. RGB value is (94,143,170). Sum of RGB (Red+Green+Blue) = 94+143+170=407 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.10% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E8FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E8FAA is #A17055. Grayscale: #838383. Windows color (decimal): -10580054 or 11177822. OLE color: 11177822.

HSL color Cylindrical-coordinate representation of color #5E8FAA: hue angle of 201.32º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5E8FAA is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 143 170 -
CMYK 0.45 0.16 0 0.33
HSL 201.32º 0.31% 0.52% -
HSV(B) 201.32º 0.45% 0.67% -
XYZ 21.69 24.93 41.7 -
YUV 131.43 149.77 101.3 -
System Red Green Blue C M Y K H S L
Decimal 94 143 170 0.45 0.16 0 0.33 201.32 0.31 0.52
Hex 5E 8F AA 2D 10 0 21 C9 1F 34
Octal 136 217 252 55 20 0 41 311 37 64
Binary 1011110 10001111 10101010 101101 10000 0 100001 11001001 11111 110100

Color Harmonies of #5E8FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8FAA

Black with #5E8FAA

Text Example


Text Example

White with #5E8FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E8FAA;
 }
 .AnyTagClassName
 {
   color: #5E8FAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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