Shades of Fountain Blue #66A5AA
Tints of Fountain Blue #66A5AA
RGB
CMYK
RGB Variations
Color information
#66A5AA (or 0x66A5AA) is known color: Fountain Blue. HEX triplet: 66, A5 and AA. RGB value is (102,165,170). Sum of RGB (Red+Green+Blue) = 102+165+170=437 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.34% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 170 - color contains mainly: blue. Hex color #66A5AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A5AA is #995A55. Grayscale: #929292. Windows color (decimal): -10050134 or 11183462. OLE color: 11183462.
HSL color Cylindrical-coordinate representation of color #66A5AA: hue angle of 184.41º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66A5AA is Cyan = 0.4, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 165 | 170 | - |
| CMYK | 0.4 | 0.03 | 0 | 0.33 |
| HSL | 184.41º | 0.29% | 0.53% | - |
| HSV(B) | 184.41º | 0.4% | 0.67% | - |
| XYZ | 26.19 | 32.64 | 42.95 | - |
| YUV | 146.73 | 141.13 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 165 | 170 | 0.4 | 0.03 | 0 | 0.33 | 184.41 | 0.29 | 0.53 |
| Hex | 66 | A5 | AA | 28 | 3 | 0 | 21 | B8 | 1D | 35 |
| Octal | 146 | 245 | 252 | 50 | 3 | 0 | 41 | 270 | 35 | 65 |
| Binary | 1100110 | 10100101 | 10101010 | 101000 | 11 | 0 | 100001 | 10111000 | 11101 | 110101 |
Color Harmonies of #66A5AA
Complementary color
Monochromatic Colors of #66A5AA
Black with #66A5AA
Text Example
Text Example
White with #66A5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A5AA; }
p { color: rgb(102,165,170); }
H1.HeaderClassName
{
color: #66A5AA;
}
.AnyTagClassName
{
color: #66A5AA;
}
</style>
background-color css
<style>
a { background-color: #66A5AA; }
a { background-color: rgb(102,165,170); }
div.DivClassName
{
background-color: #66A5AA;
}
.BgClassName
{
background-color: #66A5AA;
}
</style>
border-color css
<style>
span { border-color: #66A5AA; }
span { border-color: rgb(102,165,170); }
td.TdClassName
{
border-color: #66A5AA;
}
.TagClassName
{
border-color: #66A5AA;
}
</style>