Shades of Fountain Blue #67BDC3
Tints of Fountain Blue #67BDC3
RGB
CMYK
RGB Variations
Color information
#67BDC3 (or 0x67BDC3) is known color: Fountain Blue. HEX triplet: 67, BD and C3. RGB value is (103,189,195). Sum of RGB (Red+Green+Blue) = 103+189+195=487 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.15% from 487); Green value is 189 (74.22% from 255 or 38.81% from 487); Blue value is 195 (76.56% from 255 or 40.04% from 487); Max value from RGB is 195 - color contains mainly: blue. Hex color #67BDC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BDC3 is #98423C. Grayscale: #A3A3A3. Windows color (decimal): -9978429 or 12828007. OLE color: 12828007.
HSL color Cylindrical-coordinate representation of color #67BDC3: hue angle of 183.91º 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 #67BDC3 is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 189 | 195 | - |
| CMYK | 0.47 | 0.03 | 0 | 0.24 |
| HSL | 183.91º | 0.43% | 0.58% | - |
| HSV(B) | 183.91º | 0.47% | 0.76% | - |
| XYZ | 33.64 | 43.22 | 58.2 | - |
| YUV | 163.97 | 145.51 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 189 | 195 | 0.47 | 0.03 | 0 | 0.24 | 183.91 | 0.43 | 0.58 |
| Hex | 67 | BD | C3 | 2F | 3 | 0 | 18 | B8 | 2B | 3A |
| Octal | 147 | 275 | 303 | 57 | 3 | 0 | 30 | 270 | 53 | 72 |
| Binary | 1100111 | 10111101 | 11000011 | 101111 | 11 | 0 | 11000 | 10111000 | 101011 | 111010 |
Color Harmonies of #67BDC3
Complementary color
Monochromatic Colors of #67BDC3
Black with #67BDC3
Text Example
Text Example
White with #67BDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BDC3; }
p { color: rgb(103,189,195); }
H1.HeaderClassName
{
color: #67BDC3;
}
.AnyTagClassName
{
color: #67BDC3;
}
</style>
background-color css
<style>
a { background-color: #67BDC3; }
a { background-color: rgb(103,189,195); }
div.DivClassName
{
background-color: #67BDC3;
}
.BgClassName
{
background-color: #67BDC3;
}
</style>
border-color css
<style>
span { border-color: #67BDC3; }
span { border-color: rgb(103,189,195); }
td.TdClassName
{
border-color: #67BDC3;
}
.TagClassName
{
border-color: #67BDC3;
}
</style>