Shades of Fountain Blue #66BABD
Tints of Fountain Blue #66BABD
RGB
CMYK
RGB Variations
Color information
#66BABD (or 0x66BABD) is known color: Fountain Blue. HEX triplet: 66, BA and BD. RGB value is (102,186,189). Sum of RGB (Red+Green+Blue) = 102+186+189=477 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.38% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 189 - color contains mainly: blue. Hex color #66BABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BABD is #994542. Grayscale: #A1A1A1. Windows color (decimal): -10044739 or 12434022. OLE color: 12434022.
HSL color Cylindrical-coordinate representation of color #66BABD: hue angle of 182.07º degrees, saturation: 0.4, 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 #66BABD is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 186 | 189 | - |
| CMYK | 0.46 | 0.02 | 0 | 0.26 |
| HSL | 182.07º | 0.4% | 0.57% | - |
| HSV(B) | 182.07º | 0.46% | 0.74% | - |
| XYZ | 32.22 | 41.62 | 54.48 | - |
| YUV | 161.23 | 143.67 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 186 | 189 | 0.46 | 0.02 | 0 | 0.26 | 182.07 | 0.4 | 0.57 |
| Hex | 66 | BA | BD | 2E | 2 | 0 | 1A | B6 | 28 | 39 |
| Octal | 146 | 272 | 275 | 56 | 2 | 0 | 32 | 266 | 50 | 71 |
| Binary | 1100110 | 10111010 | 10111101 | 101110 | 10 | 0 | 11010 | 10110110 | 101000 | 111001 |
Color Harmonies of #66BABD
Complementary color
Monochromatic Colors of #66BABD
Black with #66BABD
Text Example
Text Example
White with #66BABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BABD; }
p { color: rgb(102,186,189); }
H1.HeaderClassName
{
color: #66BABD;
}
.AnyTagClassName
{
color: #66BABD;
}
</style>
background-color css
<style>
a { background-color: #66BABD; }
a { background-color: rgb(102,186,189); }
div.DivClassName
{
background-color: #66BABD;
}
.BgClassName
{
background-color: #66BABD;
}
</style>
border-color css
<style>
span { border-color: #66BABD; }
span { border-color: rgb(102,186,189); }
td.TdClassName
{
border-color: #66BABD;
}
.TagClassName
{
border-color: #66BABD;
}
</style>