Shades of Fountain Blue #66B8C2
Tints of Fountain Blue #66B8C2
RGB
CMYK
RGB Variations
Color information
#66B8C2 (or 0x66B8C2) is known color: Fountain Blue. HEX triplet: 66, B8 and C2. RGB value is (102,184,194). Sum of RGB (Red+Green+Blue) = 102+184+194=480 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.25% from 480); Green value is 184 (72.27% from 255 or 38.33% from 480); Blue value is 194 (76.17% from 255 or 40.42% from 480); Max value from RGB is 194 - color contains mainly: blue. Hex color #66B8C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66B8C2 is #99473D. Grayscale: #A0A0A0. Windows color (decimal): -10045246 or 12761190. OLE color: 12761190.
HSL color Cylindrical-coordinate representation of color #66B8C2: hue angle of 186.52º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66B8C2 is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 184 | 194 | - |
| CMYK | 0.47 | 0.05 | 0 | 0.24 |
| HSL | 186.52º | 0.43% | 0.58% | - |
| HSV(B) | 186.52º | 0.47% | 0.76% | - |
| XYZ | 32.36 | 41 | 57.25 | - |
| YUV | 160.62 | 146.83 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 184 | 194 | 0.47 | 0.05 | 0 | 0.24 | 186.52 | 0.43 | 0.58 |
| Hex | 66 | B8 | C2 | 2F | 5 | 0 | 18 | BB | 2B | 3A |
| Octal | 146 | 270 | 302 | 57 | 5 | 0 | 30 | 273 | 53 | 72 |
| Binary | 1100110 | 10111000 | 11000010 | 101111 | 101 | 0 | 11000 | 10111011 | 101011 | 111010 |
Color Harmonies of #66B8C2
Complementary color
Monochromatic Colors of #66B8C2
Black with #66B8C2
Text Example
Text Example
White with #66B8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B8C2; }
p { color: rgb(102,184,194); }
H1.HeaderClassName
{
color: #66B8C2;
}
.AnyTagClassName
{
color: #66B8C2;
}
</style>
background-color css
<style>
a { background-color: #66B8C2; }
a { background-color: rgb(102,184,194); }
div.DivClassName
{
background-color: #66B8C2;
}
.BgClassName
{
background-color: #66B8C2;
}
</style>
border-color css
<style>
span { border-color: #66B8C2; }
span { border-color: rgb(102,184,194); }
td.TdClassName
{
border-color: #66B8C2;
}
.TagClassName
{
border-color: #66B8C2;
}
</style>