Shades of Fountain Blue #66B9C3
Tints of Fountain Blue #66B9C3
RGB
CMYK
RGB Variations
Color information
#66B9C3 (or 0x66B9C3) is known color: Fountain Blue. HEX triplet: 66, B9 and C3. RGB value is (102,185,195). Sum of RGB (Red+Green+Blue) = 102+185+195=482 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.16% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 195 (76.56% from 255 or 40.46% from 482); Max value from RGB is 195 - color contains mainly: blue. Hex color #66B9C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66B9C3 is #99463C. Grayscale: #A1A1A1. Windows color (decimal): -10044989 or 12826982. OLE color: 12826982.
HSL color Cylindrical-coordinate representation of color #66B9C3: hue angle of 186.45º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66B9C3 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 185 | 195 | - |
| CMYK | 0.48 | 0.05 | 0 | 0.24 |
| HSL | 186.45º | 0.44% | 0.58% | - |
| HSV(B) | 186.45º | 0.48% | 0.76% | - |
| XYZ | 32.68 | 41.46 | 57.91 | - |
| YUV | 161.32 | 147 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 185 | 195 | 0.48 | 0.05 | 0 | 0.24 | 186.45 | 0.44 | 0.58 |
| Hex | 66 | B9 | C3 | 30 | 5 | 0 | 18 | BA | 2C | 3A |
| Octal | 146 | 271 | 303 | 60 | 5 | 0 | 30 | 272 | 54 | 72 |
| Binary | 1100110 | 10111001 | 11000011 | 110000 | 101 | 0 | 11000 | 10111010 | 101100 | 111010 |
Color Harmonies of #66B9C3
Complementary color
Monochromatic Colors of #66B9C3
Black with #66B9C3
Text Example
Text Example
White with #66B9C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B9C3; }
p { color: rgb(102,185,195); }
H1.HeaderClassName
{
color: #66B9C3;
}
.AnyTagClassName
{
color: #66B9C3;
}
</style>
background-color css
<style>
a { background-color: #66B9C3; }
a { background-color: rgb(102,185,195); }
div.DivClassName
{
background-color: #66B9C3;
}
.BgClassName
{
background-color: #66B9C3;
}
</style>
border-color css
<style>
span { border-color: #66B9C3; }
span { border-color: rgb(102,185,195); }
td.TdClassName
{
border-color: #66B9C3;
}
.TagClassName
{
border-color: #66B9C3;
}
</style>