#66A3AD

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

Shades of Fountain Blue #66A3AD

Tints of Fountain Blue #66A3AD

Color information

#66A3AD (or 0x66A3AD) is unknown color: approx Fountain Blue. HEX triplet: 66, A3 and AD. RGB value is (102,163,173). Sum of RGB (Red+Green+Blue) = 102+163+173=438 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.29% from 438); Green value is 163 (64.06% from 255 or 37.21% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 173 - color contains mainly: blue. Hex color #66A3AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A3AD is #995C52. Grayscale: #919191. Windows color (decimal): -10050643 or 11379558. OLE color: 11379558.

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

Color convert

RGB102163173-
CMYK0.410.0600.32
HSL188.45º30.21%53.92%-
HSV(B)188.45º41.04%67.84%-
XYZ26.1232.0444.34-
YUV145.9143.2996.69-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.29%
GREEN value IS 163 (64.06% from 255) = 37.21%
BLUE value IS 173 (67.97% from 255) = 39.50%
R=23.29%
G=37.21%
B=39.50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1021631730.410.0600.32188.4530.2153.92
Hex66A3AD296020bc1e36
Octal1462432555160402743666
Binary1100110101000111010110110100111001000001011110011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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