#66B1BD

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

Shades of Fountain Blue #66B1BD

Tints of Fountain Blue #66B1BD

Color information

#66B1BD (or 0x66B1BD) is unknown color: approx Fountain Blue. HEX triplet: 66, B1 and BD. RGB value is (102,177,189). Sum of RGB (Red+Green+Blue) = 102+177+189=468 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.79% from 468); Green value is 177 (69.53% from 255 or 37.82% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 189 - color contains mainly: blue. Hex color #66B1BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66B1BD is #994E42. Grayscale: #9B9B9B. Windows color (decimal): -10047043 or 12431718. OLE color: 12431718.

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

Color convert

RGB102177189-
CMYK0.460.0600.26
HSL188.28º39.73%57.06%-
HSV(B)188.28º46.03%74.12%-
XYZ30.3937.9453.87-
YUV155.94146.6589.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.79%
GREEN value IS 177 (69.53% from 255) = 37.82%
BLUE value IS 189 (74.22% from 255) = 40.38%
R=21.79%
G=37.82%
B=40.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1021771890.460.0600.26188.2839.7357.06
Hex66B1BD2E601Abc2839
Octal1462612755660322745071
Binary1100110101100011011110110111011001101010111100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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