#66B9BE

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

Shades of Fountain Blue #66B9BE

Tints of Fountain Blue #66B9BE

Color information

#66B9BE (or 0x66B9BE) is unknown color: approx Fountain Blue. HEX triplet: 66, B9 and BE. RGB value is (102,185,190). Sum of RGB (Red+Green+Blue) = 102+185+190=477 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.38% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #66B9BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66B9BE is #994641. Grayscale: #A0A0A0. Windows color (decimal): -10044994 or 12499302. OLE color: 12499302.

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

Color convert

RGB102185190-
CMYK0.460.0300.25
HSL183.41º40.37%57.25%-
HSV(B)183.41º46.32%74.51%-
XYZ32.1241.2454.98-
YUV160.75144.586.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.38%
GREEN value IS 185 (72.66% from 255) = 38.78%
BLUE value IS 190 (74.61% from 255) = 39.83%
R=21.38%
G=38.78%
B=39.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021851900.460.0300.25183.4140.3757.25
Hex66B9BE2E3019b72839
Octal1462712765630312675071
Binary110011010111001101111101011101101100110110111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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