Shades of Fountain Blue #66BBBD
Tints of Fountain Blue #66BBBD
RGB
CMYK
RGB Variations
Color information
#66BBBD (or 0x66BBBD) is known color: Fountain Blue. HEX triplet: 66, BB and BD. RGB value is (102,187,189). Sum of RGB (Red+Green+Blue) = 102+187+189=478 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.34% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 189 - color contains mainly: blue. Hex color #66BBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BBBD is #994442. Grayscale: #A1A1A1. Windows color (decimal): -10044483 or 12434278. OLE color: 12434278.
HSL color Cylindrical-coordinate representation of color #66BBBD: hue angle of 181.38º 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 #66BBBD is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 187 | 189 | - |
| CMYK | 0.46 | 0.01 | 0 | 0.26 |
| HSL | 181.38º | 0.4% | 0.57% | - |
| HSV(B) | 181.38º | 0.46% | 0.74% | - |
| XYZ | 32.44 | 42.04 | 54.55 | - |
| YUV | 161.81 | 143.34 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 187 | 189 | 0.46 | 0.01 | 0 | 0.26 | 181.38 | 0.4 | 0.57 |
| Hex | 66 | BB | BD | 2E | 1 | 0 | 1A | B5 | 28 | 39 |
| Octal | 146 | 273 | 275 | 56 | 1 | 0 | 32 | 265 | 50 | 71 |
| Binary | 1100110 | 10111011 | 10111101 | 101110 | 1 | 0 | 11010 | 10110101 | 101000 | 111001 |
Color Harmonies of #66BBBD
Complementary color
Monochromatic Colors of #66BBBD
Black with #66BBBD
Text Example
Text Example
White with #66BBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BBBD; }
p { color: rgb(102,187,189); }
H1.HeaderClassName
{
color: #66BBBD;
}
.AnyTagClassName
{
color: #66BBBD;
}
</style>
background-color css
<style>
a { background-color: #66BBBD; }
a { background-color: rgb(102,187,189); }
div.DivClassName
{
background-color: #66BBBD;
}
.BgClassName
{
background-color: #66BBBD;
}
</style>
border-color css
<style>
span { border-color: #66BBBD; }
span { border-color: rgb(102,187,189); }
td.TdClassName
{
border-color: #66BBBD;
}
.TagClassName
{
border-color: #66BBBD;
}
</style>