Shades of Puerto Rico #63BDB0
Tints of Puerto Rico #63BDB0
RGB
CMYK
RGB Variations
Color information
#63BDB0 (or 0x63BDB0) is known color: Puerto Rico. HEX triplet: 63, BD and B0. RGB value is (99,189,176). Sum of RGB (Red+Green+Blue) = 99+189+176=464 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.34% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 176 (69.14% from 255 or 37.93% from 464); Max value from RGB is 189 - color contains mainly: green. Hex color #63BDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BDB0 is #9C424F. Grayscale: #A0A0A0. Windows color (decimal): -10240592 or 11582819. OLE color: 11582819.
HSL color Cylindrical-coordinate representation of color #63BDB0: hue angle of 171.33º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #63BDB0 is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 189 | 176 | - |
| CMYK | 0.48 | 0 | 0.07 | 0.26 |
| HSL | 171.33º | 0.41% | 0.56% | - |
| HSV(B) | 171.33º | 0.48% | 0.74% | - |
| XYZ | 31.18 | 42.18 | 47.57 | - |
| YUV | 160.61 | 136.68 | 84.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 189 | 176 | 0.48 | 0 | 0.07 | 0.26 | 171.33 | 0.41 | 0.56 |
| Hex | 63 | BD | B0 | 30 | 0 | 7 | 1A | AB | 29 | 38 |
| Octal | 143 | 275 | 260 | 60 | 0 | 7 | 32 | 253 | 51 | 70 |
| Binary | 1100011 | 10111101 | 10110000 | 110000 | 0 | 111 | 11010 | 10101011 | 101001 | 111000 |
Color Harmonies of #63BDB0
Complementary color
Monochromatic Colors of #63BDB0
Black with #63BDB0
Text Example
Text Example
White with #63BDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BDB0; }
p { color: rgb(99,189,176); }
H1.HeaderClassName
{
color: #63BDB0;
}
.AnyTagClassName
{
color: #63BDB0;
}
</style>
background-color css
<style>
a { background-color: #63BDB0; }
a { background-color: rgb(99,189,176); }
div.DivClassName
{
background-color: #63BDB0;
}
.BgClassName
{
background-color: #63BDB0;
}
</style>
border-color css
<style>
span { border-color: #63BDB0; }
span { border-color: rgb(99,189,176); }
td.TdClassName
{
border-color: #63BDB0;
}
.TagClassName
{
border-color: #63BDB0;
}
</style>