Shades of Fountain Blue #67B8C2
Tints of Fountain Blue #67B8C2
RGB
CMYK
RGB Variations
Color information
#67B8C2 (or 0x67B8C2) is known color: Fountain Blue. HEX triplet: 67, B8 and C2. RGB value is (103,184,194). Sum of RGB (Red+Green+Blue) = 103+184+194=481 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.41% from 481); Green value is 184 (72.27% from 255 or 38.25% from 481); Blue value is 194 (76.17% from 255 or 40.33% from 481); Max value from RGB is 194 - color contains mainly: blue. Hex color #67B8C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67B8C2 is #98473D. Grayscale: #A0A0A0. Windows color (decimal): -9979710 or 12761191. OLE color: 12761191.
HSL color Cylindrical-coordinate representation of color #67B8C2: hue angle of 186.59º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #67B8C2 is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 184 | 194 | - |
| CMYK | 0.47 | 0.05 | 0 | 0.24 |
| HSL | 186.59º | 0.43% | 0.58% | - |
| HSV(B) | 186.59º | 0.47% | 0.76% | - |
| XYZ | 32.47 | 41.06 | 57.25 | - |
| YUV | 160.92 | 146.66 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 184 | 194 | 0.47 | 0.05 | 0 | 0.24 | 186.59 | 0.43 | 0.58 |
| Hex | 67 | B8 | C2 | 2F | 5 | 0 | 18 | BB | 2B | 3A |
| Octal | 147 | 270 | 302 | 57 | 5 | 0 | 30 | 273 | 53 | 72 |
| Binary | 1100111 | 10111000 | 11000010 | 101111 | 101 | 0 | 11000 | 10111011 | 101011 | 111010 |
Color Harmonies of #67B8C2
Complementary color
Monochromatic Colors of #67B8C2
Black with #67B8C2
Text Example
Text Example
White with #67B8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B8C2; }
p { color: rgb(103,184,194); }
H1.HeaderClassName
{
color: #67B8C2;
}
.AnyTagClassName
{
color: #67B8C2;
}
</style>
background-color css
<style>
a { background-color: #67B8C2; }
a { background-color: rgb(103,184,194); }
div.DivClassName
{
background-color: #67B8C2;
}
.BgClassName
{
background-color: #67B8C2;
}
</style>
border-color css
<style>
span { border-color: #67B8C2; }
span { border-color: rgb(103,184,194); }
td.TdClassName
{
border-color: #67B8C2;
}
.TagClassName
{
border-color: #67B8C2;
}
</style>