Shades of Fountain Blue #66BCBD
Tints of Fountain Blue #66BCBD
RGB
CMYK
RGB Variations
Color information
#66BCBD (or 0x66BCBD) is known color: Fountain Blue. HEX triplet: 66, BC and BD. RGB value is (102,188,189). Sum of RGB (Red+Green+Blue) = 102+188+189=479 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.29% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 189 - color contains mainly: blue. Hex color #66BCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BCBD is #994342. Grayscale: #A2A2A2. Windows color (decimal): -10044227 or 12434534. OLE color: 12434534.
HSL color Cylindrical-coordinate representation of color #66BCBD: hue angle of 180.69º 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 #66BCBD is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 188 | 189 | - |
| CMYK | 0.46 | 0.01 | 0 | 0.26 |
| HSL | 180.69º | 0.4% | 0.57% | - |
| HSV(B) | 180.69º | 0.46% | 0.74% | - |
| XYZ | 32.65 | 42.47 | 54.62 | - |
| YUV | 162.4 | 143.01 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 188 | 189 | 0.46 | 0.01 | 0 | 0.26 | 180.69 | 0.4 | 0.57 |
| Hex | 66 | BC | BD | 2E | 1 | 0 | 1A | B5 | 28 | 39 |
| Octal | 146 | 274 | 275 | 56 | 1 | 0 | 32 | 265 | 50 | 71 |
| Binary | 1100110 | 10111100 | 10111101 | 101110 | 1 | 0 | 11010 | 10110101 | 101000 | 111001 |
Color Harmonies of #66BCBD
Complementary color
Monochromatic Colors of #66BCBD
Black with #66BCBD
Text Example
Text Example
White with #66BCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BCBD; }
p { color: rgb(102,188,189); }
H1.HeaderClassName
{
color: #66BCBD;
}
.AnyTagClassName
{
color: #66BCBD;
}
</style>
background-color css
<style>
a { background-color: #66BCBD; }
a { background-color: rgb(102,188,189); }
div.DivClassName
{
background-color: #66BCBD;
}
.BgClassName
{
background-color: #66BCBD;
}
</style>
border-color css
<style>
span { border-color: #66BCBD; }
span { border-color: rgb(102,188,189); }
td.TdClassName
{
border-color: #66BCBD;
}
.TagClassName
{
border-color: #66BCBD;
}
</style>