Shades of Spray #81D3DA
Tints of Spray #81D3DA
RGB
CMYK
RGB Variations
Color information
#81D3DA (or 0x81D3DA) is known color: Spray. HEX triplet: 81, D3 and DA. RGB value is (129,211,218). Sum of RGB (Red+Green+Blue) = 129+211+218=558 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.12% from 558); Green value is 211 (82.81% from 255 or 37.81% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 218 - color contains mainly: blue. Hex color #81D3DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81D3DA is #7E2C25. Grayscale: #BBBBBB. Windows color (decimal): -8268838 or 14340993. OLE color: 14340993.
HSL color Cylindrical-coordinate representation of color #81D3DA: hue angle of 184.72º 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 #81D3DA is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 211 | 218 | - |
| CMYK | 0.41 | 0.03 | 0 | 0.15 |
| HSL | 184.72º | 0.55% | 0.68% | - |
| HSV(B) | 184.72º | 0.41% | 0.85% | - |
| XYZ | 45 | 56.32 | 74.83 | - |
| YUV | 187.28 | 145.33 | 86.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 211 | 218 | 0.41 | 0.03 | 0 | 0.15 | 184.72 | 0.55 | 0.68 |
| Hex | 81 | D3 | DA | 29 | 3 | 0 | F | B9 | 37 | 44 |
| Octal | 201 | 323 | 332 | 51 | 3 | 0 | 17 | 271 | 67 | 104 |
| Binary | 10000001 | 11010011 | 11011010 | 101001 | 11 | 0 | 1111 | 10111001 | 110111 | 1000100 |
Color Harmonies of #81D3DA
Complementary color
Monochromatic Colors of #81D3DA
Black with #81D3DA
Text Example
Text Example
White with #81D3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D3DA; }
p { color: rgb(129,211,218); }
H1.HeaderClassName
{
color: #81D3DA;
}
.AnyTagClassName
{
color: #81D3DA;
}
</style>
background-color css
<style>
a { background-color: #81D3DA; }
a { background-color: rgb(129,211,218); }
div.DivClassName
{
background-color: #81D3DA;
}
.BgClassName
{
background-color: #81D3DA;
}
</style>
border-color css
<style>
span { border-color: #81D3DA; }
span { border-color: rgb(129,211,218); }
td.TdClassName
{
border-color: #81D3DA;
}
.TagClassName
{
border-color: #81D3DA;
}
</style>