Shades of Fountain Blue #54B2B4
Tints of Fountain Blue #54B2B4
RGB
CMYK
RGB Variations
Color information
#54B2B4 (or 0x54B2B4) is known color: Fountain Blue. HEX triplet: 54, B2 and B4. RGB value is (84,178,180). Sum of RGB (Red+Green+Blue) = 84+178+180=442 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.00% from 442); Green value is 178 (69.92% from 255 or 40.27% from 442); Blue value is 180 (70.70% from 255 or 40.72% from 442); Max value from RGB is 180 - color contains mainly: blue. Hex color #54B2B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54B2B4 is #AB4D4B. Grayscale: #969696. Windows color (decimal): -11226444 or 11842132. OLE color: 11842132.
HSL color Cylindrical-coordinate representation of color #54B2B4: hue angle of 181.25º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54B2B4 is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 84 | 178 | 180 | - |
| CMYK | 0.53 | 0.01 | 0 | 0.29 |
| HSL | 181.25º | 0.39% | 0.52% | - |
| HSV(B) | 181.25º | 0.53% | 0.71% | - |
| XYZ | 27.81 | 37.02 | 48.86 | - |
| YUV | 150.12 | 144.86 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 178 | 180 | 0.53 | 0.01 | 0 | 0.29 | 181.25 | 0.39 | 0.52 |
| Hex | 54 | B2 | B4 | 35 | 1 | 0 | 1D | B5 | 27 | 34 |
| Octal | 124 | 262 | 264 | 65 | 1 | 0 | 35 | 265 | 47 | 64 |
| Binary | 1010100 | 10110010 | 10110100 | 110101 | 1 | 0 | 11101 | 10110101 | 100111 | 110100 |
Color Harmonies of #54B2B4
Complementary color
Monochromatic Colors of #54B2B4
Black with #54B2B4
Text Example
Text Example
White with #54B2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B2B4; }
p { color: rgb(84,178,180); }
H1.HeaderClassName
{
color: #54B2B4;
}
.AnyTagClassName
{
color: #54B2B4;
}
</style>
background-color css
<style>
a { background-color: #54B2B4; }
a { background-color: rgb(84,178,180); }
div.DivClassName
{
background-color: #54B2B4;
}
.BgClassName
{
background-color: #54B2B4;
}
</style>
border-color css
<style>
span { border-color: #54B2B4; }
span { border-color: rgb(84,178,180); }
td.TdClassName
{
border-color: #54B2B4;
}
.TagClassName
{
border-color: #54B2B4;
}
</style>