#628EAC

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

Shades of Air Force Blue #628EAC

Tints of Air Force Blue #628EAC

Color information

#628EAC (or 0x628EAC) is unknown color: approx Air Force Blue. HEX triplet: 62, 8E and AC. RGB value is (98,142,172). Sum of RGB (Red+Green+Blue) = 98+142+172=412 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.79% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 172 - color contains mainly: blue. Hex color #628EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628EAC is #9D7153. Grayscale: #848484. Windows color (decimal): -10318164 or 11308642. OLE color: 11308642.

HSL color Cylindrical-coordinate representation of color #628EAC: hue angle of 204.32º degrees, saturation: 0.31, 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 #628EAC is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB98142172-
CMYK0.430.1700.33
HSL204.32º30.83%52.94%-
HSV(B)204.32º43.02%67.45%-
XYZ22.1624.9242.67-
YUV132.26150.42103.56-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.79%
GREEN value IS 142 (55.86% from 255) = 34.47%
BLUE value IS 172 (67.58% from 255) = 41.75%
R=23.79%
G=34.47%
B=41.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal981421720.430.1700.33204.3230.8352.94
Hex628EAC2B11021cc1f35
Octal14221625453210413143765
Binary110001010001110101011001010111000101000011100110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,142,172); }

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

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

 a { background-color: rgb(98,142,172); }

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

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

 span { border-color: rgb(98,142,172); }

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