Shades of Fountain Blue #67B0BE
Tints of Fountain Blue #67B0BE
RGB
CMYK
RGB Variations
Color information
#67B0BE (or 0x67B0BE) is known color: Fountain Blue. HEX triplet: 67, B0 and BE. RGB value is (103,176,190). Sum of RGB (Red+Green+Blue) = 103+176+190=469 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.96% from 469); Green value is 176 (69.14% from 255 or 37.53% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #67B0BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67B0BE is #984F41. Grayscale: #9B9B9B. Windows color (decimal): -9981762 or 12496999. OLE color: 12496999.
HSL color Cylindrical-coordinate representation of color #67B0BE: hue angle of 189.66º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #67B0BE is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 176 | 190 | - |
| CMYK | 0.46 | 0.07 | 0 | 0.25 |
| HSL | 189.66º | 0.4% | 0.57% | - |
| HSV(B) | 189.66º | 0.46% | 0.75% | - |
| XYZ | 30.41 | 37.65 | 54.38 | - |
| YUV | 155.77 | 147.32 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 176 | 190 | 0.46 | 0.07 | 0 | 0.25 | 189.66 | 0.4 | 0.57 |
| Hex | 67 | B0 | BE | 2E | 7 | 0 | 19 | BE | 28 | 39 |
| Octal | 147 | 260 | 276 | 56 | 7 | 0 | 31 | 276 | 50 | 71 |
| Binary | 1100111 | 10110000 | 10111110 | 101110 | 111 | 0 | 11001 | 10111110 | 101000 | 111001 |
Color Harmonies of #67B0BE
Complementary color
Monochromatic Colors of #67B0BE
Black with #67B0BE
Text Example
Text Example
White with #67B0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B0BE; }
p { color: rgb(103,176,190); }
H1.HeaderClassName
{
color: #67B0BE;
}
.AnyTagClassName
{
color: #67B0BE;
}
</style>
background-color css
<style>
a { background-color: #67B0BE; }
a { background-color: rgb(103,176,190); }
div.DivClassName
{
background-color: #67B0BE;
}
.BgClassName
{
background-color: #67B0BE;
}
</style>
border-color css
<style>
span { border-color: #67B0BE; }
span { border-color: rgb(103,176,190); }
td.TdClassName
{
border-color: #67B0BE;
}
.TagClassName
{
border-color: #67B0BE;
}
</style>