Shades of Fountain Blue #69ADB8
Tints of Fountain Blue #69ADB8
RGB
CMYK
RGB Variations
Color information
#69ADB8 (or 0x69ADB8) is known color: Fountain Blue. HEX triplet: 69, AD and B8. RGB value is (105,173,184). Sum of RGB (Red+Green+Blue) = 105+173+184=462 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.73% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 184 (72.27% from 255 or 39.83% from 462); Max value from RGB is 184 - color contains mainly: blue. Hex color #69ADB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ADB8 is #965247. Grayscale: #999999. Windows color (decimal): -9851464 or 12103017. OLE color: 12103017.
HSL color Cylindrical-coordinate representation of color #69ADB8: hue angle of 188.35º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #69ADB8 is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 105 | 173 | 184 | - |
| CMYK | 0.43 | 0.06 | 0 | 0.28 |
| HSL | 188.35º | 0.36% | 0.57% | - |
| HSV(B) | 188.35º | 0.43% | 0.72% | - |
| XYZ | 29.42 | 36.35 | 50.81 | - |
| YUV | 153.92 | 144.97 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 173 | 184 | 0.43 | 0.06 | 0 | 0.28 | 188.35 | 0.36 | 0.57 |
| Hex | 69 | AD | B8 | 2B | 6 | 0 | 1C | BC | 24 | 39 |
| Octal | 151 | 255 | 270 | 53 | 6 | 0 | 34 | 274 | 44 | 71 |
| Binary | 1101001 | 10101101 | 10111000 | 101011 | 110 | 0 | 11100 | 10111100 | 100100 | 111001 |
Color Harmonies of #69ADB8
Complementary color
Monochromatic Colors of #69ADB8
Black with #69ADB8
Text Example
Text Example
White with #69ADB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69ADB8; }
p { color: rgb(105,173,184); }
H1.HeaderClassName
{
color: #69ADB8;
}
.AnyTagClassName
{
color: #69ADB8;
}
</style>
background-color css
<style>
a { background-color: #69ADB8; }
a { background-color: rgb(105,173,184); }
div.DivClassName
{
background-color: #69ADB8;
}
.BgClassName
{
background-color: #69ADB8;
}
</style>
border-color css
<style>
span { border-color: #69ADB8; }
span { border-color: rgb(105,173,184); }
td.TdClassName
{
border-color: #69ADB8;
}
.TagClassName
{
border-color: #69ADB8;
}
</style>