Shades of Fountain Blue #68AAAF
Tints of Fountain Blue #68AAAF
RGB
CMYK
RGB Variations
Color information
#68AAAF (or 0x68AAAF) is known color: Fountain Blue. HEX triplet: 68, AA and AF. RGB value is (104,170,175). Sum of RGB (Red+Green+Blue) = 104+170+175=449 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.16% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 175 - color contains mainly: blue. Hex color #68AAAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AAAF is #975550. Grayscale: #969696. Windows color (decimal): -9917777 or 11512424. OLE color: 11512424.
HSL color Cylindrical-coordinate representation of color #68AAAF: hue angle of 184.23º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68AAAF is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 170 | 175 | - |
| CMYK | 0.41 | 0.03 | 0 | 0.31 |
| HSL | 184.23º | 0.31% | 0.55% | - |
| HSV(B) | 184.23º | 0.41% | 0.69% | - |
| XYZ | 27.82 | 34.79 | 45.81 | - |
| YUV | 150.84 | 141.63 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 170 | 175 | 0.41 | 0.03 | 0 | 0.31 | 184.23 | 0.31 | 0.55 |
| Hex | 68 | AA | AF | 29 | 3 | 0 | 1F | B8 | 1F | 37 |
| Octal | 150 | 252 | 257 | 51 | 3 | 0 | 37 | 270 | 37 | 67 |
| Binary | 1101000 | 10101010 | 10101111 | 101001 | 11 | 0 | 11111 | 10111000 | 11111 | 110111 |
Color Harmonies of #68AAAF
Complementary color
Monochromatic Colors of #68AAAF
Black with #68AAAF
Text Example
Text Example
White with #68AAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AAAF; }
p { color: rgb(104,170,175); }
H1.HeaderClassName
{
color: #68AAAF;
}
.AnyTagClassName
{
color: #68AAAF;
}
</style>
background-color css
<style>
a { background-color: #68AAAF; }
a { background-color: rgb(104,170,175); }
div.DivClassName
{
background-color: #68AAAF;
}
.BgClassName
{
background-color: #68AAAF;
}
</style>
border-color css
<style>
span { border-color: #68AAAF; }
span { border-color: rgb(104,170,175); }
td.TdClassName
{
border-color: #68AAAF;
}
.TagClassName
{
border-color: #68AAAF;
}
</style>