#628AAB

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

Shades of Air Force Blue #628AAB

Tints of Air Force Blue #628AAB

Color information

#628AAB (or 0x628AAB) is unknown color: approx Air Force Blue. HEX triplet: 62, 8A and AB. RGB value is (98,138,171). Sum of RGB (Red+Green+Blue) = 98+138+171=407 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.08% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #628AAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628AAB is #9D7554. Grayscale: #818181. Windows color (decimal): -10319189 or 11242082. OLE color: 11242082.

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

Color convert

RGB98138171-
CMYK0.430.1900.33
HSL207.12º30.29%52.75%-
HSV(B)207.12º42.69%67.06%-
XYZ21.4823.7141.97-
YUV129.8151.25105.32-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.08%
GREEN value IS 138 (54.30% from 255) = 33.91%
BLUE value IS 171 (67.19% from 255) = 42.01%
R=24.08%
G=33.91%
B=42.01%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal981381710.430.1900.33207.1230.2952.75
Hex628AAB2B13021cf1e35
Octal14221225353230413173665
Binary110001010001010101010111010111001101000011100111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,138,171); }

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

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

 a { background-color: rgb(98,138,171); }

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

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

 span { border-color: rgb(98,138,171); }

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