Html Css Color HEX #5F8EAE Air Force Blue

📋 copy color: '#5F8EAE'

red 95 ◦ green 142 ◦ blue 174

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

Shades of Air Force Blue #5F8EAE

Tints of Air Force Blue #5F8EAE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.55%

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

R = 23.11%
G = 34.55%
B = 42.34%

CMYK

 C value IS 0.45

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5F8EAE (or 0x5F8EAE) is known color: Air Force Blue. HEX triplet: 5F, 8E and AE. RGB value is (95,142,174). Sum of RGB (Red+Green+Blue) = 95+142+174=411 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.11% from 411); Green value is 142 (55.86% from 255 or 34.55% 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 #5F8EAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F8EAE is #A07151. Grayscale: #838383. Windows color (decimal): -10514770 or 11439711. OLE color: 11439711.

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

Color convert

RGB 95 142 174 -
CMYK 0.45 0.18 0 0.32
HSL 204.3º 0.33% 0.53% -
HSV(B) 204.3º 0.45% 0.68% -
XYZ 22.03 24.83 43.68 -
YUV 131.6 151.93 101.9 -
System Red Green Blue C M Y K H S L
Decimal 95 142 174 0.45 0.18 0 0.32 204.3 0.33 0.53
Hex 5F 8E AE 2D 12 0 20 CC 21 35
Octal 137 216 256 55 22 0 40 314 41 65
Binary 1011111 10001110 10101110 101101 10010 0 100000 11001100 100001 110101

Color Harmonies of #5F8EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F8EAE

Black with #5F8EAE

Text Example


Text Example

White with #5F8EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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