Shades of Fountain Blue #66ABBA
Tints of Fountain Blue #66ABBA
RGB
CMYK
RGB Variations
Color information
#66ABBA (or 0x66ABBA) is known color: Fountain Blue. HEX triplet: 66, AB and BA. RGB value is (102,171,186). Sum of RGB (Red+Green+Blue) = 102+171+186=459 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.22% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #66ABBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ABBA is #995445. Grayscale: #979797. Windows color (decimal): -10048582 or 12233574. OLE color: 12233574.
HSL color Cylindrical-coordinate representation of color #66ABBA: hue angle of 190.71º 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 #66ABBA is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 171 | 186 | - |
| CMYK | 0.45 | 0.08 | 0 | 0.27 |
| HSL | 190.71º | 0.38% | 0.56% | - |
| HSV(B) | 190.71º | 0.45% | 0.73% | - |
| XYZ | 28.91 | 35.5 | 51.78 | - |
| YUV | 152.08 | 147.14 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 171 | 186 | 0.45 | 0.08 | 0 | 0.27 | 190.71 | 0.38 | 0.56 |
| Hex | 66 | AB | BA | 2D | 8 | 0 | 1B | BF | 26 | 38 |
| Octal | 146 | 253 | 272 | 55 | 10 | 0 | 33 | 277 | 46 | 70 |
| Binary | 1100110 | 10101011 | 10111010 | 101101 | 1000 | 0 | 11011 | 10111111 | 100110 | 111000 |
Color Harmonies of #66ABBA
Complementary color
Monochromatic Colors of #66ABBA
Black with #66ABBA
Text Example
Text Example
White with #66ABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66ABBA; }
p { color: rgb(102,171,186); }
H1.HeaderClassName
{
color: #66ABBA;
}
.AnyTagClassName
{
color: #66ABBA;
}
</style>
background-color css
<style>
a { background-color: #66ABBA; }
a { background-color: rgb(102,171,186); }
div.DivClassName
{
background-color: #66ABBA;
}
.BgClassName
{
background-color: #66ABBA;
}
</style>
border-color css
<style>
span { border-color: #66ABBA; }
span { border-color: rgb(102,171,186); }
td.TdClassName
{
border-color: #66ABBA;
}
.TagClassName
{
border-color: #66ABBA;
}
</style>