Shades of Fountain Blue #66B7C2
Tints of Fountain Blue #66B7C2
RGB
CMYK
RGB Variations
Color information
#66B7C2 (or 0x66B7C2) is known color: Fountain Blue. HEX triplet: 66, B7 and C2. RGB value is (102,183,194). Sum of RGB (Red+Green+Blue) = 102+183+194=479 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.29% from 479); Green value is 183 (71.88% from 255 or 38.20% from 479); Blue value is 194 (76.17% from 255 or 40.50% from 479); Max value from RGB is 194 - color contains mainly: blue. Hex color #66B7C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66B7C2 is #99483D. Grayscale: #9F9F9F. Windows color (decimal): -10045502 or 12760934. OLE color: 12760934.
HSL color Cylindrical-coordinate representation of color #66B7C2: hue angle of 187.17º 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 #66B7C2 is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 183 | 194 | - |
| CMYK | 0.47 | 0.06 | 0 | 0.24 |
| HSL | 187.17º | 0.43% | 0.58% | - |
| HSV(B) | 187.17º | 0.47% | 0.76% | - |
| XYZ | 32.15 | 40.59 | 57.18 | - |
| YUV | 160.04 | 147.16 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 183 | 194 | 0.47 | 0.06 | 0 | 0.24 | 187.17 | 0.43 | 0.58 |
| Hex | 66 | B7 | C2 | 2F | 6 | 0 | 18 | BB | 2B | 3A |
| Octal | 146 | 267 | 302 | 57 | 6 | 0 | 30 | 273 | 53 | 72 |
| Binary | 1100110 | 10110111 | 11000010 | 101111 | 110 | 0 | 11000 | 10111011 | 101011 | 111010 |
Color Harmonies of #66B7C2
Complementary color
Monochromatic Colors of #66B7C2
Black with #66B7C2
Text Example
Text Example
White with #66B7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B7C2; }
p { color: rgb(102,183,194); }
H1.HeaderClassName
{
color: #66B7C2;
}
.AnyTagClassName
{
color: #66B7C2;
}
</style>
background-color css
<style>
a { background-color: #66B7C2; }
a { background-color: rgb(102,183,194); }
div.DivClassName
{
background-color: #66B7C2;
}
.BgClassName
{
background-color: #66B7C2;
}
</style>
border-color css
<style>
span { border-color: #66B7C2; }
span { border-color: rgb(102,183,194); }
td.TdClassName
{
border-color: #66B7C2;
}
.TagClassName
{
border-color: #66B7C2;
}
</style>