Shades of Fountain Blue #69AAB4
Tints of Fountain Blue #69AAB4
RGB
CMYK
RGB Variations
Color information
#69AAB4 (or 0x69AAB4) is known color: Fountain Blue. HEX triplet: 69, AA and B4. RGB value is (105,170,180). Sum of RGB (Red+Green+Blue) = 105+170+180=455 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.08% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 180 (70.70% from 255 or 39.56% from 455); Max value from RGB is 180 - color contains mainly: blue. Hex color #69AAB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69AAB4 is #96554B. Grayscale: #979797. Windows color (decimal): -9852236 or 11840105. OLE color: 11840105.
HSL color Cylindrical-coordinate representation of color #69AAB4: hue angle of 188º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #69AAB4 is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 170 | 180 | - |
| CMYK | 0.42 | 0.06 | 0 | 0.29 |
| HSL | 188º | 0.33% | 0.56% | - |
| HSV(B) | 188º | 0.42% | 0.71% | - |
| XYZ | 28.44 | 35.05 | 48.45 | - |
| YUV | 151.71 | 143.97 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 170 | 180 | 0.42 | 0.06 | 0 | 0.29 | 188 | 0.33 | 0.56 |
| Hex | 69 | AA | B4 | 2A | 6 | 0 | 1D | BC | 21 | 38 |
| Octal | 151 | 252 | 264 | 52 | 6 | 0 | 35 | 274 | 41 | 70 |
| Binary | 1101001 | 10101010 | 10110100 | 101010 | 110 | 0 | 11101 | 10111100 | 100001 | 111000 |
Color Harmonies of #69AAB4
Complementary color
Monochromatic Colors of #69AAB4
Black with #69AAB4
Text Example
Text Example
White with #69AAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AAB4; }
p { color: rgb(105,170,180); }
H1.HeaderClassName
{
color: #69AAB4;
}
.AnyTagClassName
{
color: #69AAB4;
}
</style>
background-color css
<style>
a { background-color: #69AAB4; }
a { background-color: rgb(105,170,180); }
div.DivClassName
{
background-color: #69AAB4;
}
.BgClassName
{
background-color: #69AAB4;
}
</style>
border-color css
<style>
span { border-color: #69AAB4; }
span { border-color: rgb(105,170,180); }
td.TdClassName
{
border-color: #69AAB4;
}
.TagClassName
{
border-color: #69AAB4;
}
</style>