#66B2BE

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

Shades of Fountain Blue #66B2BE

Tints of Fountain Blue #66B2BE

Color information

#66B2BE (or 0x66B2BE) is unknown color: approx Fountain Blue. HEX triplet: 66, B2 and BE. RGB value is (102,178,190). Sum of RGB (Red+Green+Blue) = 102+178+190=470 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.70% from 470); Green value is 178 (69.92% from 255 or 37.87% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #66B2BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66B2BE is #994D41. Grayscale: #9C9C9C. Windows color (decimal): -10046786 or 12497510. OLE color: 12497510.

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

Color convert

RGB102178190-
CMYK0.460.0600.25
HSL188.18º40.37%57.25%-
HSV(B)188.18º46.32%74.51%-
XYZ30.6938.3854.51-
YUV156.64146.8289.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.70%
GREEN value IS 178 (69.92% from 255) = 37.87%
BLUE value IS 190 (74.61% from 255) = 40.43%
R=21.70%
G=37.87%
B=40.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021781900.460.0600.25188.1840.3757.25
Hex66B2BE2E6019bc2839
Octal1462622765660312745071
Binary1100110101100101011111010111011001100110111100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,178,190); }

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

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

 a { background-color: rgb(102,178,190); }

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

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

 span { border-color: rgb(102,178,190); }

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