Shades of Fountain Blue #66A8BA
Tints of Fountain Blue #66A8BA
RGB
CMYK
RGB Variations
Color information
#66A8BA (or 0x66A8BA) is known color: Fountain Blue. HEX triplet: 66, A8 and BA. RGB value is (102,168,186). Sum of RGB (Red+Green+Blue) = 102+168+186=456 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.37% from 456); Green value is 168 (66.02% from 255 or 36.84% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #66A8BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A8BA is #995745. Grayscale: #969696. Windows color (decimal): -10049350 or 12232806. OLE color: 12232806.
HSL color Cylindrical-coordinate representation of color #66A8BA: hue angle of 192.86º 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 #66A8BA is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 168 | 186 | - |
| CMYK | 0.45 | 0.10 | 0 | 0.27 |
| HSL | 192.86º | 0.38% | 0.56% | - |
| HSV(B) | 192.86º | 0.45% | 0.73% | - |
| XYZ | 28.35 | 34.38 | 51.6 | - |
| YUV | 150.32 | 148.13 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 168 | 186 | 0.45 | 0.10 | 0 | 0.27 | 192.86 | 0.38 | 0.56 |
| Hex | 66 | A8 | BA | 2D | A | 0 | 1B | C1 | 26 | 38 |
| Octal | 146 | 250 | 272 | 55 | 12 | 0 | 33 | 301 | 46 | 70 |
| Binary | 1100110 | 10101000 | 10111010 | 101101 | 1010 | 0 | 11011 | 11000001 | 100110 | 111000 |
Color Harmonies of #66A8BA
Complementary color
Monochromatic Colors of #66A8BA
Black with #66A8BA
Text Example
Text Example
White with #66A8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A8BA; }
p { color: rgb(102,168,186); }
H1.HeaderClassName
{
color: #66A8BA;
}
.AnyTagClassName
{
color: #66A8BA;
}
</style>
background-color css
<style>
a { background-color: #66A8BA; }
a { background-color: rgb(102,168,186); }
div.DivClassName
{
background-color: #66A8BA;
}
.BgClassName
{
background-color: #66A8BA;
}
</style>
border-color css
<style>
span { border-color: #66A8BA; }
span { border-color: rgb(102,168,186); }
td.TdClassName
{
border-color: #66A8BA;
}
.TagClassName
{
border-color: #66A8BA;
}
</style>