Shades of Fountain Blue #66ABBC
Tints of Fountain Blue #66ABBC
RGB
CMYK
RGB Variations
Color information
#66ABBC (or 0x66ABBC) is known color: Fountain Blue. HEX triplet: 66, AB and BC. RGB value is (102,171,188). Sum of RGB (Red+Green+Blue) = 102+171+188=461 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.13% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 188 - color contains mainly: blue. Hex color #66ABBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ABBC is #995443. Grayscale: #989898. Windows color (decimal): -10048580 or 12364646. OLE color: 12364646.
HSL color Cylindrical-coordinate representation of color #66ABBC: hue angle of 191.86º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66ABBC is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 171 | 188 | - |
| CMYK | 0.46 | 0.09 | 0 | 0.26 |
| HSL | 191.86º | 0.39% | 0.57% | - |
| HSV(B) | 191.86º | 0.46% | 0.74% | - |
| XYZ | 29.12 | 35.58 | 52.91 | - |
| YUV | 152.31 | 148.14 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 171 | 188 | 0.46 | 0.09 | 0 | 0.26 | 191.86 | 0.39 | 0.57 |
| Hex | 66 | AB | BC | 2E | 9 | 0 | 1A | C0 | 27 | 39 |
| Octal | 146 | 253 | 274 | 56 | 11 | 0 | 32 | 300 | 47 | 71 |
| Binary | 1100110 | 10101011 | 10111100 | 101110 | 1001 | 0 | 11010 | 11000000 | 100111 | 111001 |
Color Harmonies of #66ABBC
Complementary color
Monochromatic Colors of #66ABBC
Black with #66ABBC
Text Example
Text Example
White with #66ABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66ABBC; }
p { color: rgb(102,171,188); }
H1.HeaderClassName
{
color: #66ABBC;
}
.AnyTagClassName
{
color: #66ABBC;
}
</style>
background-color css
<style>
a { background-color: #66ABBC; }
a { background-color: rgb(102,171,188); }
div.DivClassName
{
background-color: #66ABBC;
}
.BgClassName
{
background-color: #66ABBC;
}
</style>
border-color css
<style>
span { border-color: #66ABBC; }
span { border-color: rgb(102,171,188); }
td.TdClassName
{
border-color: #66ABBC;
}
.TagClassName
{
border-color: #66ABBC;
}
</style>