Shades of Fountain Blue #66BBBC
Tints of Fountain Blue #66BBBC
RGB
CMYK
RGB Variations
Color information
#66BBBC (or 0x66BBBC) is known color: Fountain Blue. HEX triplet: 66, BB and BC. RGB value is (102,187,188). Sum of RGB (Red+Green+Blue) = 102+187+188=477 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.38% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 188 - color contains mainly: blue. Hex color #66BBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BBBC is #994443. Grayscale: #A1A1A1. Windows color (decimal): -10044484 or 12368742. OLE color: 12368742.
HSL color Cylindrical-coordinate representation of color #66BBBC: hue angle of 180.7º 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 #66BBBC is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 187 | 188 | - |
| CMYK | 0.46 | 0.01 | 0 | 0.26 |
| HSL | 180.7º | 0.39% | 0.57% | - |
| HSV(B) | 180.7º | 0.46% | 0.74% | - |
| XYZ | 32.33 | 42 | 53.98 | - |
| YUV | 161.7 | 142.84 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 187 | 188 | 0.46 | 0.01 | 0 | 0.26 | 180.7 | 0.39 | 0.57 |
| Hex | 66 | BB | BC | 2E | 1 | 0 | 1A | B5 | 27 | 39 |
| Octal | 146 | 273 | 274 | 56 | 1 | 0 | 32 | 265 | 47 | 71 |
| Binary | 1100110 | 10111011 | 10111100 | 101110 | 1 | 0 | 11010 | 10110101 | 100111 | 111001 |
Color Harmonies of #66BBBC
Complementary color
Monochromatic Colors of #66BBBC
Black with #66BBBC
Text Example
Text Example
White with #66BBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BBBC; }
p { color: rgb(102,187,188); }
H1.HeaderClassName
{
color: #66BBBC;
}
.AnyTagClassName
{
color: #66BBBC;
}
</style>
background-color css
<style>
a { background-color: #66BBBC; }
a { background-color: rgb(102,187,188); }
div.DivClassName
{
background-color: #66BBBC;
}
.BgClassName
{
background-color: #66BBBC;
}
</style>
border-color css
<style>
span { border-color: #66BBBC; }
span { border-color: rgb(102,187,188); }
td.TdClassName
{
border-color: #66BBBC;
}
.TagClassName
{
border-color: #66BBBC;
}
</style>