Shades of Fountain Blue #67ADBB
Tints of Fountain Blue #67ADBB
RGB
CMYK
RGB Variations
Color information
#67ADBB (or 0x67ADBB) is known color: Fountain Blue. HEX triplet: 67, AD and BB. RGB value is (103,173,187). Sum of RGB (Red+Green+Blue) = 103+173+187=463 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.25% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 187 - color contains mainly: blue. Hex color #67ADBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ADBB is #985244. Grayscale: #999999. Windows color (decimal): -9982533 or 12299623. OLE color: 12299623.
HSL color Cylindrical-coordinate representation of color #67ADBB: hue angle of 190º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #67ADBB is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 173 | 187 | - |
| CMYK | 0.45 | 0.07 | 0 | 0.27 |
| HSL | 190º | 0.38% | 0.57% | - |
| HSV(B) | 190º | 0.45% | 0.73% | - |
| XYZ | 29.51 | 36.36 | 52.48 | - |
| YUV | 153.67 | 146.81 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 173 | 187 | 0.45 | 0.07 | 0 | 0.27 | 190 | 0.38 | 0.57 |
| Hex | 67 | AD | BB | 2D | 7 | 0 | 1B | BE | 26 | 39 |
| Octal | 147 | 255 | 273 | 55 | 7 | 0 | 33 | 276 | 46 | 71 |
| Binary | 1100111 | 10101101 | 10111011 | 101101 | 111 | 0 | 11011 | 10111110 | 100110 | 111001 |
Color Harmonies of #67ADBB
Complementary color
Monochromatic Colors of #67ADBB
Black with #67ADBB
Text Example
Text Example
White with #67ADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ADBB; }
p { color: rgb(103,173,187); }
H1.HeaderClassName
{
color: #67ADBB;
}
.AnyTagClassName
{
color: #67ADBB;
}
</style>
background-color css
<style>
a { background-color: #67ADBB; }
a { background-color: rgb(103,173,187); }
div.DivClassName
{
background-color: #67ADBB;
}
.BgClassName
{
background-color: #67ADBB;
}
</style>
border-color css
<style>
span { border-color: #67ADBB; }
span { border-color: rgb(103,173,187); }
td.TdClassName
{
border-color: #67ADBB;
}
.TagClassName
{
border-color: #67ADBB;
}
</style>