Shades of Puerto Rico #57BDB2
Tints of Puerto Rico #57BDB2
RGB
CMYK
RGB Variations
Color information
#57BDB2 (or 0x57BDB2) is known color: Puerto Rico. HEX triplet: 57, BD and B2. RGB value is (87,189,178). Sum of RGB (Red+Green+Blue) = 87+189+178=454 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.16% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 178 (69.92% from 255 or 39.21% from 454); Max value from RGB is 189 - color contains mainly: green. Hex color #57BDB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57BDB2 is #A8424D. Grayscale: #9D9D9D. Windows color (decimal): -11027022 or 11713879. OLE color: 11713879.
HSL color Cylindrical-coordinate representation of color #57BDB2: hue angle of 173.53º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #57BDB2 is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 189 | 178 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.26 |
| HSL | 173.53º | 0.44% | 0.54% | - |
| HSV(B) | 173.53º | 0.54% | 0.74% | - |
| XYZ | 30.16 | 41.64 | 48.57 | - |
| YUV | 157.25 | 139.71 | 77.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 189 | 178 | 0.54 | 0 | 0.06 | 0.26 | 173.53 | 0.44 | 0.54 |
| Hex | 57 | BD | B2 | 36 | 0 | 6 | 1A | AE | 2C | 36 |
| Octal | 127 | 275 | 262 | 66 | 0 | 6 | 32 | 256 | 54 | 66 |
| Binary | 1010111 | 10111101 | 10110010 | 110110 | 0 | 110 | 11010 | 10101110 | 101100 | 110110 |
Color Harmonies of #57BDB2
Complementary color
Monochromatic Colors of #57BDB2
Black with #57BDB2
Text Example
Text Example
White with #57BDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BDB2; }
p { color: rgb(87,189,178); }
H1.HeaderClassName
{
color: #57BDB2;
}
.AnyTagClassName
{
color: #57BDB2;
}
</style>
background-color css
<style>
a { background-color: #57BDB2; }
a { background-color: rgb(87,189,178); }
div.DivClassName
{
background-color: #57BDB2;
}
.BgClassName
{
background-color: #57BDB2;
}
</style>
border-color css
<style>
span { border-color: #57BDB2; }
span { border-color: rgb(87,189,178); }
td.TdClassName
{
border-color: #57BDB2;
}
.TagClassName
{
border-color: #57BDB2;
}
</style>