Shades of Fountain Blue #66BCB7
Tints of Fountain Blue #66BCB7
RGB
CMYK
RGB Variations
Color information
#66BCB7 (or 0x66BCB7) is known color: Fountain Blue. HEX triplet: 66, BC and B7. RGB value is (102,188,183). Sum of RGB (Red+Green+Blue) = 102+188+183=473 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.56% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 183 (71.88% from 255 or 38.69% from 473); Max value from RGB is 188 - color contains mainly: green. Hex color #66BCB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BCB7 is #994348. Grayscale: #A1A1A1. Windows color (decimal): -10044233 or 12041318. OLE color: 12041318.
HSL color Cylindrical-coordinate representation of color #66BCB7: hue angle of 176.51º 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 #66BCB7 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 188 | 183 | - |
| CMYK | 0.46 | 0 | 0.03 | 0.26 |
| HSL | 176.51º | 0.39% | 0.57% | - |
| HSV(B) | 176.51º | 0.46% | 0.74% | - |
| XYZ | 32.01 | 42.21 | 51.26 | - |
| YUV | 161.72 | 140.01 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 188 | 183 | 0.46 | 0 | 0.03 | 0.26 | 176.51 | 0.39 | 0.57 |
| Hex | 66 | BC | B7 | 2E | 0 | 3 | 1A | B1 | 27 | 39 |
| Octal | 146 | 274 | 267 | 56 | 0 | 3 | 32 | 261 | 47 | 71 |
| Binary | 1100110 | 10111100 | 10110111 | 101110 | 0 | 11 | 11010 | 10110001 | 100111 | 111001 |
Color Harmonies of #66BCB7
Complementary color
Monochromatic Colors of #66BCB7
Black with #66BCB7
Text Example
Text Example
White with #66BCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BCB7; }
p { color: rgb(102,188,183); }
H1.HeaderClassName
{
color: #66BCB7;
}
.AnyTagClassName
{
color: #66BCB7;
}
</style>
background-color css
<style>
a { background-color: #66BCB7; }
a { background-color: rgb(102,188,183); }
div.DivClassName
{
background-color: #66BCB7;
}
.BgClassName
{
background-color: #66BCB7;
}
</style>
border-color css
<style>
span { border-color: #66BCB7; }
span { border-color: rgb(102,188,183); }
td.TdClassName
{
border-color: #66BCB7;
}
.TagClassName
{
border-color: #66BCB7;
}
</style>