#66ACB9

Color #66ACB9 Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #66ACB9

Tints of Fountain Blue #66ACB9

Color information

#66ACB9 (or 0x66ACB9) is unknown color: approx Fountain Blue. HEX triplet: 66, AC and B9. RGB value is (102,172,185). Sum of RGB (Red+Green+Blue) = 102+172+185=459 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.22% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 185 (72.66% from 255 or 40.31% from 459); Max value from RGB is 185 - color contains mainly: blue. Hex color #66ACB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ACB9 is #995346. Grayscale: #989898. Windows color (decimal): -10048327 or 12168294. OLE color: 12168294.

HSL color Cylindrical-coordinate representation of color #66ACB9: hue angle of 189.4º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66ACB9 is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB102172185-
CMYK0.450.0700.27
HSL189.4º37.22%56.27%-
HSV(B)189.4º44.86%72.55%-
XYZ28.9935.8351.29-
YUV152.55146.3191.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.22%
GREEN value IS 172 (67.58% from 255) = 37.47%
BLUE value IS 185 (72.66% from 255) = 40.31%
R=22.22%
G=37.47%
B=40.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021721850.450.0700.27189.437.2256.27
Hex66ACB92D701Bbd2538
Octal1462542715570332754570
Binary1100110101011001011100110110111101101110111101100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66ACB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66ACB9; }

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

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

<style>
 a { background-color: #66ACB9; }

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

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

<style>
 span { border-color: #66ACB9; }

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

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