Shades of Fountain Blue #66BDBE
Tints of Fountain Blue #66BDBE
RGB
CMYK
RGB Variations
Color information
#66BDBE (or 0x66BDBE) is known color: Fountain Blue. HEX triplet: 66, BD and BE. RGB value is (102,189,190). Sum of RGB (Red+Green+Blue) = 102+189+190=481 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.21% from 481); Green value is 189 (74.22% from 255 or 39.29% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 190 - color contains mainly: blue. Hex color #66BDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BDBE is #994241. Grayscale: #A3A3A3. Windows color (decimal): -10043970 or 12500326. OLE color: 12500326.
HSL color Cylindrical-coordinate representation of color #66BDBE: hue angle of 180.68º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66BDBE is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 189 | 190 | - |
| CMYK | 0.46 | 0.01 | 0 | 0.25 |
| HSL | 180.68º | 0.4% | 0.57% | - |
| HSV(B) | 180.68º | 0.46% | 0.75% | - |
| XYZ | 32.97 | 42.94 | 55.27 | - |
| YUV | 163.1 | 143.18 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 189 | 190 | 0.46 | 0.01 | 0 | 0.25 | 180.68 | 0.4 | 0.57 |
| Hex | 66 | BD | BE | 2E | 1 | 0 | 19 | B5 | 28 | 39 |
| Octal | 146 | 275 | 276 | 56 | 1 | 0 | 31 | 265 | 50 | 71 |
| Binary | 1100110 | 10111101 | 10111110 | 101110 | 1 | 0 | 11001 | 10110101 | 101000 | 111001 |
Color Harmonies of #66BDBE
Complementary color
Monochromatic Colors of #66BDBE
Black with #66BDBE
Text Example
Text Example
White with #66BDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BDBE; }
p { color: rgb(102,189,190); }
H1.HeaderClassName
{
color: #66BDBE;
}
.AnyTagClassName
{
color: #66BDBE;
}
</style>
background-color css
<style>
a { background-color: #66BDBE; }
a { background-color: rgb(102,189,190); }
div.DivClassName
{
background-color: #66BDBE;
}
.BgClassName
{
background-color: #66BDBE;
}
</style>
border-color css
<style>
span { border-color: #66BDBE; }
span { border-color: rgb(102,189,190); }
td.TdClassName
{
border-color: #66BDBE;
}
.TagClassName
{
border-color: #66BDBE;
}
</style>