Shades of Fountain Blue #60BDB8
Tints of Fountain Blue #60BDB8
RGB
CMYK
RGB Variations
Color information
#60BDB8 (or 0x60BDB8) is known color: Fountain Blue. HEX triplet: 60, BD and B8. RGB value is (96,189,184). Sum of RGB (Red+Green+Blue) = 96+189+184=469 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.47% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 184 (72.27% from 255 or 39.23% from 469); Max value from RGB is 189 - color contains mainly: green. Hex color #60BDB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BDB8 is #9F4247. Grayscale: #A0A0A0. Windows color (decimal): -10437192 or 12107104. OLE color: 12107104.
HSL color Cylindrical-coordinate representation of color #60BDB8: hue angle of 176.77º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60BDB8 is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 189 | 184 | - |
| CMYK | 0.49 | 0 | 0.03 | 0.26 |
| HSL | 176.77º | 0.41% | 0.56% | - |
| HSV(B) | 176.77º | 0.49% | 0.74% | - |
| XYZ | 31.67 | 42.34 | 51.85 | - |
| YUV | 160.62 | 141.19 | 81.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 189 | 184 | 0.49 | 0 | 0.03 | 0.26 | 176.77 | 0.41 | 0.56 |
| Hex | 60 | BD | B8 | 31 | 0 | 3 | 1A | B1 | 29 | 38 |
| Octal | 140 | 275 | 270 | 61 | 0 | 3 | 32 | 261 | 51 | 70 |
| Binary | 1100000 | 10111101 | 10111000 | 110001 | 0 | 11 | 11010 | 10110001 | 101001 | 111000 |
Color Harmonies of #60BDB8
Complementary color
Monochromatic Colors of #60BDB8
Black with #60BDB8
Text Example
Text Example
White with #60BDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BDB8; }
p { color: rgb(96,189,184); }
H1.HeaderClassName
{
color: #60BDB8;
}
.AnyTagClassName
{
color: #60BDB8;
}
</style>
background-color css
<style>
a { background-color: #60BDB8; }
a { background-color: rgb(96,189,184); }
div.DivClassName
{
background-color: #60BDB8;
}
.BgClassName
{
background-color: #60BDB8;
}
</style>
border-color css
<style>
span { border-color: #60BDB8; }
span { border-color: rgb(96,189,184); }
td.TdClassName
{
border-color: #60BDB8;
}
.TagClassName
{
border-color: #60BDB8;
}
</style>