Shades of Fountain Blue #68ABB7
Tints of Fountain Blue #68ABB7
RGB
CMYK
RGB Variations
Color information
#68ABB7 (or 0x68ABB7) is known color: Fountain Blue. HEX triplet: 68, AB and B7. RGB value is (104,171,183). Sum of RGB (Red+Green+Blue) = 104+171+183=458 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.71% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 183 (71.88% from 255 or 39.96% from 458); Max value from RGB is 183 - color contains mainly: blue. Hex color #68ABB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ABB7 is #975448. Grayscale: #989898. Windows color (decimal): -9917513 or 12036968. OLE color: 12036968.
HSL color Cylindrical-coordinate representation of color #68ABB7: hue angle of 189.11º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68ABB7 is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 104 | 171 | 183 | - |
| CMYK | 0.43 | 0.07 | 0 | 0.28 |
| HSL | 189.11º | 0.35% | 0.56% | - |
| HSV(B) | 189.11º | 0.43% | 0.72% | - |
| XYZ | 28.82 | 35.49 | 50.13 | - |
| YUV | 152.34 | 145.3 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 171 | 183 | 0.43 | 0.07 | 0 | 0.28 | 189.11 | 0.35 | 0.56 |
| Hex | 68 | AB | B7 | 2B | 7 | 0 | 1C | BD | 23 | 38 |
| Octal | 150 | 253 | 267 | 53 | 7 | 0 | 34 | 275 | 43 | 70 |
| Binary | 1101000 | 10101011 | 10110111 | 101011 | 111 | 0 | 11100 | 10111101 | 100011 | 111000 |
Color Harmonies of #68ABB7
Complementary color
Monochromatic Colors of #68ABB7
Black with #68ABB7
Text Example
Text Example
White with #68ABB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ABB7; }
p { color: rgb(104,171,183); }
H1.HeaderClassName
{
color: #68ABB7;
}
.AnyTagClassName
{
color: #68ABB7;
}
</style>
background-color css
<style>
a { background-color: #68ABB7; }
a { background-color: rgb(104,171,183); }
div.DivClassName
{
background-color: #68ABB7;
}
.BgClassName
{
background-color: #68ABB7;
}
</style>
border-color css
<style>
span { border-color: #68ABB7; }
span { border-color: rgb(104,171,183); }
td.TdClassName
{
border-color: #68ABB7;
}
.TagClassName
{
border-color: #68ABB7;
}
</style>