Shades of Fountain Blue #64AEAD
Tints of Fountain Blue #64AEAD
RGB
CMYK
RGB Variations
Color information
#64AEAD (or 0x64AEAD) is known color: Fountain Blue. HEX triplet: 64, AE and AD. RGB value is (100,174,173). Sum of RGB (Red+Green+Blue) = 100+174+173=447 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.37% from 447); Green value is 174 (68.36% from 255 or 38.93% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 174 - color contains mainly: green. Hex color #64AEAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64AEAD is #9B5152. Grayscale: #979797. Windows color (decimal): -10178899 or 11382372. OLE color: 11382372.
HSL color Cylindrical-coordinate representation of color #64AEAD: hue angle of 179.19º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #64AEAD is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 174 | 173 | - |
| CMYK | 0.43 | 0 | 0.01 | 0.32 |
| HSL | 179.19º | 0.31% | 0.54% | - |
| HSV(B) | 179.19º | 0.43% | 0.68% | - |
| XYZ | 27.93 | 36 | 45.01 | - |
| YUV | 151.76 | 139.98 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 174 | 173 | 0.43 | 0 | 0.01 | 0.32 | 179.19 | 0.31 | 0.54 |
| Hex | 64 | AE | AD | 2B | 0 | 1 | 20 | B3 | 1F | 36 |
| Octal | 144 | 256 | 255 | 53 | 0 | 1 | 40 | 263 | 37 | 66 |
| Binary | 1100100 | 10101110 | 10101101 | 101011 | 0 | 1 | 100000 | 10110011 | 11111 | 110110 |
Color Harmonies of #64AEAD
Complementary color
Monochromatic Colors of #64AEAD
Black with #64AEAD
Text Example
Text Example
White with #64AEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AEAD; }
p { color: rgb(100,174,173); }
H1.HeaderClassName
{
color: #64AEAD;
}
.AnyTagClassName
{
color: #64AEAD;
}
</style>
background-color css
<style>
a { background-color: #64AEAD; }
a { background-color: rgb(100,174,173); }
div.DivClassName
{
background-color: #64AEAD;
}
.BgClassName
{
background-color: #64AEAD;
}
</style>
border-color css
<style>
span { border-color: #64AEAD; }
span { border-color: rgb(100,174,173); }
td.TdClassName
{
border-color: #64AEAD;
}
.TagClassName
{
border-color: #64AEAD;
}
</style>