Shades of Fountain Blue #66BDB5
Tints of Fountain Blue #66BDB5
RGB
CMYK
RGB Variations
Color information
#66BDB5 (or 0x66BDB5) is known color: Fountain Blue. HEX triplet: 66, BD and B5. RGB value is (102,189,181). Sum of RGB (Red+Green+Blue) = 102+189+181=472 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.61% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 181 (71.09% from 255 or 38.35% from 472); Max value from RGB is 189 - color contains mainly: green. Hex color #66BDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BDB5 is #99424A. Grayscale: #A2A2A2. Windows color (decimal): -10043979 or 11910502. OLE color: 11910502.
HSL color Cylindrical-coordinate representation of color #66BDB5: hue angle of 174.48º degrees, saturation: 0.4, 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 #66BDB5 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 189 | 181 | - |
| CMYK | 0.46 | 0 | 0.04 | 0.26 |
| HSL | 174.48º | 0.4% | 0.57% | - |
| HSV(B) | 174.48º | 0.46% | 0.74% | - |
| XYZ | 32.02 | 42.56 | 50.24 | - |
| YUV | 162.08 | 138.68 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 189 | 181 | 0.46 | 0 | 0.04 | 0.26 | 174.48 | 0.4 | 0.57 |
| Hex | 66 | BD | B5 | 2E | 0 | 4 | 1A | AE | 28 | 39 |
| Octal | 146 | 275 | 265 | 56 | 0 | 4 | 32 | 256 | 50 | 71 |
| Binary | 1100110 | 10111101 | 10110101 | 101110 | 0 | 100 | 11010 | 10101110 | 101000 | 111001 |
Color Harmonies of #66BDB5
Complementary color
Monochromatic Colors of #66BDB5
Black with #66BDB5
Text Example
Text Example
White with #66BDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BDB5; }
p { color: rgb(102,189,181); }
H1.HeaderClassName
{
color: #66BDB5;
}
.AnyTagClassName
{
color: #66BDB5;
}
</style>
background-color css
<style>
a { background-color: #66BDB5; }
a { background-color: rgb(102,189,181); }
div.DivClassName
{
background-color: #66BDB5;
}
.BgClassName
{
background-color: #66BDB5;
}
</style>
border-color css
<style>
span { border-color: #66BDB5; }
span { border-color: rgb(102,189,181); }
td.TdClassName
{
border-color: #66BDB5;
}
.TagClassName
{
border-color: #66BDB5;
}
</style>