Shades of Fountain Blue #65ADAB
Tints of Fountain Blue #65ADAB
RGB
CMYK
RGB Variations
Color information
#65ADAB (or 0x65ADAB) is known color: Fountain Blue. HEX triplet: 65, AD and AB. RGB value is (101,173,171). Sum of RGB (Red+Green+Blue) = 101+173+171=445 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.70% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 173 - color contains mainly: green. Hex color #65ADAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65ADAB is #9A5254. Grayscale: #979797. Windows color (decimal): -10113621 or 11251045. OLE color: 11251045.
HSL color Cylindrical-coordinate representation of color #65ADAB: hue angle of 178.33º 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 #65ADAB is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 173 | 171 | - |
| CMYK | 0.42 | 0 | 0.01 | 0.32 |
| HSL | 178.33º | 0.31% | 0.54% | - |
| HSV(B) | 178.33º | 0.42% | 0.68% | - |
| XYZ | 27.66 | 35.59 | 43.94 | - |
| YUV | 151.24 | 139.15 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 173 | 171 | 0.42 | 0 | 0.01 | 0.32 | 178.33 | 0.31 | 0.54 |
| Hex | 65 | AD | AB | 2A | 0 | 1 | 20 | B2 | 1F | 36 |
| Octal | 145 | 255 | 253 | 52 | 0 | 1 | 40 | 262 | 37 | 66 |
| Binary | 1100101 | 10101101 | 10101011 | 101010 | 0 | 1 | 100000 | 10110010 | 11111 | 110110 |
Color Harmonies of #65ADAB
Complementary color
Monochromatic Colors of #65ADAB
Black with #65ADAB
Text Example
Text Example
White with #65ADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ADAB; }
p { color: rgb(101,173,171); }
H1.HeaderClassName
{
color: #65ADAB;
}
.AnyTagClassName
{
color: #65ADAB;
}
</style>
background-color css
<style>
a { background-color: #65ADAB; }
a { background-color: rgb(101,173,171); }
div.DivClassName
{
background-color: #65ADAB;
}
.BgClassName
{
background-color: #65ADAB;
}
</style>
border-color css
<style>
span { border-color: #65ADAB; }
span { border-color: rgb(101,173,171); }
td.TdClassName
{
border-color: #65ADAB;
}
.TagClassName
{
border-color: #65ADAB;
}
</style>