Shades of Fountain Blue #67BCBE
Tints of Fountain Blue #67BCBE
RGB
CMYK
RGB Variations
Color information
#67BCBE (or 0x67BCBE) is known color: Fountain Blue. HEX triplet: 67, BC and BE. RGB value is (103,188,190). Sum of RGB (Red+Green+Blue) = 103+188+190=481 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.41% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 190 - color contains mainly: blue. Hex color #67BCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BCBE is #984341. Grayscale: #A2A2A2. Windows color (decimal): -9978690 or 12500071. OLE color: 12500071.
HSL color Cylindrical-coordinate representation of color #67BCBE: hue angle of 181.38º 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 #67BCBE is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 188 | 190 | - |
| CMYK | 0.46 | 0.01 | 0 | 0.25 |
| HSL | 181.38º | 0.4% | 0.57% | - |
| HSV(B) | 181.38º | 0.46% | 0.75% | - |
| XYZ | 32.87 | 42.57 | 55.2 | - |
| YUV | 162.81 | 143.34 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 188 | 190 | 0.46 | 0.01 | 0 | 0.25 | 181.38 | 0.4 | 0.57 |
| Hex | 67 | BC | BE | 2E | 1 | 0 | 19 | B5 | 28 | 39 |
| Octal | 147 | 274 | 276 | 56 | 1 | 0 | 31 | 265 | 50 | 71 |
| Binary | 1100111 | 10111100 | 10111110 | 101110 | 1 | 0 | 11001 | 10110101 | 101000 | 111001 |
Color Harmonies of #67BCBE
Complementary color
Monochromatic Colors of #67BCBE
Black with #67BCBE
Text Example
Text Example
White with #67BCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BCBE; }
p { color: rgb(103,188,190); }
H1.HeaderClassName
{
color: #67BCBE;
}
.AnyTagClassName
{
color: #67BCBE;
}
</style>
background-color css
<style>
a { background-color: #67BCBE; }
a { background-color: rgb(103,188,190); }
div.DivClassName
{
background-color: #67BCBE;
}
.BgClassName
{
background-color: #67BCBE;
}
</style>
border-color css
<style>
span { border-color: #67BCBE; }
span { border-color: rgb(103,188,190); }
td.TdClassName
{
border-color: #67BCBE;
}
.TagClassName
{
border-color: #67BCBE;
}
</style>