#66B5BC

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

Shades of Fountain Blue #66B5BC

Tints of Fountain Blue #66B5BC

Color information

#66B5BC (or 0x66B5BC) is unknown color: approx Fountain Blue. HEX triplet: 66, B5 and BC. RGB value is (102,181,188). Sum of RGB (Red+Green+Blue) = 102+181+188=471 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.66% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #66B5BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66B5BC is #994A43. Grayscale: #9E9E9E. Windows color (decimal): -10046020 or 12367206. OLE color: 12367206.

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

Color convert

RGB102181188-
CMYK0.460.0400.26
HSL184.88º39.09%56.86%-
HSV(B)184.88º45.74%73.73%-
XYZ31.0839.553.56-
YUV158.18144.8387.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.66%
GREEN value IS 181 (71.09% from 255) = 38.43%
BLUE value IS 188 (73.83% from 255) = 39.92%
R=21.66%
G=38.43%
B=39.92%

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
Decimal1021811880.460.0400.26184.8839.0956.86
Hex66B5BC2E401Ab92739
Octal1462652745640322714771
Binary1100110101101011011110010111010001101010111001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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