Shades of Fountain Blue #66AEBE
Tints of Fountain Blue #66AEBE
RGB
CMYK
RGB Variations
Color information
#66AEBE (or 0x66AEBE) is known color: Fountain Blue. HEX triplet: 66, AE and BE. RGB value is (102,174,190). Sum of RGB (Red+Green+Blue) = 102+174+190=466 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.89% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #66AEBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AEBE is #995141. Grayscale: #9A9A9A. Windows color (decimal): -10047810 or 12496486. OLE color: 12496486.
HSL color Cylindrical-coordinate representation of color #66AEBE: hue angle of 190.91º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66AEBE is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 174 | 190 | - |
| CMYK | 0.46 | 0.08 | 0 | 0.25 |
| HSL | 190.91º | 0.4% | 0.57% | - |
| HSV(B) | 190.91º | 0.46% | 0.75% | - |
| XYZ | 29.91 | 36.81 | 54.24 | - |
| YUV | 154.3 | 148.15 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 174 | 190 | 0.46 | 0.08 | 0 | 0.25 | 190.91 | 0.4 | 0.57 |
| Hex | 66 | AE | BE | 2E | 8 | 0 | 19 | BF | 28 | 39 |
| Octal | 146 | 256 | 276 | 56 | 10 | 0 | 31 | 277 | 50 | 71 |
| Binary | 1100110 | 10101110 | 10111110 | 101110 | 1000 | 0 | 11001 | 10111111 | 101000 | 111001 |
Color Harmonies of #66AEBE
Complementary color
Monochromatic Colors of #66AEBE
Black with #66AEBE
Text Example
Text Example
White with #66AEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AEBE; }
p { color: rgb(102,174,190); }
H1.HeaderClassName
{
color: #66AEBE;
}
.AnyTagClassName
{
color: #66AEBE;
}
</style>
background-color css
<style>
a { background-color: #66AEBE; }
a { background-color: rgb(102,174,190); }
div.DivClassName
{
background-color: #66AEBE;
}
.BgClassName
{
background-color: #66AEBE;
}
</style>
border-color css
<style>
span { border-color: #66AEBE; }
span { border-color: rgb(102,174,190); }
td.TdClassName
{
border-color: #66AEBE;
}
.TagClassName
{
border-color: #66AEBE;
}
</style>