Html Css Color HEX #5E8CAB Air Force Blue

📋 copy color: '#5E8CAB'

red 94 ◦ green 140 ◦ blue 171

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

Shades of Air Force Blue #5E8CAB

Tints of Air Force Blue #5E8CAB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.57%

 BLUE value IS 171 (67.19% from 255) = 42.22%

R = 23.21%
G = 34.57%
B = 42.22%

CMYK

 C value IS 0.45

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E8CAB (or 0x5E8CAB) is known color: Air Force Blue. HEX triplet: 5E, 8C and AB. RGB value is (94,140,171). Sum of RGB (Red+Green+Blue) = 94+140+171=405 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.21% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E8CAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E8CAB is #A17354. Grayscale: #818181. Windows color (decimal): -10580821 or 11242590. OLE color: 11242590.

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

Color convert

RGB 94 140 171 -
CMYK 0.45 0.18 0 0.33
HSL 204.16º 0.31% 0.52% -
HSV(B) 204.16º 0.45% 0.67% -
XYZ 21.34 24.08 42.05 -
YUV 129.78 151.26 102.48 -
System Red Green Blue C M Y K H S L
Decimal 94 140 171 0.45 0.18 0 0.33 204.16 0.31 0.52
Hex 5E 8C AB 2D 12 0 21 CC 1F 34
Octal 136 214 253 55 22 0 41 314 37 64
Binary 1011110 10001100 10101011 101101 10010 0 100001 11001100 11111 110100

Color Harmonies of #5E8CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8CAB

Black with #5E8CAB

Text Example


Text Example

White with #5E8CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,140,171); }

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

background-color css

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

 a { background-color: rgb(94,140,171); }

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

border-color css

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

 span { border-color: rgb(94,140,171); }

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