#66B0BF

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

Shades of Fountain Blue #66B0BF

Tints of Fountain Blue #66B0BF

Color information

#66B0BF (or 0x66B0BF) is unknown color: approx Fountain Blue. HEX triplet: 66, B0 and BF. RGB value is (102,176,191). Sum of RGB (Red+Green+Blue) = 102+176+191=469 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.75% from 469); Green value is 176 (69.14% from 255 or 37.53% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 191 - color contains mainly: blue. Hex color #66B0BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66B0BF is #994F40. Grayscale: #9B9B9B. Windows color (decimal): -10047297 or 12562534. OLE color: 12562534.

HSL color Cylindrical-coordinate representation of color #66B0BF: hue angle of 190.11º 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 #66B0BF is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB102176191-
CMYK0.470.0800.25
HSL190.11º41.01%57.45%-
HSV(B)190.11º46.6%74.9%-
XYZ30.4137.6454.95-
YUV155.58147.9889.78-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.75%
GREEN value IS 176 (69.14% from 255) = 37.53%
BLUE value IS 191 (75% from 255) = 40.72%
R=21.75%
G=37.53%
B=40.72%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021761910.470.0800.25190.1141.0157.45
Hex66B0BF2F8019be2939
Octal14626027757100312765171
Binary11001101011000010111111101111100001100110111110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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