#66B0BE

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

Shades of Fountain Blue #66B0BE

Tints of Fountain Blue #66B0BE

Color information

#66B0BE (or 0x66B0BE) is unknown color: approx Fountain Blue. HEX triplet: 66, B0 and BE. RGB value is (102,176,190). Sum of RGB (Red+Green+Blue) = 102+176+190=468 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.79% from 468); Green value is 176 (69.14% from 255 or 37.61% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #66B0BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66B0BE is #994F41. Grayscale: #9B9B9B. Windows color (decimal): -10047298 or 12496998. OLE color: 12496998.

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

Color convert

RGB102176190-
CMYK0.460.0700.25
HSL189.55º40.37%57.25%-
HSV(B)189.55º46.32%74.51%-
XYZ30.337.5954.37-
YUV155.47147.4889.86-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.79%
GREEN value IS 176 (69.14% from 255) = 37.61%
BLUE value IS 190 (74.61% from 255) = 40.60%
R=21.79%
G=37.61%
B=40.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021761900.460.0700.25189.5540.3757.25
Hex66B0BE2E7019be2839
Octal1462602765670312765071
Binary1100110101100001011111010111011101100110111110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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