#658EB1

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

Shades of Air Force Blue #658EB1

Tints of Air Force Blue #658EB1

Color information

#658EB1 (or 0x658EB1) is unknown color: approx Air Force Blue. HEX triplet: 65, 8E and B1. RGB value is (101,142,177). Sum of RGB (Red+Green+Blue) = 101+142+177=420 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.05% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 177 (69.53% from 255 or 42.14% from 420); Max value from RGB is 177 - color contains mainly: blue. Hex color #658EB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658EB1 is #9A714E. Grayscale: #858585. Windows color (decimal): -10121551 or 11636325. OLE color: 11636325.

HSL color Cylindrical-coordinate representation of color #658EB1: hue angle of 207.63º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #658EB1 is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB101142177-
CMYK0.430.2000.31
HSL207.63º32.76%54.51%-
HSV(B)207.63º42.94%69.41%-
XYZ22.9825.2945.26-
YUV133.73152.42104.65-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.05%
GREEN value IS 142 (55.86% from 255) = 33.81%
BLUE value IS 177 (69.53% from 255) = 42.14%
R=24.05%
G=33.81%
B=42.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1011421770.430.2000.31207.6332.7654.51
Hex658EB12B1401Fd02137
Octal14521626153240373204167
Binary110010110001110101100011010111010001111111010000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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