Shades of Fountain Blue #66AEC0
Tints of Fountain Blue #66AEC0
RGB
CMYK
RGB Variations
Color information
#66AEC0 (or 0x66AEC0) is known color: Fountain Blue. HEX triplet: 66, AE and C0. RGB value is (102,174,192). Sum of RGB (Red+Green+Blue) = 102+174+192=468 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.79% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 192 (75.39% from 255 or 41.03% from 468); Max value from RGB is 192 - color contains mainly: blue. Hex color #66AEC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AEC0 is #99513F. Grayscale: #9A9A9A. Windows color (decimal): -10047808 or 12627558. OLE color: 12627558.
HSL color Cylindrical-coordinate representation of color #66AEC0: hue angle of 192º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66AEC0 is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 174 | 192 | - |
| CMYK | 0.47 | 0.09 | 0 | 0.25 |
| HSL | 192º | 0.42% | 0.58% | - |
| HSV(B) | 192º | 0.47% | 0.75% | - |
| XYZ | 30.13 | 36.9 | 55.4 | - |
| YUV | 154.52 | 149.15 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 174 | 192 | 0.47 | 0.09 | 0 | 0.25 | 192 | 0.42 | 0.58 |
| Hex | 66 | AE | C0 | 2F | 9 | 0 | 19 | C0 | 2A | 3A |
| Octal | 146 | 256 | 300 | 57 | 11 | 0 | 31 | 300 | 52 | 72 |
| Binary | 1100110 | 10101110 | 11000000 | 101111 | 1001 | 0 | 11001 | 11000000 | 101010 | 111010 |
Color Harmonies of #66AEC0
Complementary color
Monochromatic Colors of #66AEC0
Black with #66AEC0
Text Example
Text Example
White with #66AEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AEC0; }
p { color: rgb(102,174,192); }
H1.HeaderClassName
{
color: #66AEC0;
}
.AnyTagClassName
{
color: #66AEC0;
}
</style>
background-color css
<style>
a { background-color: #66AEC0; }
a { background-color: rgb(102,174,192); }
div.DivClassName
{
background-color: #66AEC0;
}
.BgClassName
{
background-color: #66AEC0;
}
</style>
border-color css
<style>
span { border-color: #66AEC0; }
span { border-color: rgb(102,174,192); }
td.TdClassName
{
border-color: #66AEC0;
}
.TagClassName
{
border-color: #66AEC0;
}
</style>