#608EAB

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

Shades of Air Force Blue #608EAB

Tints of Air Force Blue #608EAB

Color information

#608EAB (or 0x608EAB) is unknown color: approx Air Force Blue. HEX triplet: 60, 8E and AB. RGB value is (96,142,171). Sum of RGB (Red+Green+Blue) = 96+142+171=409 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.47% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 171 - color contains mainly: blue. Hex color #608EAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608EAB is #9F7154. Grayscale: #838383. Windows color (decimal): -10449237 or 11243104. OLE color: 11243104.

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

Color convert

RGB96142171-
CMYK0.440.1700.33
HSL203.2º30.86%52.35%-
HSV(B)203.2º43.86%67.06%-
XYZ21.8524.7742.16-
YUV131.55150.26102.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.47%
GREEN value IS 142 (55.86% from 255) = 34.72%
BLUE value IS 171 (67.19% from 255) = 41.81%
R=23.47%
G=34.72%
B=41.81%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal961421710.440.1700.33203.230.8652.35
Hex608EAB2C11021cb1f34
Octal14021625354210413133764
Binary110000010001110101010111011001000101000011100101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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