Shades of Fountain Blue #68AFBD
Tints of Fountain Blue #68AFBD
RGB
CMYK
RGB Variations
Color information
#68AFBD (or 0x68AFBD) is known color: Fountain Blue. HEX triplet: 68, AF and BD. RGB value is (104,175,189). Sum of RGB (Red+Green+Blue) = 104+175+189=468 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.22% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 189 - color contains mainly: blue. Hex color #68AFBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AFBD is #975042. Grayscale: #9B9B9B. Windows color (decimal): -9916483 or 12431208. OLE color: 12431208.
HSL color Cylindrical-coordinate representation of color #68AFBD: hue angle of 189.88º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68AFBD is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 175 | 189 | - |
| CMYK | 0.45 | 0.07 | 0 | 0.26 |
| HSL | 189.88º | 0.39% | 0.57% | - |
| HSV(B) | 189.88º | 0.45% | 0.74% | - |
| XYZ | 30.22 | 37.28 | 53.75 | - |
| YUV | 155.37 | 146.98 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 175 | 189 | 0.45 | 0.07 | 0 | 0.26 | 189.88 | 0.39 | 0.57 |
| Hex | 68 | AF | BD | 2D | 7 | 0 | 1A | BE | 27 | 39 |
| Octal | 150 | 257 | 275 | 55 | 7 | 0 | 32 | 276 | 47 | 71 |
| Binary | 1101000 | 10101111 | 10111101 | 101101 | 111 | 0 | 11010 | 10111110 | 100111 | 111001 |
Color Harmonies of #68AFBD
Complementary color
Monochromatic Colors of #68AFBD
Black with #68AFBD
Text Example
Text Example
White with #68AFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AFBD; }
p { color: rgb(104,175,189); }
H1.HeaderClassName
{
color: #68AFBD;
}
.AnyTagClassName
{
color: #68AFBD;
}
</style>
background-color css
<style>
a { background-color: #68AFBD; }
a { background-color: rgb(104,175,189); }
div.DivClassName
{
background-color: #68AFBD;
}
.BgClassName
{
background-color: #68AFBD;
}
</style>
border-color css
<style>
span { border-color: #68AFBD; }
span { border-color: rgb(104,175,189); }
td.TdClassName
{
border-color: #68AFBD;
}
.TagClassName
{
border-color: #68AFBD;
}
</style>