#658DA8

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

Shades of Air Force Blue #658DA8

Tints of Air Force Blue #658DA8

Color information

#658DA8 (or 0x658DA8) is unknown color: approx Air Force Blue. HEX triplet: 65, 8D and A8. RGB value is (101,141,168). Sum of RGB (Red+Green+Blue) = 101+141+168=410 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.63% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 168 (66.02% from 255 or 40.98% from 410); Max value from RGB is 168 - color contains mainly: blue. Hex color #658DA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658DA8 is #9A7257. Grayscale: #838383. Windows color (decimal): -10121816 or 11046245. OLE color: 11046245.

HSL color Cylindrical-coordinate representation of color #658DA8: hue angle of 204.18º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #658DA8 is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB101141168-
CMYK0.400.1600.34
HSL204.18º27.8%52.75%-
HSV(B)204.18º39.88%65.88%-
XYZ21.9624.6440.65-
YUV132.12148.25105.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.63%
GREEN value IS 141 (55.47% from 255) = 34.39%
BLUE value IS 168 (66.02% from 255) = 40.98%
R=24.63%
G=34.39%
B=40.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1011411680.400.1600.34204.1827.852.75
Hex658DA82810022cc1c35
Octal14521525050200423143465
Binary110010110001101101010001010001000001000101100110011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,141,168); }

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

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

 a { background-color: rgb(101,141,168); }

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

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

 span { border-color: rgb(101,141,168); }

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