Shades of Spray #81DBE9
Tints of Spray #81DBE9
RGB
CMYK
RGB Variations
Color information
#81DBE9 (or 0x81DBE9) is known color: Spray. HEX triplet: 81, DB and E9. RGB value is (129,219,233). Sum of RGB (Red+Green+Blue) = 129+219+233=581 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.20% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 233 (91.41% from 255 or 40.10% from 581); Max value from RGB is 233 - color contains mainly: blue. Hex color #81DBE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DBE9 is #7E2416. Grayscale: #C1C1C1. Windows color (decimal): -8266775 or 15326081. OLE color: 15326081.
HSL color Cylindrical-coordinate representation of color #81DBE9: hue angle of 188.08º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81DBE9 is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 129 | 219 | 233 | - |
| CMYK | 0.45 | 0.06 | 0 | 0.09 |
| HSL | 188.08º | 0.7% | 0.71% | - |
| HSV(B) | 188.08º | 0.45% | 0.91% | - |
| XYZ | 49.09 | 61.21 | 86.32 | - |
| YUV | 193.69 | 150.18 | 81.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 219 | 233 | 0.45 | 0.06 | 0 | 0.09 | 188.08 | 0.7 | 0.71 |
| Hex | 81 | DB | E9 | 2D | 6 | 0 | 9 | BC | 46 | 47 |
| Octal | 201 | 333 | 351 | 55 | 6 | 0 | 11 | 274 | 106 | 107 |
| Binary | 10000001 | 11011011 | 11101001 | 101101 | 110 | 0 | 1001 | 10111100 | 1000110 | 1000111 |
Color Harmonies of #81DBE9
Complementary color
Monochromatic Colors of #81DBE9
Black with #81DBE9
Text Example
Text Example
White with #81DBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DBE9; }
p { color: rgb(129,219,233); }
H1.HeaderClassName
{
color: #81DBE9;
}
.AnyTagClassName
{
color: #81DBE9;
}
</style>
background-color css
<style>
a { background-color: #81DBE9; }
a { background-color: rgb(129,219,233); }
div.DivClassName
{
background-color: #81DBE9;
}
.BgClassName
{
background-color: #81DBE9;
}
</style>
border-color css
<style>
span { border-color: #81DBE9; }
span { border-color: rgb(129,219,233); }
td.TdClassName
{
border-color: #81DBE9;
}
.TagClassName
{
border-color: #81DBE9;
}
</style>