Shades of Fountain Blue #68AAB8
Tints of Fountain Blue #68AAB8
RGB
CMYK
RGB Variations
Color information
#68AAB8 (or 0x68AAB8) is known color: Fountain Blue. HEX triplet: 68, AA and B8. RGB value is (104,170,184). Sum of RGB (Red+Green+Blue) = 104+170+184=458 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.71% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 184 (72.27% from 255 or 40.17% from 458); Max value from RGB is 184 - color contains mainly: blue. Hex color #68AAB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AAB8 is #975547. Grayscale: #979797. Windows color (decimal): -9917768 or 12102248. OLE color: 12102248.
HSL color Cylindrical-coordinate representation of color #68AAB8: hue angle of 190.5º degrees, saturation: 0.36, 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 #68AAB8 is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 104 | 170 | 184 | - |
| CMYK | 0.43 | 0.08 | 0 | 0.28 |
| HSL | 190.5º | 0.36% | 0.56% | - |
| HSV(B) | 190.5º | 0.43% | 0.72% | - |
| XYZ | 28.74 | 35.15 | 50.62 | - |
| YUV | 151.86 | 146.13 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 170 | 184 | 0.43 | 0.08 | 0 | 0.28 | 190.5 | 0.36 | 0.56 |
| Hex | 68 | AA | B8 | 2B | 8 | 0 | 1C | BE | 24 | 38 |
| Octal | 150 | 252 | 270 | 53 | 10 | 0 | 34 | 276 | 44 | 70 |
| Binary | 1101000 | 10101010 | 10111000 | 101011 | 1000 | 0 | 11100 | 10111110 | 100100 | 111000 |
Color Harmonies of #68AAB8
Complementary color
Monochromatic Colors of #68AAB8
Black with #68AAB8
Text Example
Text Example
White with #68AAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AAB8; }
p { color: rgb(104,170,184); }
H1.HeaderClassName
{
color: #68AAB8;
}
.AnyTagClassName
{
color: #68AAB8;
}
</style>
background-color css
<style>
a { background-color: #68AAB8; }
a { background-color: rgb(104,170,184); }
div.DivClassName
{
background-color: #68AAB8;
}
.BgClassName
{
background-color: #68AAB8;
}
</style>
border-color css
<style>
span { border-color: #68AAB8; }
span { border-color: rgb(104,170,184); }
td.TdClassName
{
border-color: #68AAB8;
}
.TagClassName
{
border-color: #68AAB8;
}
</style>