#66B7BE

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

Shades of Fountain Blue #66B7BE

Tints of Fountain Blue #66B7BE

Color information

#66B7BE (or 0x66B7BE) is unknown color: approx Fountain Blue. HEX triplet: 66, B7 and BE. RGB value is (102,183,190). Sum of RGB (Red+Green+Blue) = 102+183+190=475 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.47% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #66B7BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66B7BE is #994841. Grayscale: #9F9F9F. Windows color (decimal): -10045506 or 12498790. OLE color: 12498790.

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

Color convert

RGB102183190-
CMYK0.460.0400.25
HSL184.77º40.37%57.25%-
HSV(B)184.77º46.32%74.51%-
XYZ31.7140.4154.84-
YUV159.58145.1686.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.47%
GREEN value IS 183 (71.88% from 255) = 38.53%
BLUE value IS 190 (74.61% from 255) = 40%
R=21.47%
G=38.53%
B=40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021831900.460.0400.25184.7740.3757.25
Hex66B7BE2E4019b92839
Octal1462672765640312715071
Binary1100110101101111011111010111010001100110111001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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