#668BAD

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

Shades of Air Force Blue #668BAD

Tints of Air Force Blue #668BAD

Color information

#668BAD (or 0x668BAD) is unknown color: approx Air Force Blue. HEX triplet: 66, 8B and AD. RGB value is (102,139,173). Sum of RGB (Red+Green+Blue) = 102+139+173=414 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.64% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 173 - color contains mainly: blue. Hex color #668BAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668BAD is #997452. Grayscale: #838383. Windows color (decimal): -10056787 or 11373414. OLE color: 11373414.

HSL color Cylindrical-coordinate representation of color #668BAD: hue angle of 208.73º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #668BAD is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB102139173-
CMYK0.410.2000.32
HSL208.73º30.21%53.92%-
HSV(B)208.73º41.04%67.84%-
XYZ22.2524.3143.05-
YUV131.81151.24106.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.64%
GREEN value IS 139 (54.69% from 255) = 33.57%
BLUE value IS 173 (67.97% from 255) = 41.79%
R=24.64%
G=33.57%
B=41.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1021391730.410.2000.32208.7330.2153.92
Hex668BAD2914020d11e36
Octal14621325551240403213666
Binary110011010001011101011011010011010001000001101000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668BAD; }

 p { color: rgb(102,139,173); }

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

<style>
 a { background-color: #668BAD; }

 a { background-color: rgb(102,139,173); }

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

<style>
 span { border-color: #668BAD; }

 span { border-color: rgb(102,139,173); }

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