Shades of Fountain Blue #66A8BC
Tints of Fountain Blue #66A8BC
RGB
CMYK
RGB Variations
Color information
#66A8BC (or 0x66A8BC) is known color: Fountain Blue. HEX triplet: 66, A8 and BC. RGB value is (102,168,188). Sum of RGB (Red+Green+Blue) = 102+168+188=458 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.27% from 458); Green value is 168 (66.02% from 255 or 36.68% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 188 - color contains mainly: blue. Hex color #66A8BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A8BC is #995743. Grayscale: #969696. Windows color (decimal): -10049348 or 12363878. OLE color: 12363878.
HSL color Cylindrical-coordinate representation of color #66A8BC: hue angle of 193.95º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66A8BC is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 168 | 188 | - |
| CMYK | 0.46 | 0.11 | 0 | 0.26 |
| HSL | 193.95º | 0.39% | 0.57% | - |
| HSV(B) | 193.95º | 0.46% | 0.74% | - |
| XYZ | 28.56 | 34.46 | 52.72 | - |
| YUV | 150.55 | 149.13 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 168 | 188 | 0.46 | 0.11 | 0 | 0.26 | 193.95 | 0.39 | 0.57 |
| Hex | 66 | A8 | BC | 2E | B | 0 | 1A | C2 | 27 | 39 |
| Octal | 146 | 250 | 274 | 56 | 13 | 0 | 32 | 302 | 47 | 71 |
| Binary | 1100110 | 10101000 | 10111100 | 101110 | 1011 | 0 | 11010 | 11000010 | 100111 | 111001 |
Color Harmonies of #66A8BC
Complementary color
Monochromatic Colors of #66A8BC
Black with #66A8BC
Text Example
Text Example
White with #66A8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A8BC; }
p { color: rgb(102,168,188); }
H1.HeaderClassName
{
color: #66A8BC;
}
.AnyTagClassName
{
color: #66A8BC;
}
</style>
background-color css
<style>
a { background-color: #66A8BC; }
a { background-color: rgb(102,168,188); }
div.DivClassName
{
background-color: #66A8BC;
}
.BgClassName
{
background-color: #66A8BC;
}
</style>
border-color css
<style>
span { border-color: #66A8BC; }
span { border-color: rgb(102,168,188); }
td.TdClassName
{
border-color: #66A8BC;
}
.TagClassName
{
border-color: #66A8BC;
}
</style>