Shades of Fountain Blue #64ADBE
Tints of Fountain Blue #64ADBE
RGB
CMYK
RGB Variations
Color information
#64ADBE (or 0x64ADBE) is known color: Fountain Blue. HEX triplet: 64, AD and BE. RGB value is (100,173,190). Sum of RGB (Red+Green+Blue) = 100+173+190=463 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.60% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #64ADBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ADBE is #9B5241. Grayscale: #989898. Windows color (decimal): -10179138 or 12496228. OLE color: 12496228.
HSL color Cylindrical-coordinate representation of color #64ADBE: hue angle of 191.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64ADBE is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 173 | 190 | - |
| CMYK | 0.47 | 0.09 | 0 | 0.25 |
| HSL | 191.33º | 0.41% | 0.57% | - |
| HSV(B) | 191.33º | 0.47% | 0.75% | - |
| XYZ | 29.49 | 36.31 | 54.17 | - |
| YUV | 153.11 | 148.82 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 173 | 190 | 0.47 | 0.09 | 0 | 0.25 | 191.33 | 0.41 | 0.57 |
| Hex | 64 | AD | BE | 2F | 9 | 0 | 19 | BF | 29 | 39 |
| Octal | 144 | 255 | 276 | 57 | 11 | 0 | 31 | 277 | 51 | 71 |
| Binary | 1100100 | 10101101 | 10111110 | 101111 | 1001 | 0 | 11001 | 10111111 | 101001 | 111001 |
Color Harmonies of #64ADBE
Complementary color
Monochromatic Colors of #64ADBE
Black with #64ADBE
Text Example
Text Example
White with #64ADBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ADBE; }
p { color: rgb(100,173,190); }
H1.HeaderClassName
{
color: #64ADBE;
}
.AnyTagClassName
{
color: #64ADBE;
}
</style>
background-color css
<style>
a { background-color: #64ADBE; }
a { background-color: rgb(100,173,190); }
div.DivClassName
{
background-color: #64ADBE;
}
.BgClassName
{
background-color: #64ADBE;
}
</style>
border-color css
<style>
span { border-color: #64ADBE; }
span { border-color: rgb(100,173,190); }
td.TdClassName
{
border-color: #64ADBE;
}
.TagClassName
{
border-color: #64ADBE;
}
</style>