Html Css Color HEX #628EAC Air Force Blue

📋 copy color: '#628EAC'

red 98 ◦ green 142 ◦ blue 172

#628EAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Air Force Blue #628EAC

Tints of Air Force Blue #628EAC

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 value IS 0.43

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#628EAC (or 0x628EAC) is known color: 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

RGB 98 142 172 -
CMYK 0.43 0.17 0 0.33
HSL 204.32º 0.31% 0.53% -
HSV(B) 204.32º 0.43% 0.67% -
XYZ 22.16 24.92 42.67 -
YUV 132.26 150.42 103.56 -
System Red Green Blue C M Y K H S L
Decimal 98 142 172 0.43 0.17 0 0.33 204.32 0.31 0.53
Hex 62 8E AC 2B 11 0 21 CC 1F 35
Octal 142 216 254 53 21 0 41 314 37 65
Binary 1100010 10001110 10101100 101011 10001 0 100001 11001100 11111 110101

Color Harmonies of #628EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628EAC

Black with #628EAC

Text Example


Text Example

White with #628EAC

Text Example


Text Example

HTML Codes & Css Web 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>