Shades of Fountain Blue #66A9AD
Tints of Fountain Blue #66A9AD
RGB
CMYK
RGB Variations
Color information
#66A9AD (or 0x66A9AD) is known color: Fountain Blue. HEX triplet: 66, A9 and AD. RGB value is (102,169,173). Sum of RGB (Red+Green+Blue) = 102+169+173=444 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.97% from 444); Green value is 169 (66.41% from 255 or 38.06% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 173 - color contains mainly: blue. Hex color #66A9AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A9AD is #995652. Grayscale: #959595. Windows color (decimal): -10049107 or 11381094. OLE color: 11381094.
HSL color Cylindrical-coordinate representation of color #66A9AD: hue angle of 183.38º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #66A9AD is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 169 | 173 | - |
| CMYK | 0.41 | 0.02 | 0 | 0.32 |
| HSL | 183.38º | 0.3% | 0.54% | - |
| HSV(B) | 183.38º | 0.41% | 0.68% | - |
| XYZ | 27.21 | 34.22 | 44.71 | - |
| YUV | 149.42 | 141.3 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 169 | 173 | 0.41 | 0.02 | 0 | 0.32 | 183.38 | 0.3 | 0.54 |
| Hex | 66 | A9 | AD | 29 | 2 | 0 | 20 | B7 | 1E | 36 |
| Octal | 146 | 251 | 255 | 51 | 2 | 0 | 40 | 267 | 36 | 66 |
| Binary | 1100110 | 10101001 | 10101101 | 101001 | 10 | 0 | 100000 | 10110111 | 11110 | 110110 |
Color Harmonies of #66A9AD
Complementary color
Monochromatic Colors of #66A9AD
Black with #66A9AD
Text Example
Text Example
White with #66A9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A9AD; }
p { color: rgb(102,169,173); }
H1.HeaderClassName
{
color: #66A9AD;
}
.AnyTagClassName
{
color: #66A9AD;
}
</style>
background-color css
<style>
a { background-color: #66A9AD; }
a { background-color: rgb(102,169,173); }
div.DivClassName
{
background-color: #66A9AD;
}
.BgClassName
{
background-color: #66A9AD;
}
</style>
border-color css
<style>
span { border-color: #66A9AD; }
span { border-color: rgb(102,169,173); }
td.TdClassName
{
border-color: #66A9AD;
}
.TagClassName
{
border-color: #66A9AD;
}
</style>