Shades of Spray #81C3DA
Tints of Spray #81C3DA
RGB
CMYK
RGB Variations
Color information
#81C3DA (or 0x81C3DA) is known color: Spray. HEX triplet: 81, C3 and DA. RGB value is (129,195,218). Sum of RGB (Red+Green+Blue) = 129+195+218=542 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.80% from 542); Green value is 195 (76.56% from 255 or 35.98% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #81C3DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81C3DA is #7E3C25. Grayscale: #B1B1B1. Windows color (decimal): -8272934 or 14336897. OLE color: 14336897.
HSL color Cylindrical-coordinate representation of color #81C3DA: hue angle of 195.51º 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 #81C3DA is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 195 | 218 | - |
| CMYK | 0.41 | 0.11 | 0 | 0.15 |
| HSL | 195.51º | 0.55% | 0.68% | - |
| HSV(B) | 195.51º | 0.41% | 0.85% | - |
| XYZ | 41.22 | 48.76 | 73.57 | - |
| YUV | 177.89 | 150.63 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 195 | 218 | 0.41 | 0.11 | 0 | 0.15 | 195.51 | 0.55 | 0.68 |
| Hex | 81 | C3 | DA | 29 | B | 0 | F | C4 | 37 | 44 |
| Octal | 201 | 303 | 332 | 51 | 13 | 0 | 17 | 304 | 67 | 104 |
| Binary | 10000001 | 11000011 | 11011010 | 101001 | 1011 | 0 | 1111 | 11000100 | 110111 | 1000100 |
Color Harmonies of #81C3DA
Complementary color
Monochromatic Colors of #81C3DA
Black with #81C3DA
Text Example
Text Example
White with #81C3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C3DA; }
p { color: rgb(129,195,218); }
H1.HeaderClassName
{
color: #81C3DA;
}
.AnyTagClassName
{
color: #81C3DA;
}
</style>
background-color css
<style>
a { background-color: #81C3DA; }
a { background-color: rgb(129,195,218); }
div.DivClassName
{
background-color: #81C3DA;
}
.BgClassName
{
background-color: #81C3DA;
}
</style>
border-color css
<style>
span { border-color: #81C3DA; }
span { border-color: rgb(129,195,218); }
td.TdClassName
{
border-color: #81C3DA;
}
.TagClassName
{
border-color: #81C3DA;
}
</style>