Shades of Fountain Blue #66B0BA
Tints of Fountain Blue #66B0BA
RGB
CMYK
RGB Variations
Color information
#66B0BA (or 0x66B0BA) is known color: Fountain Blue. HEX triplet: 66, B0 and BA. RGB value is (102,176,186). Sum of RGB (Red+Green+Blue) = 102+176+186=464 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.98% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #66B0BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66B0BA is #994F45. Grayscale: #9A9A9A. Windows color (decimal): -10047302 or 12234854. OLE color: 12234854.
HSL color Cylindrical-coordinate representation of color #66B0BA: hue angle of 187.14º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66B0BA is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 176 | 186 | - |
| CMYK | 0.45 | 0.05 | 0 | 0.27 |
| HSL | 187.14º | 0.38% | 0.56% | - |
| HSV(B) | 187.14º | 0.45% | 0.73% | - |
| XYZ | 29.87 | 37.42 | 52.1 | - |
| YUV | 155.01 | 145.48 | 90.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 176 | 186 | 0.45 | 0.05 | 0 | 0.27 | 187.14 | 0.38 | 0.56 |
| Hex | 66 | B0 | BA | 2D | 5 | 0 | 1B | BB | 26 | 38 |
| Octal | 146 | 260 | 272 | 55 | 5 | 0 | 33 | 273 | 46 | 70 |
| Binary | 1100110 | 10110000 | 10111010 | 101101 | 101 | 0 | 11011 | 10111011 | 100110 | 111000 |
Color Harmonies of #66B0BA
Complementary color
Monochromatic Colors of #66B0BA
Black with #66B0BA
Text Example
Text Example
White with #66B0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B0BA; }
p { color: rgb(102,176,186); }
H1.HeaderClassName
{
color: #66B0BA;
}
.AnyTagClassName
{
color: #66B0BA;
}
</style>
background-color css
<style>
a { background-color: #66B0BA; }
a { background-color: rgb(102,176,186); }
div.DivClassName
{
background-color: #66B0BA;
}
.BgClassName
{
background-color: #66B0BA;
}
</style>
border-color css
<style>
span { border-color: #66B0BA; }
span { border-color: rgb(102,176,186); }
td.TdClassName
{
border-color: #66B0BA;
}
.TagClassName
{
border-color: #66B0BA;
}
</style>