Shades of Spray #81C5CD
Tints of Spray #81C5CD
RGB
CMYK
RGB Variations
Color information
#81C5CD (or 0x81C5CD) is known color: Spray. HEX triplet: 81, C5 and CD. RGB value is (129,197,205). Sum of RGB (Red+Green+Blue) = 129+197+205=531 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.29% from 531); Green value is 197 (77.34% from 255 or 37.10% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 205 - color contains mainly: blue. Hex color #81C5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81C5CD is #7E3A32. Grayscale: #B1B1B1. Windows color (decimal): -8272435 or 13485441. OLE color: 13485441.
HSL color Cylindrical-coordinate representation of color #81C5CD: hue angle of 186.32º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #81C5CD is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 197 | 205 | - |
| CMYK | 0.37 | 0.04 | 0 | 0.20 |
| HSL | 186.32º | 0.43% | 0.65% | - |
| HSV(B) | 186.32º | 0.37% | 0.8% | - |
| XYZ | 40.04 | 49.01 | 65.11 | - |
| YUV | 177.58 | 143.47 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 197 | 205 | 0.37 | 0.04 | 0 | 0.20 | 186.32 | 0.43 | 0.65 |
| Hex | 81 | C5 | CD | 25 | 4 | 0 | 14 | BA | 2B | 41 |
| Octal | 201 | 305 | 315 | 45 | 4 | 0 | 24 | 272 | 53 | 101 |
| Binary | 10000001 | 11000101 | 11001101 | 100101 | 100 | 0 | 10100 | 10111010 | 101011 | 1000001 |
Color Harmonies of #81C5CD
Complementary color
Monochromatic Colors of #81C5CD
Black with #81C5CD
Text Example
Text Example
White with #81C5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C5CD; }
p { color: rgb(129,197,205); }
H1.HeaderClassName
{
color: #81C5CD;
}
.AnyTagClassName
{
color: #81C5CD;
}
</style>
background-color css
<style>
a { background-color: #81C5CD; }
a { background-color: rgb(129,197,205); }
div.DivClassName
{
background-color: #81C5CD;
}
.BgClassName
{
background-color: #81C5CD;
}
</style>
border-color css
<style>
span { border-color: #81C5CD; }
span { border-color: rgb(129,197,205); }
td.TdClassName
{
border-color: #81C5CD;
}
.TagClassName
{
border-color: #81C5CD;
}
</style>