#66ACBB

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

Shades of Fountain Blue #66ACBB

Tints of Fountain Blue #66ACBB

Color information

#66ACBB (or 0x66ACBB) is unknown color: approx Fountain Blue. HEX triplet: 66, AC and BB. RGB value is (102,172,187). Sum of RGB (Red+Green+Blue) = 102+172+187=461 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.13% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 187 - color contains mainly: blue. Hex color #66ACBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ACBB is #995344. Grayscale: #989898. Windows color (decimal): -10048325 or 12299366. OLE color: 12299366.

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

Color convert

RGB102172187-
CMYK0.450.0800.27
HSL190.59º38.46%56.67%-
HSV(B)190.59º45.45%73.33%-
XYZ29.235.9252.41-
YUV152.78147.3191.78-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.13%
GREEN value IS 172 (67.58% from 255) = 37.31%
BLUE value IS 187 (73.44% from 255) = 40.56%
R=22.13%
G=37.31%
B=40.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021721870.450.0800.27190.5938.4656.67
Hex66ACBB2D801Bbf2639
Octal14625427355100332774671
Binary11001101010110010111011101101100001101110111111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66ACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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