#66BBBC

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

Shades of Fountain Blue #66BBBC

Tints of Fountain Blue #66BBBC

Color information

#66BBBC (or 0x66BBBC) is unknown color: approx Fountain Blue. HEX triplet: 66, BB and BC. RGB value is (102,187,188). Sum of RGB (Red+Green+Blue) = 102+187+188=477 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.38% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 188 - color contains mainly: blue. Hex color #66BBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BBBC is #994443. Grayscale: #A1A1A1. Windows color (decimal): -10044484 or 12368742. OLE color: 12368742.

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

Color convert

RGB102187188-
CMYK0.460.0100.26
HSL180.7º39.09%56.86%-
HSV(B)180.7º45.74%73.73%-
XYZ32.334253.98-
YUV161.7142.8485.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.38%
GREEN value IS 187 (73.44% from 255) = 39.20%
BLUE value IS 188 (73.83% from 255) = 39.41%
R=21.38%
G=39.20%
B=39.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1021871880.460.0100.26180.739.0956.86
Hex66BBBC2E101Ab52739
Octal1462732745610322654771
Binary11001101011101110111100101110101101010110101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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