Shades of Monte Carlo #7FBDB3
Tints of Monte Carlo #7FBDB3
RGB
CMYK
RGB Variations
Color information
#7FBDB3 (or 0x7FBDB3) is known color: Monte Carlo. HEX triplet: 7F, BD and B3. RGB value is (127,189,179). Sum of RGB (Red+Green+Blue) = 127+189+179=495 (65% of max value = 765). Red value is 127 (50% from 255 or 25.66% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 179 (70.31% from 255 or 36.16% from 495); Max value from RGB is 189 - color contains mainly: green. Hex color #7FBDB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBDB3 is #80424C. Grayscale: #A9A9A9. Windows color (decimal): -8405581 or 11779455. OLE color: 11779455.
HSL color Cylindrical-coordinate representation of color #7FBDB3: hue angle of 170.32º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7FBDB3 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 189 | 179 | - |
| CMYK | 0.33 | 0 | 0.05 | 0.26 |
| HSL | 170.32º | 0.32% | 0.62% | - |
| HSV(B) | 170.32º | 0.33% | 0.74% | - |
| XYZ | 35.09 | 44.16 | 49.32 | - |
| YUV | 169.32 | 133.46 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 189 | 179 | 0.33 | 0 | 0.05 | 0.26 | 170.32 | 0.32 | 0.62 |
| Hex | 7F | BD | B3 | 21 | 0 | 5 | 1A | AA | 20 | 3E |
| Octal | 177 | 275 | 263 | 41 | 0 | 5 | 32 | 252 | 40 | 76 |
| Binary | 1111111 | 10111101 | 10110011 | 100001 | 0 | 101 | 11010 | 10101010 | 100000 | 111110 |
Color Harmonies of #7FBDB3
Complementary color
Monochromatic Colors of #7FBDB3
Black with #7FBDB3
Text Example
Text Example
White with #7FBDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBDB3; }
p { color: rgb(127,189,179); }
H1.HeaderClassName
{
color: #7FBDB3;
}
.AnyTagClassName
{
color: #7FBDB3;
}
</style>
background-color css
<style>
a { background-color: #7FBDB3; }
a { background-color: rgb(127,189,179); }
div.DivClassName
{
background-color: #7FBDB3;
}
.BgClassName
{
background-color: #7FBDB3;
}
</style>
border-color css
<style>
span { border-color: #7FBDB3; }
span { border-color: rgb(127,189,179); }
td.TdClassName
{
border-color: #7FBDB3;
}
.TagClassName
{
border-color: #7FBDB3;
}
</style>