#66B4BE

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

Shades of Fountain Blue #66B4BE

Tints of Fountain Blue #66B4BE

Color information

#66B4BE (or 0x66B4BE) is unknown color: approx Fountain Blue. HEX triplet: 66, B4 and BE. RGB value is (102,180,190). Sum of RGB (Red+Green+Blue) = 102+180+190=472 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.61% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: blue. Hex color #66B4BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66B4BE is #994B41. Grayscale: #9D9D9D. Windows color (decimal): -10046274 or 12498022. OLE color: 12498022.

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

Color convert

RGB102180190-
CMYK0.460.0500.25
HSL186.82º40.37%57.25%-
HSV(B)186.82º46.32%74.51%-
XYZ31.139.1954.64-
YUV157.82146.1688.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.61%
GREEN value IS 180 (70.70% from 255) = 38.14%
BLUE value IS 190 (74.61% from 255) = 40.25%
R=21.61%
G=38.14%
B=40.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021801900.460.0500.25186.8240.3757.25
Hex66B4BE2E5019bb2839
Octal1462642765650312735071
Binary1100110101101001011111010111010101100110111011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,180,190); }

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

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

 a { background-color: rgb(102,180,190); }

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

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

 span { border-color: rgb(102,180,190); }

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