Shades of Spray #81D1DB
Tints of Spray #81D1DB
RGB
CMYK
RGB Variations
Color information
#81D1DB (or 0x81D1DB) is known color: Spray. HEX triplet: 81, D1 and DB. RGB value is (129,209,219). Sum of RGB (Red+Green+Blue) = 129+209+219=557 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.16% from 557); Green value is 209 (82.03% from 255 or 37.52% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #81D1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81D1DB is #7E2E24. Grayscale: #BABABA. Windows color (decimal): -8269349 or 14406017. OLE color: 14406017.
HSL color Cylindrical-coordinate representation of color #81D1DB: hue angle of 186.67º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81D1DB is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 209 | 219 | - |
| CMYK | 0.41 | 0.05 | 0 | 0.14 |
| HSL | 186.67º | 0.56% | 0.68% | - |
| HSV(B) | 186.67º | 0.41% | 0.86% | - |
| XYZ | 44.64 | 55.38 | 75.35 | - |
| YUV | 186.22 | 146.5 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 209 | 219 | 0.41 | 0.05 | 0 | 0.14 | 186.67 | 0.56 | 0.68 |
| Hex | 81 | D1 | DB | 29 | 5 | 0 | E | BB | 38 | 44 |
| Octal | 201 | 321 | 333 | 51 | 5 | 0 | 16 | 273 | 70 | 104 |
| Binary | 10000001 | 11010001 | 11011011 | 101001 | 101 | 0 | 1110 | 10111011 | 111000 | 1000100 |
Color Harmonies of #81D1DB
Complementary color
Monochromatic Colors of #81D1DB
Black with #81D1DB
Text Example
Text Example
White with #81D1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D1DB; }
p { color: rgb(129,209,219); }
H1.HeaderClassName
{
color: #81D1DB;
}
.AnyTagClassName
{
color: #81D1DB;
}
</style>
background-color css
<style>
a { background-color: #81D1DB; }
a { background-color: rgb(129,209,219); }
div.DivClassName
{
background-color: #81D1DB;
}
.BgClassName
{
background-color: #81D1DB;
}
</style>
border-color css
<style>
span { border-color: #81D1DB; }
span { border-color: rgb(129,209,219); }
td.TdClassName
{
border-color: #81D1DB;
}
.TagClassName
{
border-color: #81D1DB;
}
</style>