Shades of Fountain Blue #66A8AD
Tints of Fountain Blue #66A8AD
RGB
CMYK
RGB Variations
Color information
#66A8AD (or 0x66A8AD) is known color: Fountain Blue. HEX triplet: 66, A8 and AD. RGB value is (102,168,173). Sum of RGB (Red+Green+Blue) = 102+168+173=443 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.02% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 173 - color contains mainly: blue. Hex color #66A8AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A8AD is #995752. Grayscale: #949494. Windows color (decimal): -10049363 or 11380838. OLE color: 11380838.
HSL color Cylindrical-coordinate representation of color #66A8AD: hue angle of 184.23º 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 #66A8AD is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 168 | 173 | - |
| CMYK | 0.41 | 0.03 | 0 | 0.32 |
| HSL | 184.23º | 0.3% | 0.54% | - |
| HSV(B) | 184.23º | 0.41% | 0.68% | - |
| XYZ | 27.02 | 33.85 | 44.64 | - |
| YUV | 148.84 | 141.63 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 168 | 173 | 0.41 | 0.03 | 0 | 0.32 | 184.23 | 0.3 | 0.54 |
| Hex | 66 | A8 | AD | 29 | 3 | 0 | 20 | B8 | 1E | 36 |
| Octal | 146 | 250 | 255 | 51 | 3 | 0 | 40 | 270 | 36 | 66 |
| Binary | 1100110 | 10101000 | 10101101 | 101001 | 11 | 0 | 100000 | 10111000 | 11110 | 110110 |
Color Harmonies of #66A8AD
Complementary color
Monochromatic Colors of #66A8AD
Black with #66A8AD
Text Example
Text Example
White with #66A8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A8AD; }
p { color: rgb(102,168,173); }
H1.HeaderClassName
{
color: #66A8AD;
}
.AnyTagClassName
{
color: #66A8AD;
}
</style>
background-color css
<style>
a { background-color: #66A8AD; }
a { background-color: rgb(102,168,173); }
div.DivClassName
{
background-color: #66A8AD;
}
.BgClassName
{
background-color: #66A8AD;
}
</style>
border-color css
<style>
span { border-color: #66A8AD; }
span { border-color: rgb(102,168,173); }
td.TdClassName
{
border-color: #66A8AD;
}
.TagClassName
{
border-color: #66A8AD;
}
</style>