Shades of Fountain Blue #55AEB3
Tints of Fountain Blue #55AEB3
RGB
CMYK
RGB Variations
Color information
#55AEB3 (or 0x55AEB3) is known color: Fountain Blue. HEX triplet: 55, AE and B3. RGB value is (85,174,179). Sum of RGB (Red+Green+Blue) = 85+174+179=438 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.41% from 438); Green value is 174 (68.36% from 255 or 39.73% from 438); Blue value is 179 (70.31% from 255 or 40.87% from 438); Max value from RGB is 179 - color contains mainly: blue. Hex color #55AEB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AEB3 is #AA514C. Grayscale: #939393. Windows color (decimal): -11161933 or 11775573. OLE color: 11775573.
HSL color Cylindrical-coordinate representation of color #55AEB3: hue angle of 183.19º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55AEB3 is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 85 | 174 | 179 | - |
| CMYK | 0.53 | 0.03 | 0 | 0.30 |
| HSL | 183.19º | 0.38% | 0.52% | - |
| HSV(B) | 183.19º | 0.53% | 0.7% | - |
| XYZ | 27.02 | 35.46 | 48.07 | - |
| YUV | 147.96 | 145.51 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 174 | 179 | 0.53 | 0.03 | 0 | 0.30 | 183.19 | 0.38 | 0.52 |
| Hex | 55 | AE | B3 | 35 | 3 | 0 | 1E | B7 | 26 | 34 |
| Octal | 125 | 256 | 263 | 65 | 3 | 0 | 36 | 267 | 46 | 64 |
| Binary | 1010101 | 10101110 | 10110011 | 110101 | 11 | 0 | 11110 | 10110111 | 100110 | 110100 |
Color Harmonies of #55AEB3
Complementary color
Monochromatic Colors of #55AEB3
Black with #55AEB3
Text Example
Text Example
White with #55AEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AEB3; }
p { color: rgb(85,174,179); }
H1.HeaderClassName
{
color: #55AEB3;
}
.AnyTagClassName
{
color: #55AEB3;
}
</style>
background-color css
<style>
a { background-color: #55AEB3; }
a { background-color: rgb(85,174,179); }
div.DivClassName
{
background-color: #55AEB3;
}
.BgClassName
{
background-color: #55AEB3;
}
</style>
border-color css
<style>
span { border-color: #55AEB3; }
span { border-color: rgb(85,174,179); }
td.TdClassName
{
border-color: #55AEB3;
}
.TagClassName
{
border-color: #55AEB3;
}
</style>