#6088AB

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

Shades of Air Force Blue #6088AB

Tints of Air Force Blue #6088AB

Color information

#6088AB (or 0x6088AB) is unknown color: approx Air Force Blue. HEX triplet: 60, 88 and AB. RGB value is (96,136,171). Sum of RGB (Red+Green+Blue) = 96+136+171=403 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.82% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 171 - color contains mainly: blue. Hex color #6088AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6088AB is #9F7754. Grayscale: #7F7F7F. Windows color (decimal): -10450773 or 11241568. OLE color: 11241568.

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

Color convert

RGB96136171-
CMYK0.440.2000.33
HSL208º30.86%52.35%-
HSV(B)208º43.86%67.06%-
XYZ20.9823.0441.87-
YUV128.03152.25105.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.82%
GREEN value IS 136 (53.52% from 255) = 33.75%
BLUE value IS 171 (67.19% from 255) = 42.43%
R=23.82%
G=33.75%
B=42.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal961361710.440.2000.3320830.8652.35
Hex6088AB2C14021d01f34
Octal14021025354240413203764
Binary110000010001000101010111011001010001000011101000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6088AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6088AB; }

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

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

<style>
 a { background-color: #6088AB; }

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

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

<style>
 span { border-color: #6088AB; }

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

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