Shades of Fountain Blue #68AFB2
Tints of Fountain Blue #68AFB2
RGB
CMYK
RGB Variations
Color information
#68AFB2 (or 0x68AFB2) is known color: Fountain Blue. HEX triplet: 68, AF and B2. RGB value is (104,175,178). Sum of RGB (Red+Green+Blue) = 104+175+178=457 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.76% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 178 (69.92% from 255 or 38.95% from 457); Max value from RGB is 178 - color contains mainly: blue. Hex color #68AFB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AFB2 is #97504D. Grayscale: #9A9A9A. Windows color (decimal): -9916494 or 11710312. OLE color: 11710312.
HSL color Cylindrical-coordinate representation of color #68AFB2: hue angle of 182.43º 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 #68AFB2 is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 104 | 175 | 178 | - |
| CMYK | 0.42 | 0.02 | 0 | 0.30 |
| HSL | 182.43º | 0.32% | 0.55% | - |
| HSV(B) | 182.43º | 0.42% | 0.7% | - |
| XYZ | 29.07 | 36.82 | 47.69 | - |
| YUV | 154.11 | 141.48 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 175 | 178 | 0.42 | 0.02 | 0 | 0.30 | 182.43 | 0.32 | 0.55 |
| Hex | 68 | AF | B2 | 2A | 2 | 0 | 1E | B6 | 20 | 37 |
| Octal | 150 | 257 | 262 | 52 | 2 | 0 | 36 | 266 | 40 | 67 |
| Binary | 1101000 | 10101111 | 10110010 | 101010 | 10 | 0 | 11110 | 10110110 | 100000 | 110111 |
Color Harmonies of #68AFB2
Complementary color
Monochromatic Colors of #68AFB2
Black with #68AFB2
Text Example
Text Example
White with #68AFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AFB2; }
p { color: rgb(104,175,178); }
H1.HeaderClassName
{
color: #68AFB2;
}
.AnyTagClassName
{
color: #68AFB2;
}
</style>
background-color css
<style>
a { background-color: #68AFB2; }
a { background-color: rgb(104,175,178); }
div.DivClassName
{
background-color: #68AFB2;
}
.BgClassName
{
background-color: #68AFB2;
}
</style>
border-color css
<style>
span { border-color: #68AFB2; }
span { border-color: rgb(104,175,178); }
td.TdClassName
{
border-color: #68AFB2;
}
.TagClassName
{
border-color: #68AFB2;
}
</style>