Shades of Fountain Blue #53ACB3
Tints of Fountain Blue #53ACB3
RGB
CMYK
RGB Variations
Color information
#53ACB3 (or 0x53ACB3) is known color: Fountain Blue. HEX triplet: 53, AC and B3. RGB value is (83,172,179). Sum of RGB (Red+Green+Blue) = 83+172+179=434 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.12% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 179 (70.31% from 255 or 41.24% from 434); Max value from RGB is 179 - color contains mainly: blue. Hex color #53ACB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ACB3 is #AC534C. Grayscale: #929292. Windows color (decimal): -11293517 or 11775059. OLE color: 11775059.
HSL color Cylindrical-coordinate representation of color #53ACB3: hue angle of 184.38º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53ACB3 is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 83 | 172 | 179 | - |
| CMYK | 0.54 | 0.04 | 0 | 0.30 |
| HSL | 184.38º | 0.39% | 0.51% | - |
| HSV(B) | 184.38º | 0.54% | 0.7% | - |
| XYZ | 26.46 | 34.6 | 47.93 | - |
| YUV | 146.19 | 146.51 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 172 | 179 | 0.54 | 0.04 | 0 | 0.30 | 184.38 | 0.39 | 0.51 |
| Hex | 53 | AC | B3 | 36 | 4 | 0 | 1E | B8 | 27 | 33 |
| Octal | 123 | 254 | 263 | 66 | 4 | 0 | 36 | 270 | 47 | 63 |
| Binary | 1010011 | 10101100 | 10110011 | 110110 | 100 | 0 | 11110 | 10111000 | 100111 | 110011 |
Color Harmonies of #53ACB3
Complementary color
Monochromatic Colors of #53ACB3
Black with #53ACB3
Text Example
Text Example
White with #53ACB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53ACB3; }
p { color: rgb(83,172,179); }
H1.HeaderClassName
{
color: #53ACB3;
}
.AnyTagClassName
{
color: #53ACB3;
}
</style>
background-color css
<style>
a { background-color: #53ACB3; }
a { background-color: rgb(83,172,179); }
div.DivClassName
{
background-color: #53ACB3;
}
.BgClassName
{
background-color: #53ACB3;
}
</style>
border-color css
<style>
span { border-color: #53ACB3; }
span { border-color: rgb(83,172,179); }
td.TdClassName
{
border-color: #53ACB3;
}
.TagClassName
{
border-color: #53ACB3;
}
</style>