Shades of Spray #81D8D8
Tints of Spray #81D8D8
RGB
CMYK
RGB Variations
Color information
#81D8D8 (or 0x81D8D8) is known color: Spray. HEX triplet: 81, D8 and D8. RGB value is (129,216,216). Sum of RGB (Red+Green+Blue) = 129+216+216=561 (74% of max value = 765). Red value is 129 (50.78% from 255 or 22.99% from 561); Green value is 216 (84.77% from 255 or 38.50% from 561); Blue value is 216 (84.77% from 255 or 38.50% from 561); Max value from RGB is 216 - color contains mainly: green, blue. Hex color #81D8D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81D8D8 is #7E2727. Grayscale: #BDBDBD. Windows color (decimal): -8267560 or 14211201. OLE color: 14211201.
HSL color Cylindrical-coordinate representation of color #81D8D8: hue angle of 180º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81D8D8 is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 216 | 216 | - |
| CMYK | 0.40 | 0 | 0 | 0.15 |
| HSL | 180º | 0.53% | 0.68% | - |
| HSV(B) | 180º | 0.4% | 0.85% | - |
| XYZ | 46 | 58.74 | 73.88 | - |
| YUV | 189.99 | 142.68 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 216 | 216 | 0.40 | 0 | 0 | 0.15 | 180 | 0.53 | 0.68 |
| Hex | 81 | D8 | D8 | 28 | 0 | 0 | F | B4 | 35 | 44 |
| Octal | 201 | 330 | 330 | 50 | 0 | 0 | 17 | 264 | 65 | 104 |
| Binary | 10000001 | 11011000 | 11011000 | 101000 | 0 | 0 | 1111 | 10110100 | 110101 | 1000100 |
Color Harmonies of #81D8D8
Complementary color
Monochromatic Colors of #81D8D8
Black with #81D8D8
Text Example
Text Example
White with #81D8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D8D8; }
p { color: rgb(129,216,216); }
H1.HeaderClassName
{
color: #81D8D8;
}
.AnyTagClassName
{
color: #81D8D8;
}
</style>
background-color css
<style>
a { background-color: #81D8D8; }
a { background-color: rgb(129,216,216); }
div.DivClassName
{
background-color: #81D8D8;
}
.BgClassName
{
background-color: #81D8D8;
}
</style>
border-color css
<style>
span { border-color: #81D8D8; }
span { border-color: rgb(129,216,216); }
td.TdClassName
{
border-color: #81D8D8;
}
.TagClassName
{
border-color: #81D8D8;
}
</style>