#608EAC

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

Shades of Air Force Blue #608EAC

Tints of Air Force Blue #608EAC

Color information

#608EAC (or 0x608EAC) is unknown color: approx Air Force Blue. HEX triplet: 60, 8E and AC. RGB value is (96,142,172). Sum of RGB (Red+Green+Blue) = 96+142+172=410 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.41% from 410); Green value is 142 (55.86% from 255 or 34.63% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #608EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608EAC is #9F7153. Grayscale: #838383. Windows color (decimal): -10449236 or 11308640. OLE color: 11308640.

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

Color convert

RGB96142172-
CMYK0.440.1700.33
HSL203.68º31.4%52.55%-
HSV(B)203.68º44.19%67.45%-
XYZ21.9424.8142.66-
YUV131.67150.76102.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.41%
GREEN value IS 142 (55.86% from 255) = 34.63%
BLUE value IS 172 (67.58% from 255) = 41.95%
R=23.41%
G=34.63%
B=41.95%

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
Decimal961421720.440.1700.33203.6831.452.55
Hex608EAC2C11021cc1f35
Octal14021625454210413143765
Binary110000010001110101011001011001000101000011100110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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