#658EAD

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

Shades of Air Force Blue #658EAD

Tints of Air Force Blue #658EAD

Color information

#658EAD (or 0x658EAD) is unknown color: approx Air Force Blue. HEX triplet: 65, 8E and AD. RGB value is (101,142,173). Sum of RGB (Red+Green+Blue) = 101+142+173=416 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.28% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #658EAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658EAD is #9A7152. Grayscale: #858585. Windows color (decimal): -10121555 or 11374181. OLE color: 11374181.

HSL color Cylindrical-coordinate representation of color #658EAD: hue angle of 205.83º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #658EAD is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB101142173-
CMYK0.420.1800.32
HSL205.83º30.51%53.73%-
HSV(B)205.83º41.62%67.84%-
XYZ22.5825.1343.2-
YUV133.28150.42104.98-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.28%
GREEN value IS 142 (55.86% from 255) = 34.13%
BLUE value IS 173 (67.97% from 255) = 41.59%
R=24.28%
G=34.13%
B=41.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1011421730.420.1800.32205.8330.5153.73
Hex658EAD2A12020ce1f36
Octal14521625552220403163766
Binary110010110001110101011011010101001001000001100111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,142,173); }

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

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

 a { background-color: rgb(101,142,173); }

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

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

 span { border-color: rgb(101,142,173); }

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