#668FAC

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

Shades of Air Force Blue #668FAC

Tints of Air Force Blue #668FAC

Color information

#668FAC (or 0x668FAC) is unknown color: approx Air Force Blue. HEX triplet: 66, 8F and AC. RGB value is (102,143,172). Sum of RGB (Red+Green+Blue) = 102+143+172=417 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.46% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: blue. Hex color #668FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668FAC is #997053. Grayscale: #858585. Windows color (decimal): -10055764 or 11308902. OLE color: 11308902.

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

Color convert

RGB102143172-
CMYK0.410.1700.33
HSL204.86º29.66%53.73%-
HSV(B)204.86º40.7%67.45%-
XYZ22.7525.4542.74-
YUV134.05149.42105.14-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.46%
GREEN value IS 143 (56.25% from 255) = 34.29%
BLUE value IS 172 (67.58% from 255) = 41.25%
R=24.46%
G=34.29%
B=41.25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021431720.410.1700.33204.8629.6653.73
Hex668FAC2911021cd1e36
Octal14621725451210413153666
Binary110011010001111101011001010011000101000011100110111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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