#66a1ad

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

Shades of Fountain Blue #66A1AD

Tints of Fountain Blue #66A1AD

Color information

#66A1AD (or 0x66A1AD) is unknown color: approx Fountain Blue. HEX triplet: 66, A1 and AD. RGB value is (102,161,173). Sum of RGB (Red+Green+Blue) = 102+161+173=436 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.39% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 173 - color contains mainly: blue. Hex color #66A1AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A1AD is #995E52. Grayscale: #909090. Windows color (decimal): -10051155 or 11379046. OLE color: 11379046.

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

Color convert

RGB102161173-
CMYK0.410.0700.32
HSL190.14º30.21%53.92%-
HSV(B)190.14º41.04%67.84%-
XYZ25.7731.3344.22-
YUV144.73143.9597.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.39%
GREEN value IS 161 (63.28% from 255) = 36.93%
BLUE value IS 173 (67.97% from 255) = 39.68%
R=23.39%
G=36.93%
B=39.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1021611730.410.0700.32190.1430.2153.92
Hex66A1AD297020be1e36
Octal1462412555170402763666
Binary1100110101000011010110110100111101000001011111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66a1ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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