#608DAB

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

Shades of Air Force Blue #608DAB

Tints of Air Force Blue #608DAB

Color information

#608DAB (or 0x608DAB) is unknown color: approx Air Force Blue. HEX triplet: 60, 8D and AB. RGB value is (96,141,171). Sum of RGB (Red+Green+Blue) = 96+141+171=408 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.53% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 171 - color contains mainly: blue. Hex color #608DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608DAB is #9F7254. Grayscale: #828282. Windows color (decimal): -10449493 or 11242848. OLE color: 11242848.

HSL color Cylindrical-coordinate representation of color #608DAB: hue angle of 204º 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 #608DAB is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB96141171-
CMYK0.440.1800.33
HSL204º30.86%52.35%-
HSV(B)204º43.86%67.06%-
XYZ21.724.4842.11-
YUV130.96150.59103.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.53%
GREEN value IS 141 (55.47% from 255) = 34.56%
BLUE value IS 171 (67.19% from 255) = 41.91%
R=23.53%
G=34.56%
B=41.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal961411710.440.1800.3320430.8652.35
Hex608DAB2C12021cc1f34
Octal14021525354220413143764
Binary110000010001101101010111011001001001000011100110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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