Shades of Fountain Blue #66BABC
Tints of Fountain Blue #66BABC
RGB
CMYK
RGB Variations
Color information
#66BABC (or 0x66BABC) is known color: Fountain Blue. HEX triplet: 66, BA and BC. RGB value is (102,186,188). Sum of RGB (Red+Green+Blue) = 102+186+188=476 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.43% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 188 - color contains mainly: blue. Hex color #66BABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BABC is #994543. Grayscale: #A1A1A1. Windows color (decimal): -10044740 or 12368486. OLE color: 12368486.
HSL color Cylindrical-coordinate representation of color #66BABC: hue angle of 181.4º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66BABC is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 186 | 188 | - |
| CMYK | 0.46 | 0.01 | 0 | 0.26 |
| HSL | 181.4º | 0.39% | 0.57% | - |
| HSV(B) | 181.4º | 0.46% | 0.74% | - |
| XYZ | 32.12 | 41.57 | 53.91 | - |
| YUV | 161.11 | 143.17 | 85.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 186 | 188 | 0.46 | 0.01 | 0 | 0.26 | 181.4 | 0.39 | 0.57 |
| Hex | 66 | BA | BC | 2E | 1 | 0 | 1A | B5 | 27 | 39 |
| Octal | 146 | 272 | 274 | 56 | 1 | 0 | 32 | 265 | 47 | 71 |
| Binary | 1100110 | 10111010 | 10111100 | 101110 | 1 | 0 | 11010 | 10110101 | 100111 | 111001 |
Color Harmonies of #66BABC
Complementary color
Monochromatic Colors of #66BABC
Black with #66BABC
Text Example
Text Example
White with #66BABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BABC; }
p { color: rgb(102,186,188); }
H1.HeaderClassName
{
color: #66BABC;
}
.AnyTagClassName
{
color: #66BABC;
}
</style>
background-color css
<style>
a { background-color: #66BABC; }
a { background-color: rgb(102,186,188); }
div.DivClassName
{
background-color: #66BABC;
}
.BgClassName
{
background-color: #66BABC;
}
</style>
border-color css
<style>
span { border-color: #66BABC; }
span { border-color: rgb(102,186,188); }
td.TdClassName
{
border-color: #66BABC;
}
.TagClassName
{
border-color: #66BABC;
}
</style>