Shades of Fountain Blue #66B9C0
Tints of Fountain Blue #66B9C0
RGB
CMYK
RGB Variations
Color information
#66B9C0 (or 0x66B9C0) is known color: Fountain Blue. HEX triplet: 66, B9 and C0. RGB value is (102,185,192). Sum of RGB (Red+Green+Blue) = 102+185+192=479 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.29% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 192 - color contains mainly: blue. Hex color #66B9C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66B9C0 is #99463F. Grayscale: #A0A0A0. Windows color (decimal): -10044992 or 12630374. OLE color: 12630374.
HSL color Cylindrical-coordinate representation of color #66B9C0: hue angle of 184.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66B9C0 is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 185 | 192 | - |
| CMYK | 0.47 | 0.04 | 0 | 0.25 |
| HSL | 184.67º | 0.42% | 0.58% | - |
| HSV(B) | 184.67º | 0.47% | 0.75% | - |
| XYZ | 32.34 | 41.33 | 56.14 | - |
| YUV | 160.98 | 145.5 | 85.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 185 | 192 | 0.47 | 0.04 | 0 | 0.25 | 184.67 | 0.42 | 0.58 |
| Hex | 66 | B9 | C0 | 2F | 4 | 0 | 19 | B9 | 2A | 3A |
| Octal | 146 | 271 | 300 | 57 | 4 | 0 | 31 | 271 | 52 | 72 |
| Binary | 1100110 | 10111001 | 11000000 | 101111 | 100 | 0 | 11001 | 10111001 | 101010 | 111010 |
Color Harmonies of #66B9C0
Complementary color
Monochromatic Colors of #66B9C0
Black with #66B9C0
Text Example
Text Example
White with #66B9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B9C0; }
p { color: rgb(102,185,192); }
H1.HeaderClassName
{
color: #66B9C0;
}
.AnyTagClassName
{
color: #66B9C0;
}
</style>
background-color css
<style>
a { background-color: #66B9C0; }
a { background-color: rgb(102,185,192); }
div.DivClassName
{
background-color: #66B9C0;
}
.BgClassName
{
background-color: #66B9C0;
}
</style>
border-color css
<style>
span { border-color: #66B9C0; }
span { border-color: rgb(102,185,192); }
td.TdClassName
{
border-color: #66B9C0;
}
.TagClassName
{
border-color: #66B9C0;
}
</style>