#608EA0

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

Shades of Air Force Blue #608EA0

Tints of Air Force Blue #608EA0

Color information

#608EA0 (or 0x608EA0) is unknown color: approx Air Force Blue. HEX triplet: 60, 8E and A0. RGB value is (96,142,160). Sum of RGB (Red+Green+Blue) = 96+142+160=398 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.12% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 160 (62.89% from 255 or 40.20% from 398); Max value from RGB is 160 - color contains mainly: blue. Hex color #608EA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608EA0 is #9F715F. Grayscale: #828282. Windows color (decimal): -10449248 or 10522208. OLE color: 10522208.

HSL color Cylindrical-coordinate representation of color #608EA0: hue angle of 196.88º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #608EA0 is Cyan = 0.4, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB96142160-
CMYK0.40.1100.37
HSL196.88º25.2%50.2%-
HSV(B)196.88º40%62.75%-
XYZ20.8424.3736.86-
YUV130.3144.76103.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.12%
GREEN value IS 142 (55.86% from 255) = 35.68%
BLUE value IS 160 (62.89% from 255) = 40.20%
R=24.12%
G=35.68%
B=40.20%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal961421600.40.1100.37196.8825.250.2
Hex608EA028B025c51932
Octal14021624050130453053162
Binary11000001000111010100000101000101101001011100010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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