#66B9BC

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

Shades of Fountain Blue #66B9BC

Tints of Fountain Blue #66B9BC

Color information

#66B9BC (or 0x66B9BC) is unknown color: approx Fountain Blue. HEX triplet: 66, B9 and BC. RGB value is (102,185,188). Sum of RGB (Red+Green+Blue) = 102+185+188=475 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.47% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 188 - color contains mainly: blue. Hex color #66B9BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66B9BC is #994643. Grayscale: #A0A0A0. Windows color (decimal): -10044996 or 12368230. OLE color: 12368230.

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

Color convert

RGB102185188-
CMYK0.460.0200.26
HSL182.09º39.09%56.86%-
HSV(B)182.09º45.74%73.73%-
XYZ31.9141.1553.84-
YUV160.52143.586.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.47%
GREEN value IS 185 (72.66% from 255) = 38.95%
BLUE value IS 188 (73.83% from 255) = 39.58%
R=21.47%
G=38.95%
B=39.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1021851880.460.0200.26182.0939.0956.86
Hex66B9BC2E201Ab62739
Octal1462712745620322664771
Binary110011010111001101111001011101001101010110110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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