Html Css Color HEX #5F8AAE Air Force Blue

📋 copy color: '#5F8AAE'

red 95 ◦ green 138 ◦ blue 174

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

Shades of Air Force Blue #5F8AAE

Tints of Air Force Blue #5F8AAE

RGB

 RED value IS 95 (37.5% from 255) = 23.34%

 GREEN value IS 138 (54.3% from 255) = 33.91%

 BLUE value IS 174 (68.36% from 255) = 42.75%

R = 23.34%
G = 33.91%
B = 42.75%

CMYK

 C value IS 0.45

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5F8AAE (or 0x5F8AAE) is known color: Air Force Blue. HEX triplet: 5F, 8A and AE. RGB value is (95,138,174). Sum of RGB (Red+Green+Blue) = 95+138+174=407 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.34% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 174 - color contains mainly: blue. Hex color #5F8AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F8AAE is #A07551. Grayscale: #818181. Windows color (decimal): -10515794 or 11438687. OLE color: 11438687.

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

Color convert

RGB 95 138 174 -
CMYK 0.45 0.21 0 0.32
HSL 207.34º 0.33% 0.53% -
HSV(B) 207.34º 0.45% 0.68% -
XYZ 21.45 23.67 43.48 -
YUV 129.25 153.25 103.57 -
System Red Green Blue C M Y K H S L
Decimal 95 138 174 0.45 0.21 0 0.32 207.34 0.33 0.53
Hex 5F 8A AE 2D 15 0 20 CF 21 35
Octal 137 212 256 55 25 0 40 317 41 65
Binary 1011111 10001010 10101110 101101 10101 0 100000 11001111 100001 110101

Color Harmonies of #5F8AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F8AAE

Black with #5F8AAE

Text Example


Text Example

White with #5F8AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,138,174); }

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

background-color css

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

 a { background-color: rgb(95,138,174); }

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

border-color css

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

 span { border-color: rgb(95,138,174); }

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