Shades of Spray #81C5DA
Tints of Spray #81C5DA
RGB
CMYK
RGB Variations
Color information
#81C5DA (or 0x81C5DA) is known color: Spray. HEX triplet: 81, C5 and DA. RGB value is (129,197,218). Sum of RGB (Red+Green+Blue) = 129+197+218=544 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.71% from 544); Green value is 197 (77.34% from 255 or 36.21% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #81C5DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81C5DA is #7E3A25. Grayscale: #B2B2B2. Windows color (decimal): -8272422 or 14337409. OLE color: 14337409.
HSL color Cylindrical-coordinate representation of color #81C5DA: hue angle of 194.16º 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 #81C5DA is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 197 | 218 | - |
| CMYK | 0.41 | 0.10 | 0 | 0.15 |
| HSL | 194.16º | 0.55% | 0.68% | - |
| HSV(B) | 194.16º | 0.41% | 0.85% | - |
| XYZ | 41.67 | 49.66 | 73.72 | - |
| YUV | 179.06 | 149.97 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 197 | 218 | 0.41 | 0.10 | 0 | 0.15 | 194.16 | 0.55 | 0.68 |
| Hex | 81 | C5 | DA | 29 | A | 0 | F | C2 | 37 | 44 |
| Octal | 201 | 305 | 332 | 51 | 12 | 0 | 17 | 302 | 67 | 104 |
| Binary | 10000001 | 11000101 | 11011010 | 101001 | 1010 | 0 | 1111 | 11000010 | 110111 | 1000100 |
Color Harmonies of #81C5DA
Complementary color
Monochromatic Colors of #81C5DA
Black with #81C5DA
Text Example
Text Example
White with #81C5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C5DA; }
p { color: rgb(129,197,218); }
H1.HeaderClassName
{
color: #81C5DA;
}
.AnyTagClassName
{
color: #81C5DA;
}
</style>
background-color css
<style>
a { background-color: #81C5DA; }
a { background-color: rgb(129,197,218); }
div.DivClassName
{
background-color: #81C5DA;
}
.BgClassName
{
background-color: #81C5DA;
}
</style>
border-color css
<style>
span { border-color: #81C5DA; }
span { border-color: rgb(129,197,218); }
td.TdClassName
{
border-color: #81C5DA;
}
.TagClassName
{
border-color: #81C5DA;
}
</style>