Shades of Fountain Blue #67B9C2
Tints of Fountain Blue #67B9C2
RGB
CMYK
RGB Variations
Color information
#67B9C2 (or 0x67B9C2) is known color: Fountain Blue. HEX triplet: 67, B9 and C2. RGB value is (103,185,194). Sum of RGB (Red+Green+Blue) = 103+185+194=482 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.37% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 194 (76.17% from 255 or 40.25% from 482); Max value from RGB is 194 - color contains mainly: blue. Hex color #67B9C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67B9C2 is #98463D. Grayscale: #A1A1A1. Windows color (decimal): -9979454 or 12761447. OLE color: 12761447.
HSL color Cylindrical-coordinate representation of color #67B9C2: hue angle of 185.93º 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 #67B9C2 is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 185 | 194 | - |
| CMYK | 0.47 | 0.05 | 0 | 0.24 |
| HSL | 185.93º | 0.43% | 0.58% | - |
| HSV(B) | 185.93º | 0.47% | 0.76% | - |
| XYZ | 32.68 | 41.48 | 57.32 | - |
| YUV | 161.51 | 146.33 | 86.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 185 | 194 | 0.47 | 0.05 | 0 | 0.24 | 185.93 | 0.43 | 0.58 |
| Hex | 67 | B9 | C2 | 2F | 5 | 0 | 18 | BA | 2B | 3A |
| Octal | 147 | 271 | 302 | 57 | 5 | 0 | 30 | 272 | 53 | 72 |
| Binary | 1100111 | 10111001 | 11000010 | 101111 | 101 | 0 | 11000 | 10111010 | 101011 | 111010 |
Color Harmonies of #67B9C2
Complementary color
Monochromatic Colors of #67B9C2
Black with #67B9C2
Text Example
Text Example
White with #67B9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B9C2; }
p { color: rgb(103,185,194); }
H1.HeaderClassName
{
color: #67B9C2;
}
.AnyTagClassName
{
color: #67B9C2;
}
</style>
background-color css
<style>
a { background-color: #67B9C2; }
a { background-color: rgb(103,185,194); }
div.DivClassName
{
background-color: #67B9C2;
}
.BgClassName
{
background-color: #67B9C2;
}
</style>
border-color css
<style>
span { border-color: #67B9C2; }
span { border-color: rgb(103,185,194); }
td.TdClassName
{
border-color: #67B9C2;
}
.TagClassName
{
border-color: #67B9C2;
}
</style>