Shades of Fountain Blue #66BCC2
Tints of Fountain Blue #66BCC2
RGB
CMYK
RGB Variations
Color information
#66BCC2 (or 0x66BCC2) is known color: Fountain Blue. HEX triplet: 66, BC and C2. RGB value is (102,188,194). Sum of RGB (Red+Green+Blue) = 102+188+194=484 (64% of max value = 765). Red value is 102 (40.23% from 255 or 21.07% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 194 (76.17% from 255 or 40.08% from 484); Max value from RGB is 194 - color contains mainly: blue. Hex color #66BCC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BCC2 is #99433D. Grayscale: #A2A2A2. Windows color (decimal): -10044222 or 12762214. OLE color: 12762214.
HSL color Cylindrical-coordinate representation of color #66BCC2: hue angle of 183.91º 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 #66BCC2 is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 188 | 194 | - |
| CMYK | 0.47 | 0.03 | 0 | 0.24 |
| HSL | 183.91º | 0.43% | 0.58% | - |
| HSV(B) | 183.91º | 0.47% | 0.76% | - |
| XYZ | 33.2 | 42.69 | 57.53 | - |
| YUV | 162.97 | 145.51 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 188 | 194 | 0.47 | 0.03 | 0 | 0.24 | 183.91 | 0.43 | 0.58 |
| Hex | 66 | BC | C2 | 2F | 3 | 0 | 18 | B8 | 2B | 3A |
| Octal | 146 | 274 | 302 | 57 | 3 | 0 | 30 | 270 | 53 | 72 |
| Binary | 1100110 | 10111100 | 11000010 | 101111 | 11 | 0 | 11000 | 10111000 | 101011 | 111010 |
Color Harmonies of #66BCC2
Complementary color
Monochromatic Colors of #66BCC2
Black with #66BCC2
Text Example
Text Example
White with #66BCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BCC2; }
p { color: rgb(102,188,194); }
H1.HeaderClassName
{
color: #66BCC2;
}
.AnyTagClassName
{
color: #66BCC2;
}
</style>
background-color css
<style>
a { background-color: #66BCC2; }
a { background-color: rgb(102,188,194); }
div.DivClassName
{
background-color: #66BCC2;
}
.BgClassName
{
background-color: #66BCC2;
}
</style>
border-color css
<style>
span { border-color: #66BCC2; }
span { border-color: rgb(102,188,194); }
td.TdClassName
{
border-color: #66BCC2;
}
.TagClassName
{
border-color: #66BCC2;
}
</style>