#668FAE

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

Shades of Air Force Blue #668FAE

Tints of Air Force Blue #668FAE

Color information

#668FAE (or 0x668FAE) is unknown color: approx Air Force Blue. HEX triplet: 66, 8F and AE. RGB value is (102,143,174). Sum of RGB (Red+Green+Blue) = 102+143+174=419 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.34% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 174 - color contains mainly: blue. Hex color #668FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668FAE is #997051. Grayscale: #868686. Windows color (decimal): -10055762 or 11439974. OLE color: 11439974.

HSL color Cylindrical-coordinate representation of color #668FAE: hue angle of 205.83º degrees, saturation: 0.31, 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 #668FAE is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB102143174-
CMYK0.410.1800.32
HSL205.83º30.77%54.12%-
HSV(B)205.83º41.38%68.24%-
XYZ22.9425.5343.76-
YUV134.28150.42104.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.34%
GREEN value IS 143 (56.25% from 255) = 34.13%
BLUE value IS 174 (68.36% from 255) = 41.53%
R=24.34%
G=34.13%
B=41.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1021431740.410.1800.32205.8330.7754.12
Hex668FAE2912020ce1f36
Octal14621725651220403163766
Binary110011010001111101011101010011001001000001100111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,143,174); }

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

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

 a { background-color: rgb(102,143,174); }

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

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

 span { border-color: rgb(102,143,174); }

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