Shades of Monte Carlo #7FBDB8
Tints of Monte Carlo #7FBDB8
RGB
CMYK
RGB Variations
Color information
#7FBDB8 (or 0x7FBDB8) is known color: Monte Carlo. HEX triplet: 7F, BD and B8. RGB value is (127,189,184). Sum of RGB (Red+Green+Blue) = 127+189+184=500 (66% of max value = 765). Red value is 127 (50% from 255 or 25.4% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 184 (72.27% from 255 or 36.8% from 500); Max value from RGB is 189 - color contains mainly: green. Hex color #7FBDB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBDB8 is #804247. Grayscale: #A9A9A9. Windows color (decimal): -8405576 or 12107135. OLE color: 12107135.
HSL color Cylindrical-coordinate representation of color #7FBDB8: hue angle of 175.16º 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 #7FBDB8 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 189 | 184 | - |
| CMYK | 0.33 | 0 | 0.03 | 0.26 |
| HSL | 175.16º | 0.32% | 0.62% | - |
| HSV(B) | 175.16º | 0.33% | 0.74% | - |
| XYZ | 35.6 | 44.37 | 52.03 | - |
| YUV | 169.89 | 135.96 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 189 | 184 | 0.33 | 0 | 0.03 | 0.26 | 175.16 | 0.32 | 0.62 |
| Hex | 7F | BD | B8 | 21 | 0 | 3 | 1A | AF | 20 | 3E |
| Octal | 177 | 275 | 270 | 41 | 0 | 3 | 32 | 257 | 40 | 76 |
| Binary | 1111111 | 10111101 | 10111000 | 100001 | 0 | 11 | 11010 | 10101111 | 100000 | 111110 |
Color Harmonies of #7FBDB8
Complementary color
Monochromatic Colors of #7FBDB8
Black with #7FBDB8
Text Example
Text Example
White with #7FBDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBDB8; }
p { color: rgb(127,189,184); }
H1.HeaderClassName
{
color: #7FBDB8;
}
.AnyTagClassName
{
color: #7FBDB8;
}
</style>
background-color css
<style>
a { background-color: #7FBDB8; }
a { background-color: rgb(127,189,184); }
div.DivClassName
{
background-color: #7FBDB8;
}
.BgClassName
{
background-color: #7FBDB8;
}
</style>
border-color css
<style>
span { border-color: #7FBDB8; }
span { border-color: rgb(127,189,184); }
td.TdClassName
{
border-color: #7FBDB8;
}
.TagClassName
{
border-color: #7FBDB8;
}
</style>