#66B0BB

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

Shades of Fountain Blue #66B0BB

Tints of Fountain Blue #66B0BB

Color information

#66B0BB (or 0x66B0BB) is unknown color: approx Fountain Blue. HEX triplet: 66, B0 and BB. RGB value is (102,176,187). Sum of RGB (Red+Green+Blue) = 102+176+187=465 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.94% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #66B0BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66B0BB is #994F44. Grayscale: #9B9B9B. Windows color (decimal): -10047301 or 12300390. OLE color: 12300390.

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

Color convert

RGB102176187-
CMYK0.450.0600.27
HSL187.76º38.46%56.67%-
HSV(B)187.76º45.45%73.33%-
XYZ29.9737.4652.67-
YUV155.13145.9890.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.94%
GREEN value IS 176 (69.14% from 255) = 37.85%
BLUE value IS 187 (73.44% from 255) = 40.22%
R=21.94%
G=37.85%
B=40.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021761870.450.0600.27187.7638.4656.67
Hex66B0BB2D601Bbc2639
Octal1462602735560332744671
Binary1100110101100001011101110110111001101110111100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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