Shades of Fountain Blue #66AAAE
Tints of Fountain Blue #66AAAE
RGB
CMYK
RGB Variations
Color information
#66AAAE (or 0x66AAAE) is known color: Fountain Blue. HEX triplet: 66, AA and AE. RGB value is (102,170,174). Sum of RGB (Red+Green+Blue) = 102+170+174=446 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.87% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 174 - color contains mainly: blue. Hex color #66AAAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AAAE is #995551. Grayscale: #969696. Windows color (decimal): -10048850 or 11446886. OLE color: 11446886.
HSL color Cylindrical-coordinate representation of color #66AAAE: hue angle of 183.33º degrees, saturation: 0.31, 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 #66AAAE is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 170 | 174 | - |
| CMYK | 0.41 | 0.02 | 0 | 0.32 |
| HSL | 183.33º | 0.31% | 0.54% | - |
| HSV(B) | 183.33º | 0.41% | 0.68% | - |
| XYZ | 27.49 | 34.63 | 45.28 | - |
| YUV | 150.12 | 141.47 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 170 | 174 | 0.41 | 0.02 | 0 | 0.32 | 183.33 | 0.31 | 0.54 |
| Hex | 66 | AA | AE | 29 | 2 | 0 | 20 | B7 | 1F | 36 |
| Octal | 146 | 252 | 256 | 51 | 2 | 0 | 40 | 267 | 37 | 66 |
| Binary | 1100110 | 10101010 | 10101110 | 101001 | 10 | 0 | 100000 | 10110111 | 11111 | 110110 |
Color Harmonies of #66AAAE
Complementary color
Monochromatic Colors of #66AAAE
Black with #66AAAE
Text Example
Text Example
White with #66AAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AAAE; }
p { color: rgb(102,170,174); }
H1.HeaderClassName
{
color: #66AAAE;
}
.AnyTagClassName
{
color: #66AAAE;
}
</style>
background-color css
<style>
a { background-color: #66AAAE; }
a { background-color: rgb(102,170,174); }
div.DivClassName
{
background-color: #66AAAE;
}
.BgClassName
{
background-color: #66AAAE;
}
</style>
border-color css
<style>
span { border-color: #66AAAE; }
span { border-color: rgb(102,170,174); }
td.TdClassName
{
border-color: #66AAAE;
}
.TagClassName
{
border-color: #66AAAE;
}
</style>