Shades of Fountain Blue #65ADAC
Tints of Fountain Blue #65ADAC
RGB
CMYK
RGB Variations
Color information
#65ADAC (or 0x65ADAC) is known color: Fountain Blue. HEX triplet: 65, AD and AC. RGB value is (101,173,172). Sum of RGB (Red+Green+Blue) = 101+173+172=446 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.65% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 173 - color contains mainly: green. Hex color #65ADAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65ADAC is #9A5253. Grayscale: #979797. Windows color (decimal): -10113620 or 11316581. OLE color: 11316581.
HSL color Cylindrical-coordinate representation of color #65ADAC: hue angle of 179.17º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65ADAC is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 173 | 172 | - |
| CMYK | 0.42 | 0 | 0.01 | 0.32 |
| HSL | 179.17º | 0.31% | 0.54% | - |
| HSV(B) | 179.17º | 0.42% | 0.68% | - |
| XYZ | 27.76 | 35.63 | 44.44 | - |
| YUV | 151.36 | 139.65 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 173 | 172 | 0.42 | 0 | 0.01 | 0.32 | 179.17 | 0.31 | 0.54 |
| Hex | 65 | AD | AC | 2A | 0 | 1 | 20 | B3 | 1F | 36 |
| Octal | 145 | 255 | 254 | 52 | 0 | 1 | 40 | 263 | 37 | 66 |
| Binary | 1100101 | 10101101 | 10101100 | 101010 | 0 | 1 | 100000 | 10110011 | 11111 | 110110 |
Color Harmonies of #65ADAC
Complementary color
Monochromatic Colors of #65ADAC
Black with #65ADAC
Text Example
Text Example
White with #65ADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ADAC; }
p { color: rgb(101,173,172); }
H1.HeaderClassName
{
color: #65ADAC;
}
.AnyTagClassName
{
color: #65ADAC;
}
</style>
background-color css
<style>
a { background-color: #65ADAC; }
a { background-color: rgb(101,173,172); }
div.DivClassName
{
background-color: #65ADAC;
}
.BgClassName
{
background-color: #65ADAC;
}
</style>
border-color css
<style>
span { border-color: #65ADAC; }
span { border-color: rgb(101,173,172); }
td.TdClassName
{
border-color: #65ADAC;
}
.TagClassName
{
border-color: #65ADAC;
}
</style>