Shades of Fountain Blue #66B4BF
Tints of Fountain Blue #66B4BF
RGB
CMYK
RGB Variations
Color information
#66B4BF (or 0x66B4BF) is known color: Fountain Blue. HEX triplet: 66, B4 and BF. RGB value is (102,180,191). Sum of RGB (Red+Green+Blue) = 102+180+191=473 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.56% from 473); Green value is 180 (70.70% from 255 or 38.05% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 191 - color contains mainly: blue. Hex color #66B4BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66B4BF is #994B40. Grayscale: #9D9D9D. Windows color (decimal): -10046273 or 12563558. OLE color: 12563558.
HSL color Cylindrical-coordinate representation of color #66B4BF: hue angle of 187.42º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66B4BF is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 180 | 191 | - |
| CMYK | 0.47 | 0.06 | 0 | 0.25 |
| HSL | 187.42º | 0.41% | 0.57% | - |
| HSV(B) | 187.42º | 0.47% | 0.75% | - |
| XYZ | 31.2 | 39.23 | 55.22 | - |
| YUV | 157.93 | 146.66 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 180 | 191 | 0.47 | 0.06 | 0 | 0.25 | 187.42 | 0.41 | 0.57 |
| Hex | 66 | B4 | BF | 2F | 6 | 0 | 19 | BB | 29 | 39 |
| Octal | 146 | 264 | 277 | 57 | 6 | 0 | 31 | 273 | 51 | 71 |
| Binary | 1100110 | 10110100 | 10111111 | 101111 | 110 | 0 | 11001 | 10111011 | 101001 | 111001 |
Color Harmonies of #66B4BF
Complementary color
Monochromatic Colors of #66B4BF
Black with #66B4BF
Text Example
Text Example
White with #66B4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B4BF; }
p { color: rgb(102,180,191); }
H1.HeaderClassName
{
color: #66B4BF;
}
.AnyTagClassName
{
color: #66B4BF;
}
</style>
background-color css
<style>
a { background-color: #66B4BF; }
a { background-color: rgb(102,180,191); }
div.DivClassName
{
background-color: #66B4BF;
}
.BgClassName
{
background-color: #66B4BF;
}
</style>
border-color css
<style>
span { border-color: #66B4BF; }
span { border-color: rgb(102,180,191); }
td.TdClassName
{
border-color: #66B4BF;
}
.TagClassName
{
border-color: #66B4BF;
}
</style>