Shades of Fountain Blue #67ADBD
Tints of Fountain Blue #67ADBD
RGB
CMYK
RGB Variations
Color information
#67ADBD (or 0x67ADBD) is known color: Fountain Blue. HEX triplet: 67, AD and BD. RGB value is (103,173,189). Sum of RGB (Red+Green+Blue) = 103+173+189=465 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.15% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 189 - color contains mainly: blue. Hex color #67ADBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ADBD is #985242. Grayscale: #999999. Windows color (decimal): -9982531 or 12430695. OLE color: 12430695.
HSL color Cylindrical-coordinate representation of color #67ADBD: hue angle of 191.16º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #67ADBD is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 173 | 189 | - |
| CMYK | 0.46 | 0.08 | 0 | 0.26 |
| HSL | 191.16º | 0.39% | 0.57% | - |
| HSV(B) | 191.16º | 0.46% | 0.74% | - |
| XYZ | 29.72 | 36.44 | 53.61 | - |
| YUV | 153.89 | 147.81 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 173 | 189 | 0.46 | 0.08 | 0 | 0.26 | 191.16 | 0.39 | 0.57 |
| Hex | 67 | AD | BD | 2E | 8 | 0 | 1A | BF | 27 | 39 |
| Octal | 147 | 255 | 275 | 56 | 10 | 0 | 32 | 277 | 47 | 71 |
| Binary | 1100111 | 10101101 | 10111101 | 101110 | 1000 | 0 | 11010 | 10111111 | 100111 | 111001 |
Color Harmonies of #67ADBD
Complementary color
Monochromatic Colors of #67ADBD
Black with #67ADBD
Text Example
Text Example
White with #67ADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ADBD; }
p { color: rgb(103,173,189); }
H1.HeaderClassName
{
color: #67ADBD;
}
.AnyTagClassName
{
color: #67ADBD;
}
</style>
background-color css
<style>
a { background-color: #67ADBD; }
a { background-color: rgb(103,173,189); }
div.DivClassName
{
background-color: #67ADBD;
}
.BgClassName
{
background-color: #67ADBD;
}
</style>
border-color css
<style>
span { border-color: #67ADBD; }
span { border-color: rgb(103,173,189); }
td.TdClassName
{
border-color: #67ADBD;
}
.TagClassName
{
border-color: #67ADBD;
}
</style>