Shades of Fountain Blue #69ADB3
Tints of Fountain Blue #69ADB3
RGB
CMYK
RGB Variations
Color information
#69ADB3 (or 0x69ADB3) is known color: Fountain Blue. HEX triplet: 69, AD and B3. RGB value is (105,173,179). Sum of RGB (Red+Green+Blue) = 105+173+179=457 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.98% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 179 (70.31% from 255 or 39.17% from 457); Max value from RGB is 179 - color contains mainly: blue. Hex color #69ADB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ADB3 is #96524C. Grayscale: #999999. Windows color (decimal): -9851469 or 11775337. OLE color: 11775337.
HSL color Cylindrical-coordinate representation of color #69ADB3: hue angle of 184.86º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #69ADB3 is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 105 | 173 | 179 | - |
| CMYK | 0.41 | 0.03 | 0 | 0.30 |
| HSL | 184.86º | 0.33% | 0.56% | - |
| HSV(B) | 184.86º | 0.41% | 0.7% | - |
| XYZ | 28.91 | 36.15 | 48.1 | - |
| YUV | 153.35 | 142.47 | 93.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 173 | 179 | 0.41 | 0.03 | 0 | 0.30 | 184.86 | 0.33 | 0.56 |
| Hex | 69 | AD | B3 | 29 | 3 | 0 | 1E | B9 | 21 | 38 |
| Octal | 151 | 255 | 263 | 51 | 3 | 0 | 36 | 271 | 41 | 70 |
| Binary | 1101001 | 10101101 | 10110011 | 101001 | 11 | 0 | 11110 | 10111001 | 100001 | 111000 |
Color Harmonies of #69ADB3
Complementary color
Monochromatic Colors of #69ADB3
Black with #69ADB3
Text Example
Text Example
White with #69ADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69ADB3; }
p { color: rgb(105,173,179); }
H1.HeaderClassName
{
color: #69ADB3;
}
.AnyTagClassName
{
color: #69ADB3;
}
</style>
background-color css
<style>
a { background-color: #69ADB3; }
a { background-color: rgb(105,173,179); }
div.DivClassName
{
background-color: #69ADB3;
}
.BgClassName
{
background-color: #69ADB3;
}
</style>
border-color css
<style>
span { border-color: #69ADB3; }
span { border-color: rgb(105,173,179); }
td.TdClassName
{
border-color: #69ADB3;
}
.TagClassName
{
border-color: #69ADB3;
}
</style>