Shades of Fountain Blue #69ADAC
Tints of Fountain Blue #69ADAC
RGB
CMYK
RGB Variations
Color information
#69ADAC (or 0x69ADAC) is known color: Fountain Blue. HEX triplet: 69, AD and AC. RGB value is (105,173,172). Sum of RGB (Red+Green+Blue) = 105+173+172=450 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.33% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 173 - color contains mainly: green. Hex color #69ADAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69ADAC is #965253. Grayscale: #989898. Windows color (decimal): -9851476 or 11316585. OLE color: 11316585.
HSL color Cylindrical-coordinate representation of color #69ADAC: hue angle of 179.12º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #69ADAC is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 173 | 172 | - |
| CMYK | 0.39 | 0 | 0.01 | 0.32 |
| HSL | 179.12º | 0.29% | 0.55% | - |
| HSV(B) | 179.12º | 0.39% | 0.68% | - |
| XYZ | 28.22 | 35.87 | 44.47 | - |
| YUV | 152.55 | 138.97 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 173 | 172 | 0.39 | 0 | 0.01 | 0.32 | 179.12 | 0.29 | 0.55 |
| Hex | 69 | AD | AC | 27 | 0 | 1 | 20 | B3 | 1D | 37 |
| Octal | 151 | 255 | 254 | 47 | 0 | 1 | 40 | 263 | 35 | 67 |
| Binary | 1101001 | 10101101 | 10101100 | 100111 | 0 | 1 | 100000 | 10110011 | 11101 | 110111 |
Color Harmonies of #69ADAC
Complementary color
Monochromatic Colors of #69ADAC
Black with #69ADAC
Text Example
Text Example
White with #69ADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69ADAC; }
p { color: rgb(105,173,172); }
H1.HeaderClassName
{
color: #69ADAC;
}
.AnyTagClassName
{
color: #69ADAC;
}
</style>
background-color css
<style>
a { background-color: #69ADAC; }
a { background-color: rgb(105,173,172); }
div.DivClassName
{
background-color: #69ADAC;
}
.BgClassName
{
background-color: #69ADAC;
}
</style>
border-color css
<style>
span { border-color: #69ADAC; }
span { border-color: rgb(105,173,172); }
td.TdClassName
{
border-color: #69ADAC;
}
.TagClassName
{
border-color: #69ADAC;
}
</style>