Shades of Fountain Blue #67BDC1
Tints of Fountain Blue #67BDC1
RGB
CMYK
RGB Variations
Color information
#67BDC1 (or 0x67BDC1) is known color: Fountain Blue. HEX triplet: 67, BD and C1. RGB value is (103,189,193). Sum of RGB (Red+Green+Blue) = 103+189+193=485 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.24% from 485); Green value is 189 (74.22% from 255 or 38.97% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 193 - color contains mainly: blue. Hex color #67BDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BDC1 is #98423E. Grayscale: #A3A3A3. Windows color (decimal): -9978431 or 12696935. OLE color: 12696935.
HSL color Cylindrical-coordinate representation of color #67BDC1: hue angle of 182.67º degrees, saturation: 0.42, 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 #67BDC1 is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 189 | 193 | - |
| CMYK | 0.47 | 0.02 | 0 | 0.24 |
| HSL | 182.67º | 0.42% | 0.58% | - |
| HSV(B) | 182.67º | 0.47% | 0.76% | - |
| XYZ | 33.42 | 43.13 | 57.02 | - |
| YUV | 163.74 | 144.51 | 84.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 189 | 193 | 0.47 | 0.02 | 0 | 0.24 | 182.67 | 0.42 | 0.58 |
| Hex | 67 | BD | C1 | 2F | 2 | 0 | 18 | B7 | 2A | 3A |
| Octal | 147 | 275 | 301 | 57 | 2 | 0 | 30 | 267 | 52 | 72 |
| Binary | 1100111 | 10111101 | 11000001 | 101111 | 10 | 0 | 11000 | 10110111 | 101010 | 111010 |
Color Harmonies of #67BDC1
Complementary color
Monochromatic Colors of #67BDC1
Black with #67BDC1
Text Example
Text Example
White with #67BDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BDC1; }
p { color: rgb(103,189,193); }
H1.HeaderClassName
{
color: #67BDC1;
}
.AnyTagClassName
{
color: #67BDC1;
}
</style>
background-color css
<style>
a { background-color: #67BDC1; }
a { background-color: rgb(103,189,193); }
div.DivClassName
{
background-color: #67BDC1;
}
.BgClassName
{
background-color: #67BDC1;
}
</style>
border-color css
<style>
span { border-color: #67BDC1; }
span { border-color: rgb(103,189,193); }
td.TdClassName
{
border-color: #67BDC1;
}
.TagClassName
{
border-color: #67BDC1;
}
</style>