Shades of Fountain Blue #66AABC
Tints of Fountain Blue #66AABC
RGB
CMYK
RGB Variations
Color information
#66AABC (or 0x66AABC) is known color: Fountain Blue. HEX triplet: 66, AA and BC. RGB value is (102,170,188). Sum of RGB (Red+Green+Blue) = 102+170+188=460 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.17% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 188 - color contains mainly: blue. Hex color #66AABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AABC is #995543. Grayscale: #979797. Windows color (decimal): -10048836 or 12364390. OLE color: 12364390.
HSL color Cylindrical-coordinate representation of color #66AABC: hue angle of 192.56º 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 #66AABC is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 170 | 188 | - |
| CMYK | 0.46 | 0.10 | 0 | 0.26 |
| HSL | 192.56º | 0.39% | 0.57% | - |
| HSV(B) | 192.56º | 0.46% | 0.74% | - |
| XYZ | 28.93 | 35.21 | 52.85 | - |
| YUV | 151.72 | 148.47 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 170 | 188 | 0.46 | 0.10 | 0 | 0.26 | 192.56 | 0.39 | 0.57 |
| Hex | 66 | AA | BC | 2E | A | 0 | 1A | C1 | 27 | 39 |
| Octal | 146 | 252 | 274 | 56 | 12 | 0 | 32 | 301 | 47 | 71 |
| Binary | 1100110 | 10101010 | 10111100 | 101110 | 1010 | 0 | 11010 | 11000001 | 100111 | 111001 |
Color Harmonies of #66AABC
Complementary color
Monochromatic Colors of #66AABC
Black with #66AABC
Text Example
Text Example
White with #66AABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AABC; }
p { color: rgb(102,170,188); }
H1.HeaderClassName
{
color: #66AABC;
}
.AnyTagClassName
{
color: #66AABC;
}
</style>
background-color css
<style>
a { background-color: #66AABC; }
a { background-color: rgb(102,170,188); }
div.DivClassName
{
background-color: #66AABC;
}
.BgClassName
{
background-color: #66AABC;
}
</style>
border-color css
<style>
span { border-color: #66AABC; }
span { border-color: rgb(102,170,188); }
td.TdClassName
{
border-color: #66AABC;
}
.TagClassName
{
border-color: #66AABC;
}
</style>