#66b2bc

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

Shades of Fountain Blue #66B2BC

Tints of Fountain Blue #66B2BC

Color information

#66B2BC (or 0x66B2BC) is unknown color: approx Fountain Blue. HEX triplet: 66, B2 and BC. RGB value is (102,178,188). Sum of RGB (Red+Green+Blue) = 102+178+188=468 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.79% from 468); Green value is 178 (69.92% from 255 or 38.03% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 188 - color contains mainly: blue. Hex color #66B2BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66B2BC is #994D43. Grayscale: #9C9C9C. Windows color (decimal): -10046788 or 12366438. OLE color: 12366438.

HSL color Cylindrical-coordinate representation of color #66B2BC: hue angle of 186.98º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66B2BC is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB102178188-
CMYK0.460.0500.26
HSL186.98º39.09%56.86%-
HSV(B)186.98º45.74%73.73%-
XYZ30.4838.353.36-
YUV156.42145.8289.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.79%
GREEN value IS 178 (69.92% from 255) = 38.03%
BLUE value IS 188 (73.83% from 255) = 40.17%
R=21.79%
G=38.03%
B=40.17%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1021781880.460.0500.26186.9839.0956.86
Hex66B2BC2E501Abb2739
Octal1462622745650322734771
Binary1100110101100101011110010111010101101010111011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66b2bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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