#66ADBB

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

Shades of Fountain Blue #66ADBB

Tints of Fountain Blue #66ADBB

Color information

#66ADBB (or 0x66ADBB) is unknown color: approx Fountain Blue. HEX triplet: 66, AD and BB. RGB value is (102,173,187). Sum of RGB (Red+Green+Blue) = 102+173+187=462 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.08% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 187 - color contains mainly: blue. Hex color #66ADBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ADBB is #995244. Grayscale: #999999. Windows color (decimal): -10048069 or 12299622. OLE color: 12299622.

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

Color convert

RGB102173187-
CMYK0.450.0700.27
HSL189.88º38.46%56.67%-
HSV(B)189.88º45.45%73.33%-
XYZ29.3936.352.47-
YUV153.37146.9891.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.08%
GREEN value IS 173 (67.97% from 255) = 37.45%
BLUE value IS 187 (73.44% from 255) = 40.48%
R=22.08%
G=37.45%
B=40.48%

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
Decimal1021731870.450.0700.27189.8838.4656.67
Hex66ADBB2D701Bbe2639
Octal1462552735570332764671
Binary1100110101011011011101110110111101101110111110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66ADBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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