Shades of Fountain Blue #66B4C0
Tints of Fountain Blue #66B4C0
RGB
CMYK
RGB Variations
Color information
#66B4C0 (or 0x66B4C0) is known color: Fountain Blue. HEX triplet: 66, B4 and C0. RGB value is (102,180,192). Sum of RGB (Red+Green+Blue) = 102+180+192=474 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.52% from 474); Green value is 180 (70.70% from 255 or 37.97% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 192 - color contains mainly: blue. Hex color #66B4C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66B4C0 is #994B3F. Grayscale: #9D9D9D. Windows color (decimal): -10046272 or 12629094. OLE color: 12629094.
HSL color Cylindrical-coordinate representation of color #66B4C0: hue angle of 188º 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 #66B4C0 is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 180 | 192 | - |
| CMYK | 0.47 | 0.06 | 0 | 0.25 |
| HSL | 188º | 0.42% | 0.58% | - |
| HSV(B) | 188º | 0.47% | 0.75% | - |
| XYZ | 31.32 | 39.27 | 55.8 | - |
| YUV | 158.05 | 147.16 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 180 | 192 | 0.47 | 0.06 | 0 | 0.25 | 188 | 0.42 | 0.58 |
| Hex | 66 | B4 | C0 | 2F | 6 | 0 | 19 | BC | 2A | 3A |
| Octal | 146 | 264 | 300 | 57 | 6 | 0 | 31 | 274 | 52 | 72 |
| Binary | 1100110 | 10110100 | 11000000 | 101111 | 110 | 0 | 11001 | 10111100 | 101010 | 111010 |
Color Harmonies of #66B4C0
Complementary color
Monochromatic Colors of #66B4C0
Black with #66B4C0
Text Example
Text Example
White with #66B4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B4C0; }
p { color: rgb(102,180,192); }
H1.HeaderClassName
{
color: #66B4C0;
}
.AnyTagClassName
{
color: #66B4C0;
}
</style>
background-color css
<style>
a { background-color: #66B4C0; }
a { background-color: rgb(102,180,192); }
div.DivClassName
{
background-color: #66B4C0;
}
.BgClassName
{
background-color: #66B4C0;
}
</style>
border-color css
<style>
span { border-color: #66B4C0; }
span { border-color: rgb(102,180,192); }
td.TdClassName
{
border-color: #66B4C0;
}
.TagClassName
{
border-color: #66B4C0;
}
</style>