#66B8BF

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

Shades of Fountain Blue #66B8BF

Tints of Fountain Blue #66B8BF

Color information

#66B8BF (or 0x66B8BF) is unknown color: approx Fountain Blue. HEX triplet: 66, B8 and BF. RGB value is (102,184,191). Sum of RGB (Red+Green+Blue) = 102+184+191=477 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.38% from 477); Green value is 184 (72.27% from 255 or 38.57% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 191 - color contains mainly: blue. Hex color #66B8BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66B8BF is #994740. Grayscale: #A0A0A0. Windows color (decimal): -10045249 or 12564582. OLE color: 12564582.

HSL color Cylindrical-coordinate representation of color #66B8BF: hue angle of 184.72º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66B8BF is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB102184191-
CMYK0.470.0400.25
HSL184.72º41.01%57.45%-
HSV(B)184.72º46.6%74.9%-
XYZ32.0240.8755.49-
YUV160.28145.3386.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.38%
GREEN value IS 184 (72.27% from 255) = 38.57%
BLUE value IS 191 (75% from 255) = 40.04%
R=21.38%
G=38.57%
B=40.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021841910.470.0400.25184.7241.0157.45
Hex66B8BF2F4019b92939
Octal1462702775740312715171
Binary1100110101110001011111110111110001100110111001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,184,191); }

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

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

 a { background-color: rgb(102,184,191); }

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

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

 span { border-color: rgb(102,184,191); }

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