Shades of Spray #81D9DA
Tints of Spray #81D9DA
RGB
CMYK
RGB Variations
Color information
#81D9DA (or 0x81D9DA) is known color: Spray. HEX triplet: 81, D9 and DA. RGB value is (129,217,218). Sum of RGB (Red+Green+Blue) = 129+217+218=564 (74% of max value = 765). Red value is 129 (50.78% from 255 or 22.87% from 564); Green value is 217 (85.16% from 255 or 38.48% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 218 - color contains mainly: blue. Hex color #81D9DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81D9DA is #7E2625. Grayscale: #BEBEBE. Windows color (decimal): -8267302 or 14342529. OLE color: 14342529.
HSL color Cylindrical-coordinate representation of color #81D9DA: hue angle of 180.67º degrees, saturation: 0.55, 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 #81D9DA is Cyan = 0.41, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 217 | 218 | - |
| CMYK | 0.41 | 0.00 | 0 | 0.15 |
| HSL | 180.67º | 0.55% | 0.68% | - |
| HSV(B) | 180.67º | 0.41% | 0.85% | - |
| XYZ | 46.52 | 59.35 | 75.33 | - |
| YUV | 190.8 | 143.35 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 217 | 218 | 0.41 | 0.00 | 0 | 0.15 | 180.67 | 0.55 | 0.68 |
| Hex | 81 | D9 | DA | 29 | 0 | 0 | F | B5 | 37 | 44 |
| Octal | 201 | 331 | 332 | 51 | 0 | 0 | 17 | 265 | 67 | 104 |
| Binary | 10000001 | 11011001 | 11011010 | 101001 | 0 | 0 | 1111 | 10110101 | 110111 | 1000100 |
Color Harmonies of #81D9DA
Complementary color
Monochromatic Colors of #81D9DA
Black with #81D9DA
Text Example
Text Example
White with #81D9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D9DA; }
p { color: rgb(129,217,218); }
H1.HeaderClassName
{
color: #81D9DA;
}
.AnyTagClassName
{
color: #81D9DA;
}
</style>
background-color css
<style>
a { background-color: #81D9DA; }
a { background-color: rgb(129,217,218); }
div.DivClassName
{
background-color: #81D9DA;
}
.BgClassName
{
background-color: #81D9DA;
}
</style>
border-color css
<style>
span { border-color: #81D9DA; }
span { border-color: rgb(129,217,218); }
td.TdClassName
{
border-color: #81D9DA;
}
.TagClassName
{
border-color: #81D9DA;
}
</style>