#66BDBE

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

Shades of Fountain Blue #66BDBE

Tints of Fountain Blue #66BDBE

Color information

#66BDBE (or 0x66BDBE) is unknown color: approx Fountain Blue. HEX triplet: 66, BD and BE. RGB value is (102,189,190). Sum of RGB (Red+Green+Blue) = 102+189+190=481 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.21% from 481); Green value is 189 (74.22% from 255 or 39.29% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 190 - color contains mainly: blue. Hex color #66BDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BDBE is #994241. Grayscale: #A3A3A3. Windows color (decimal): -10043970 or 12500326. OLE color: 12500326.

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

Color convert

RGB102189190-
CMYK0.460.0100.25
HSL180.68º40.37%57.25%-
HSV(B)180.68º46.32%74.51%-
XYZ32.9742.9455.27-
YUV163.1143.1884.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.21%
GREEN value IS 189 (74.22% from 255) = 39.29%
BLUE value IS 190 (74.61% from 255) = 39.50%
R=21.21%
G=39.29%
B=39.50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021891900.460.0100.25180.6840.3757.25
Hex66BDBE2E1019b52839
Octal1462752765610312655071
Binary11001101011110110111110101110101100110110101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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