Shades of Fountain Blue #66B2BF
Tints of Fountain Blue #66B2BF
RGB
CMYK
RGB Variations
Color information
#66B2BF (or 0x66B2BF) is known color: Fountain Blue. HEX triplet: 66, B2 and BF. RGB value is (102,178,191). Sum of RGB (Red+Green+Blue) = 102+178+191=471 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.66% from 471); Green value is 178 (69.92% from 255 or 37.79% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 191 - color contains mainly: blue. Hex color #66B2BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66B2BF is #994D40. Grayscale: #9C9C9C. Windows color (decimal): -10046785 or 12563046. OLE color: 12563046.
HSL color Cylindrical-coordinate representation of color #66B2BF: hue angle of 188.76º 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 #66B2BF is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 178 | 191 | - |
| CMYK | 0.47 | 0.07 | 0 | 0.25 |
| HSL | 188.76º | 0.41% | 0.57% | - |
| HSV(B) | 188.76º | 0.47% | 0.75% | - |
| XYZ | 30.8 | 38.43 | 55.08 | - |
| YUV | 156.76 | 147.32 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 178 | 191 | 0.47 | 0.07 | 0 | 0.25 | 188.76 | 0.41 | 0.57 |
| Hex | 66 | B2 | BF | 2F | 7 | 0 | 19 | BD | 29 | 39 |
| Octal | 146 | 262 | 277 | 57 | 7 | 0 | 31 | 275 | 51 | 71 |
| Binary | 1100110 | 10110010 | 10111111 | 101111 | 111 | 0 | 11001 | 10111101 | 101001 | 111001 |
Color Harmonies of #66B2BF
Complementary color
Monochromatic Colors of #66B2BF
Black with #66B2BF
Text Example
Text Example
White with #66B2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B2BF; }
p { color: rgb(102,178,191); }
H1.HeaderClassName
{
color: #66B2BF;
}
.AnyTagClassName
{
color: #66B2BF;
}
</style>
background-color css
<style>
a { background-color: #66B2BF; }
a { background-color: rgb(102,178,191); }
div.DivClassName
{
background-color: #66B2BF;
}
.BgClassName
{
background-color: #66B2BF;
}
</style>
border-color css
<style>
span { border-color: #66B2BF; }
span { border-color: rgb(102,178,191); }
td.TdClassName
{
border-color: #66B2BF;
}
.TagClassName
{
border-color: #66B2BF;
}
</style>