#628BAD

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

Shades of Air Force Blue #628BAD

Tints of Air Force Blue #628BAD

Color information

#628BAD (or 0x628BAD) is unknown color: approx Air Force Blue. HEX triplet: 62, 8B and AD. RGB value is (98,139,173). Sum of RGB (Red+Green+Blue) = 98+139+173=410 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.90% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 173 - color contains mainly: blue. Hex color #628BAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628BAD is #9D7452. Grayscale: #828282. Windows color (decimal): -10318931 or 11373410. OLE color: 11373410.

HSL color Cylindrical-coordinate representation of color #628BAD: hue angle of 207.2º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #628BAD is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB98139173-
CMYK0.430.2000.32
HSL207.2º31.38%53.14%-
HSV(B)207.2º43.35%67.84%-
XYZ21.8124.0843.03-
YUV130.62151.92104.74-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.90%
GREEN value IS 139 (54.69% from 255) = 33.90%
BLUE value IS 173 (67.97% from 255) = 42.20%
R=23.90%
G=33.90%
B=42.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal981391730.430.2000.32207.231.3853.14
Hex628BAD2B14020cf1f35
Octal14221325553240403173765
Binary110001010001011101011011010111010001000001100111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628BAD; }

 p { color: rgb(98,139,173); }

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

<style>
 a { background-color: #628BAD; }

 a { background-color: rgb(98,139,173); }

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

<style>
 span { border-color: #628BAD; }

 span { border-color: rgb(98,139,173); }

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