#688EAB

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

Shades of Air Force Blue #688EAB

Tints of Air Force Blue #688EAB

Color information

#688EAB (or 0x688EAB) is unknown color: approx Air Force Blue. HEX triplet: 68, 8E and AB. RGB value is (104,142,171). Sum of RGB (Red+Green+Blue) = 104+142+171=417 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.94% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #688EAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688EAB is #977154. Grayscale: #858585. Windows color (decimal): -9924949 or 11243112. OLE color: 11243112.

HSL color Cylindrical-coordinate representation of color #688EAB: hue angle of 205.97º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #688EAB is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB104142171-
CMYK0.390.1700.33
HSL205.97º28.51%53.92%-
HSV(B)205.97º39.18%67.06%-
XYZ22.7325.2342.2-
YUV133.94148.91106.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.94%
GREEN value IS 142 (55.86% from 255) = 34.05%
BLUE value IS 171 (67.19% from 255) = 41.01%
R=24.94%
G=34.05%
B=41.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041421710.390.1700.33205.9728.5153.92
Hex688EAB2711021ce1d36
Octal15021625347210413163566
Binary110100010001110101010111001111000101000011100111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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