Shades of Spray #81D9D8
Tints of Spray #81D9D8
RGB
CMYK
RGB Variations
Color information
#81D9D8 (or 0x81D9D8) is known color: Spray. HEX triplet: 81, D9 and D8. RGB value is (129,217,216). Sum of RGB (Red+Green+Blue) = 129+217+216=562 (74% of max value = 765). Red value is 129 (50.78% from 255 or 22.95% from 562); Green value is 217 (85.16% from 255 or 38.61% from 562); Blue value is 216 (84.77% from 255 or 38.43% from 562); Max value from RGB is 217 - color contains mainly: green. Hex color #81D9D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81D9D8 is #7E2627. Grayscale: #BEBEBE. Windows color (decimal): -8267304 or 14211457. OLE color: 14211457.
HSL color Cylindrical-coordinate representation of color #81D9D8: hue angle of 179.32º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81D9D8 is Cyan = 0.41, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 217 | 216 | - |
| CMYK | 0.41 | 0 | 0.00 | 0.15 |
| HSL | 179.32º | 0.54% | 0.68% | - |
| HSV(B) | 179.32º | 0.41% | 0.85% | - |
| XYZ | 46.26 | 59.25 | 73.96 | - |
| YUV | 190.57 | 142.35 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 217 | 216 | 0.41 | 0 | 0.00 | 0.15 | 179.32 | 0.54 | 0.68 |
| Hex | 81 | D9 | D8 | 29 | 0 | 0 | F | B3 | 36 | 44 |
| Octal | 201 | 331 | 330 | 51 | 0 | 0 | 17 | 263 | 66 | 104 |
| Binary | 10000001 | 11011001 | 11011000 | 101001 | 0 | 0 | 1111 | 10110011 | 110110 | 1000100 |
Color Harmonies of #81D9D8
Complementary color
Monochromatic Colors of #81D9D8
Black with #81D9D8
Text Example
Text Example
White with #81D9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D9D8; }
p { color: rgb(129,217,216); }
H1.HeaderClassName
{
color: #81D9D8;
}
.AnyTagClassName
{
color: #81D9D8;
}
</style>
background-color css
<style>
a { background-color: #81D9D8; }
a { background-color: rgb(129,217,216); }
div.DivClassName
{
background-color: #81D9D8;
}
.BgClassName
{
background-color: #81D9D8;
}
</style>
border-color css
<style>
span { border-color: #81D9D8; }
span { border-color: rgb(129,217,216); }
td.TdClassName
{
border-color: #81D9D8;
}
.TagClassName
{
border-color: #81D9D8;
}
</style>