Shades of Fountain Blue #66A9BA
Tints of Fountain Blue #66A9BA
RGB
CMYK
RGB Variations
Color information
#66A9BA (or 0x66A9BA) is known color: Fountain Blue. HEX triplet: 66, A9 and BA. RGB value is (102,169,186). Sum of RGB (Red+Green+Blue) = 102+169+186=457 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.32% from 457); Green value is 169 (66.41% from 255 or 36.98% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #66A9BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A9BA is #995645. Grayscale: #969696. Windows color (decimal): -10049094 or 12233062. OLE color: 12233062.
HSL color Cylindrical-coordinate representation of color #66A9BA: hue angle of 192.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 #66A9BA is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 169 | 186 | - |
| CMYK | 0.45 | 0.09 | 0 | 0.27 |
| HSL | 192.14º | 0.38% | 0.56% | - |
| HSV(B) | 192.14º | 0.45% | 0.73% | - |
| XYZ | 28.53 | 34.75 | 51.66 | - |
| YUV | 150.91 | 147.8 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 169 | 186 | 0.45 | 0.09 | 0 | 0.27 | 192.14 | 0.38 | 0.56 |
| Hex | 66 | A9 | BA | 2D | 9 | 0 | 1B | C0 | 26 | 38 |
| Octal | 146 | 251 | 272 | 55 | 11 | 0 | 33 | 300 | 46 | 70 |
| Binary | 1100110 | 10101001 | 10111010 | 101101 | 1001 | 0 | 11011 | 11000000 | 100110 | 111000 |
Color Harmonies of #66A9BA
Complementary color
Monochromatic Colors of #66A9BA
Black with #66A9BA
Text Example
Text Example
White with #66A9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A9BA; }
p { color: rgb(102,169,186); }
H1.HeaderClassName
{
color: #66A9BA;
}
.AnyTagClassName
{
color: #66A9BA;
}
</style>
background-color css
<style>
a { background-color: #66A9BA; }
a { background-color: rgb(102,169,186); }
div.DivClassName
{
background-color: #66A9BA;
}
.BgClassName
{
background-color: #66A9BA;
}
</style>
border-color css
<style>
span { border-color: #66A9BA; }
span { border-color: rgb(102,169,186); }
td.TdClassName
{
border-color: #66A9BA;
}
.TagClassName
{
border-color: #66A9BA;
}
</style>