Shades of Fountain Blue #5AADAE
Tints of Fountain Blue #5AADAE
RGB
CMYK
RGB Variations
Color information
#5AADAE (or 0x5AADAE) is known color: Fountain Blue. HEX triplet: 5A, AD and AE. RGB value is (90,173,174). Sum of RGB (Red+Green+Blue) = 90+173+174=437 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.59% from 437); Green value is 173 (67.97% from 255 or 39.59% from 437); Blue value is 174 (68.36% from 255 or 39.82% from 437); Max value from RGB is 174 - color contains mainly: blue. Hex color #5AADAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AADAE is #A55251. Grayscale: #949494. Windows color (decimal): -10834514 or 11447642. OLE color: 11447642.
HSL color Cylindrical-coordinate representation of color #5AADAE: hue angle of 180.71º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5AADAE is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 90 | 173 | 174 | - |
| CMYK | 0.48 | 0.01 | 0 | 0.32 |
| HSL | 180.71º | 0.34% | 0.52% | - |
| HSV(B) | 180.71º | 0.48% | 0.68% | - |
| XYZ | 26.8 | 35.12 | 45.41 | - |
| YUV | 148.3 | 142.5 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 173 | 174 | 0.48 | 0.01 | 0 | 0.32 | 180.71 | 0.34 | 0.52 |
| Hex | 5A | AD | AE | 30 | 1 | 0 | 20 | B5 | 22 | 34 |
| Octal | 132 | 255 | 256 | 60 | 1 | 0 | 40 | 265 | 42 | 64 |
| Binary | 1011010 | 10101101 | 10101110 | 110000 | 1 | 0 | 100000 | 10110101 | 100010 | 110100 |
Color Harmonies of #5AADAE
Complementary color
Monochromatic Colors of #5AADAE
Black with #5AADAE
Text Example
Text Example
White with #5AADAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AADAE; }
p { color: rgb(90,173,174); }
H1.HeaderClassName
{
color: #5AADAE;
}
.AnyTagClassName
{
color: #5AADAE;
}
</style>
background-color css
<style>
a { background-color: #5AADAE; }
a { background-color: rgb(90,173,174); }
div.DivClassName
{
background-color: #5AADAE;
}
.BgClassName
{
background-color: #5AADAE;
}
</style>
border-color css
<style>
span { border-color: #5AADAE; }
span { border-color: rgb(90,173,174); }
td.TdClassName
{
border-color: #5AADAE;
}
.TagClassName
{
border-color: #5AADAE;
}
</style>