Shades of Fountain Blue #66BFC0
Tints of Fountain Blue #66BFC0
RGB
CMYK
RGB Variations
Color information
#66BFC0 (or 0x66BFC0) is known color: Fountain Blue. HEX triplet: 66, BF and C0. RGB value is (102,191,192). Sum of RGB (Red+Green+Blue) = 102+191+192=485 (64% of max value = 765). Red value is 102 (40.23% from 255 or 21.03% from 485); Green value is 191 (75% from 255 or 39.38% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 192 - color contains mainly: blue. Hex color #66BFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BFC0 is #99403F. Grayscale: #A4A4A4. Windows color (decimal): -10043456 or 12631910. OLE color: 12631910.
HSL color Cylindrical-coordinate representation of color #66BFC0: hue angle of 180.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 #66BFC0 is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 191 | 192 | - |
| CMYK | 0.47 | 0.01 | 0 | 0.25 |
| HSL | 180.67º | 0.42% | 0.58% | - |
| HSV(B) | 180.67º | 0.47% | 0.75% | - |
| XYZ | 33.62 | 43.89 | 56.57 | - |
| YUV | 164.5 | 143.51 | 83.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 191 | 192 | 0.47 | 0.01 | 0 | 0.25 | 180.67 | 0.42 | 0.58 |
| Hex | 66 | BF | C0 | 2F | 1 | 0 | 19 | B5 | 2A | 3A |
| Octal | 146 | 277 | 300 | 57 | 1 | 0 | 31 | 265 | 52 | 72 |
| Binary | 1100110 | 10111111 | 11000000 | 101111 | 1 | 0 | 11001 | 10110101 | 101010 | 111010 |
Color Harmonies of #66BFC0
Complementary color
Monochromatic Colors of #66BFC0
Black with #66BFC0
Text Example
Text Example
White with #66BFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BFC0; }
p { color: rgb(102,191,192); }
H1.HeaderClassName
{
color: #66BFC0;
}
.AnyTagClassName
{
color: #66BFC0;
}
</style>
background-color css
<style>
a { background-color: #66BFC0; }
a { background-color: rgb(102,191,192); }
div.DivClassName
{
background-color: #66BFC0;
}
.BgClassName
{
background-color: #66BFC0;
}
</style>
border-color css
<style>
span { border-color: #66BFC0; }
span { border-color: rgb(102,191,192); }
td.TdClassName
{
border-color: #66BFC0;
}
.TagClassName
{
border-color: #66BFC0;
}
</style>