#66ADBF

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

Shades of Fountain Blue #66ADBF

Tints of Fountain Blue #66ADBF

Color information

#66ADBF (or 0x66ADBF) is unknown color: approx Fountain Blue. HEX triplet: 66, AD and BF. RGB value is (102,173,191). Sum of RGB (Red+Green+Blue) = 102+173+191=466 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.89% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 191 - color contains mainly: blue. Hex color #66ADBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ADBF is #995240. Grayscale: #999999. Windows color (decimal): -10048065 or 12561766. OLE color: 12561766.

HSL color Cylindrical-coordinate representation of color #66ADBF: hue angle of 192.13º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66ADBF is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB102173191-
CMYK0.470.0900.25
HSL192.13º41.01%57.45%-
HSV(B)192.13º46.6%74.9%-
XYZ29.8336.4754.76-
YUV153.82148.9891.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.89%
GREEN value IS 173 (67.97% from 255) = 37.12%
BLUE value IS 191 (75% from 255) = 40.99%
R=21.89%
G=37.12%
B=40.99%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021731910.470.0900.25192.1341.0157.45
Hex66ADBF2F9019c02939
Octal14625527757110313005171
Binary11001101010110110111111101111100101100111000000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66ADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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