Shades of Fountain Blue #66B8C3
Tints of Fountain Blue #66B8C3
RGB
CMYK
RGB Variations
Color information
#66B8C3 (or 0x66B8C3) is known color: Fountain Blue. HEX triplet: 66, B8 and C3. RGB value is (102,184,195). Sum of RGB (Red+Green+Blue) = 102+184+195=481 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.21% from 481); Green value is 184 (72.27% from 255 or 38.25% from 481); Blue value is 195 (76.56% from 255 or 40.54% from 481); Max value from RGB is 195 - color contains mainly: blue. Hex color #66B8C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66B8C3 is #99473C. Grayscale: #A0A0A0. Windows color (decimal): -10045245 or 12826726. OLE color: 12826726.
HSL color Cylindrical-coordinate representation of color #66B8C3: hue angle of 187.1º 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 #66B8C3 is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 184 | 195 | - |
| CMYK | 0.48 | 0.06 | 0 | 0.24 |
| HSL | 187.1º | 0.44% | 0.58% | - |
| HSV(B) | 187.1º | 0.48% | 0.76% | - |
| XYZ | 32.47 | 41.05 | 57.84 | - |
| YUV | 160.74 | 147.33 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 184 | 195 | 0.48 | 0.06 | 0 | 0.24 | 187.1 | 0.44 | 0.58 |
| Hex | 66 | B8 | C3 | 30 | 6 | 0 | 18 | BB | 2C | 3A |
| Octal | 146 | 270 | 303 | 60 | 6 | 0 | 30 | 273 | 54 | 72 |
| Binary | 1100110 | 10111000 | 11000011 | 110000 | 110 | 0 | 11000 | 10111011 | 101100 | 111010 |
Color Harmonies of #66B8C3
Complementary color
Monochromatic Colors of #66B8C3
Black with #66B8C3
Text Example
Text Example
White with #66B8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B8C3; }
p { color: rgb(102,184,195); }
H1.HeaderClassName
{
color: #66B8C3;
}
.AnyTagClassName
{
color: #66B8C3;
}
</style>
background-color css
<style>
a { background-color: #66B8C3; }
a { background-color: rgb(102,184,195); }
div.DivClassName
{
background-color: #66B8C3;
}
.BgClassName
{
background-color: #66B8C3;
}
</style>
border-color css
<style>
span { border-color: #66B8C3; }
span { border-color: rgb(102,184,195); }
td.TdClassName
{
border-color: #66B8C3;
}
.TagClassName
{
border-color: #66B8C3;
}
</style>