Shades of Fountain Blue #68ADB2
Tints of Fountain Blue #68ADB2
RGB
CMYK
RGB Variations
Color information
#68ADB2 (or 0x68ADB2) is known color: Fountain Blue. HEX triplet: 68, AD and B2. RGB value is (104,173,178). Sum of RGB (Red+Green+Blue) = 104+173+178=455 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.86% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 178 (69.92% from 255 or 39.12% from 455); Max value from RGB is 178 - color contains mainly: blue. Hex color #68ADB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68ADB2 is #97524D. Grayscale: #989898. Windows color (decimal): -9917006 or 11709800. OLE color: 11709800.
HSL color Cylindrical-coordinate representation of color #68ADB2: hue angle of 184.05º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68ADB2 is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 104 | 173 | 178 | - |
| CMYK | 0.42 | 0.03 | 0 | 0.30 |
| HSL | 184.05º | 0.32% | 0.55% | - |
| HSV(B) | 184.05º | 0.42% | 0.7% | - |
| XYZ | 28.69 | 36.04 | 47.56 | - |
| YUV | 152.94 | 142.14 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 173 | 178 | 0.42 | 0.03 | 0 | 0.30 | 184.05 | 0.32 | 0.55 |
| Hex | 68 | AD | B2 | 2A | 3 | 0 | 1E | B8 | 20 | 37 |
| Octal | 150 | 255 | 262 | 52 | 3 | 0 | 36 | 270 | 40 | 67 |
| Binary | 1101000 | 10101101 | 10110010 | 101010 | 11 | 0 | 11110 | 10111000 | 100000 | 110111 |
Color Harmonies of #68ADB2
Complementary color
Monochromatic Colors of #68ADB2
Black with #68ADB2
Text Example
Text Example
White with #68ADB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ADB2; }
p { color: rgb(104,173,178); }
H1.HeaderClassName
{
color: #68ADB2;
}
.AnyTagClassName
{
color: #68ADB2;
}
</style>
background-color css
<style>
a { background-color: #68ADB2; }
a { background-color: rgb(104,173,178); }
div.DivClassName
{
background-color: #68ADB2;
}
.BgClassName
{
background-color: #68ADB2;
}
</style>
border-color css
<style>
span { border-color: #68ADB2; }
span { border-color: rgb(104,173,178); }
td.TdClassName
{
border-color: #68ADB2;
}
.TagClassName
{
border-color: #68ADB2;
}
</style>