#658BAB

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

Shades of Air Force Blue #658BAB

Tints of Air Force Blue #658BAB

Color information

#658BAB (or 0x658BAB) is unknown color: approx Air Force Blue. HEX triplet: 65, 8B and AB. RGB value is (101,139,171). Sum of RGB (Red+Green+Blue) = 101+139+171=411 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.57% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #658BAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658BAB is #9A7454. Grayscale: #838383. Windows color (decimal): -10122325 or 11242341. OLE color: 11242341.

HSL color Cylindrical-coordinate representation of color #658BAB: hue angle of 207.43º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #658BAB is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB101139171-
CMYK0.410.1900.33
HSL207.43º29.41%53.33%-
HSV(B)207.43º40.94%67.06%-
XYZ21.9524.1742.04-
YUV131.29150.41106.4-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.57%
GREEN value IS 139 (54.69% from 255) = 33.82%
BLUE value IS 171 (67.19% from 255) = 41.61%
R=24.57%
G=33.82%
B=41.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011391710.410.1900.33207.4329.4153.33
Hex658BAB2913021cf1d35
Octal14521325351230413173565
Binary110010110001011101010111010011001101000011100111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658BAB; }

 p { color: rgb(101,139,171); }

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

<style>
 a { background-color: #658BAB; }

 a { background-color: rgb(101,139,171); }

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

<style>
 span { border-color: #658BAB; }

 span { border-color: rgb(101,139,171); }

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