#688EAE

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

Shades of Air Force Blue #688EAE

Tints of Air Force Blue #688EAE

Color information

#688EAE (or 0x688EAE) is unknown color: approx Air Force Blue. HEX triplet: 68, 8E and AE. RGB value is (104,142,174). Sum of RGB (Red+Green+Blue) = 104+142+174=420 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.76% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 174 - color contains mainly: blue. Hex color #688EAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688EAE is #977151. Grayscale: #868686. Windows color (decimal): -9924946 or 11439720. OLE color: 11439720.

HSL color Cylindrical-coordinate representation of color #688EAE: hue angle of 207.43º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #688EAE is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB104142174-
CMYK0.400.1800.32
HSL207.43º30.17%54.51%-
HSV(B)207.43º40.23%68.24%-
XYZ23.0225.3543.72-
YUV134.29150.41106.4-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.76%
GREEN value IS 142 (55.86% from 255) = 33.81%
BLUE value IS 174 (68.36% from 255) = 41.43%
R=24.76%
G=33.81%
B=41.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1041421740.400.1800.32207.4330.1754.51
Hex688EAE2812020cf1e37
Octal15021625650220403173667
Binary110100010001110101011101010001001001000001100111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688EAE; }

 p { color: rgb(104,142,174); }

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

<style>
 a { background-color: #688EAE; }

 a { background-color: rgb(104,142,174); }

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

<style>
 span { border-color: #688EAE; }

 span { border-color: rgb(104,142,174); }

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