#66B6BD

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

Shades of Fountain Blue #66B6BD

Tints of Fountain Blue #66B6BD

Color information

#66B6BD (or 0x66B6BD) is unknown color: approx Fountain Blue. HEX triplet: 66, B6 and BD. RGB value is (102,182,189). Sum of RGB (Red+Green+Blue) = 102+182+189=473 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.56% from 473); Green value is 182 (71.48% from 255 or 38.48% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 189 - color contains mainly: blue. Hex color #66B6BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66B6BD is #994942. Grayscale: #9E9E9E. Windows color (decimal): -10045763 or 12432998. OLE color: 12432998.

HSL color Cylindrical-coordinate representation of color #66B6BD: hue angle of 184.83º degrees, saturation: 0.4, 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 #66B6BD is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB102182189-
CMYK0.460.0400.26
HSL184.83º39.73%57.06%-
HSV(B)184.83º46.03%74.12%-
XYZ31.3939.9554.2-
YUV158.8814587.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.56%
GREEN value IS 182 (71.48% from 255) = 38.48%
BLUE value IS 189 (74.22% from 255) = 39.96%
R=21.56%
G=38.48%
B=39.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1021821890.460.0400.26184.8339.7357.06
Hex66B6BD2E401Ab92839
Octal1462662755640322715071
Binary1100110101101101011110110111010001101010111001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,182,189); }

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

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

 a { background-color: rgb(102,182,189); }

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

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

 span { border-color: rgb(102,182,189); }

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