#66ADBA

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

Shades of Fountain Blue #66ADBA

Tints of Fountain Blue #66ADBA

Color information

#66ADBA (or 0x66ADBA) is unknown color: approx Fountain Blue. HEX triplet: 66, AD and BA. RGB value is (102,173,186). Sum of RGB (Red+Green+Blue) = 102+173+186=461 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.13% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #66ADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ADBA is #995245. Grayscale: #999999. Windows color (decimal): -10048070 or 12234086. OLE color: 12234086.

HSL color Cylindrical-coordinate representation of color #66ADBA: hue angle of 189.29º degrees, saturation: 0.38, 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 #66ADBA is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB102173186-
CMYK0.450.0700.27
HSL189.29º37.84%56.47%-
HSV(B)189.29º45.16%72.94%-
XYZ29.2936.2651.91-
YUV153.25146.4891.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.13%
GREEN value IS 173 (67.97% from 255) = 37.53%
BLUE value IS 186 (73.05% from 255) = 40.35%
R=22.13%
G=37.53%
B=40.35%

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
Decimal1021731860.450.0700.27189.2937.8456.47
Hex66ADBA2D701Bbd2638
Octal1462552725570332754670
Binary1100110101011011011101010110111101101110111101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66ADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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