#66A4AD

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

Shades of Fountain Blue #66A4AD

Tints of Fountain Blue #66A4AD

Color information

#66A4AD (or 0x66A4AD) is unknown color: approx Fountain Blue. HEX triplet: 66, A4 and AD. RGB value is (102,164,173). Sum of RGB (Red+Green+Blue) = 102+164+173=439 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.23% from 439); Green value is 164 (64.45% from 255 or 37.36% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 173 - color contains mainly: blue. Hex color #66A4AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A4AD is #995B52. Grayscale: #929292. Windows color (decimal): -10050387 or 11379814. OLE color: 11379814.

HSL color Cylindrical-coordinate representation of color #66A4AD: hue angle of 187.61º 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 #66A4AD is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB102164173-
CMYK0.410.0500.32
HSL187.61º30.21%53.92%-
HSV(B)187.61º41.04%67.84%-
XYZ26.332.3944.4-
YUV146.49142.9696.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.23%
GREEN value IS 164 (64.45% from 255) = 37.36%
BLUE value IS 173 (67.97% from 255) = 39.41%
R=23.23%
G=37.36%
B=39.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1021641730.410.0500.32187.6130.2153.92
Hex66A4AD295020bc1e36
Octal1462442555150402743666
Binary1100110101001001010110110100110101000001011110011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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