Shades of Fountain Blue #66AAB4
Tints of Fountain Blue #66AAB4
RGB
CMYK
RGB Variations
Color information
#66AAB4 (or 0x66AAB4) is known color: Fountain Blue. HEX triplet: 66, AA and B4. RGB value is (102,170,180). Sum of RGB (Red+Green+Blue) = 102+170+180=452 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.57% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 180 (70.70% from 255 or 39.82% from 452); Max value from RGB is 180 - color contains mainly: blue. Hex color #66AAB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AAB4 is #99554B. Grayscale: #969696. Windows color (decimal): -10048844 or 11840102. OLE color: 11840102.
HSL color Cylindrical-coordinate representation of color #66AAB4: hue angle of 187.69º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #66AAB4 is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 170 | 180 | - |
| CMYK | 0.43 | 0.06 | 0 | 0.29 |
| HSL | 187.69º | 0.34% | 0.55% | - |
| HSV(B) | 187.69º | 0.43% | 0.71% | - |
| XYZ | 28.09 | 34.87 | 48.43 | - |
| YUV | 150.81 | 144.47 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 170 | 180 | 0.43 | 0.06 | 0 | 0.29 | 187.69 | 0.34 | 0.55 |
| Hex | 66 | AA | B4 | 2B | 6 | 0 | 1D | BC | 22 | 37 |
| Octal | 146 | 252 | 264 | 53 | 6 | 0 | 35 | 274 | 42 | 67 |
| Binary | 1100110 | 10101010 | 10110100 | 101011 | 110 | 0 | 11101 | 10111100 | 100010 | 110111 |
Color Harmonies of #66AAB4
Complementary color
Monochromatic Colors of #66AAB4
Black with #66AAB4
Text Example
Text Example
White with #66AAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AAB4; }
p { color: rgb(102,170,180); }
H1.HeaderClassName
{
color: #66AAB4;
}
.AnyTagClassName
{
color: #66AAB4;
}
</style>
background-color css
<style>
a { background-color: #66AAB4; }
a { background-color: rgb(102,170,180); }
div.DivClassName
{
background-color: #66AAB4;
}
.BgClassName
{
background-color: #66AAB4;
}
</style>
border-color css
<style>
span { border-color: #66AAB4; }
span { border-color: rgb(102,170,180); }
td.TdClassName
{
border-color: #66AAB4;
}
.TagClassName
{
border-color: #66AAB4;
}
</style>