Shades of Spray #81C1DA
Tints of Spray #81C1DA
RGB
CMYK
RGB Variations
Color information
#81C1DA (or 0x81C1DA) is known color: Spray. HEX triplet: 81, C1 and DA. RGB value is (129,193,218). Sum of RGB (Red+Green+Blue) = 129+193+218=540 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.89% from 540); Green value is 193 (75.78% from 255 or 35.74% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 218 - color contains mainly: blue. Hex color #81C1DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81C1DA is #7E3E25. Grayscale: #B0B0B0. Windows color (decimal): -8273446 or 14336385. OLE color: 14336385.
HSL color Cylindrical-coordinate representation of color #81C1DA: hue angle of 196.85º 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 #81C1DA is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 193 | 218 | - |
| CMYK | 0.41 | 0.11 | 0 | 0.15 |
| HSL | 196.85º | 0.55% | 0.68% | - |
| HSV(B) | 196.85º | 0.41% | 0.85% | - |
| XYZ | 40.78 | 47.87 | 73.42 | - |
| YUV | 176.71 | 151.3 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 193 | 218 | 0.41 | 0.11 | 0 | 0.15 | 196.85 | 0.55 | 0.68 |
| Hex | 81 | C1 | DA | 29 | B | 0 | F | C5 | 37 | 44 |
| Octal | 201 | 301 | 332 | 51 | 13 | 0 | 17 | 305 | 67 | 104 |
| Binary | 10000001 | 11000001 | 11011010 | 101001 | 1011 | 0 | 1111 | 11000101 | 110111 | 1000100 |
Color Harmonies of #81C1DA
Complementary color
Monochromatic Colors of #81C1DA
Black with #81C1DA
Text Example
Text Example
White with #81C1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C1DA; }
p { color: rgb(129,193,218); }
H1.HeaderClassName
{
color: #81C1DA;
}
.AnyTagClassName
{
color: #81C1DA;
}
</style>
background-color css
<style>
a { background-color: #81C1DA; }
a { background-color: rgb(129,193,218); }
div.DivClassName
{
background-color: #81C1DA;
}
.BgClassName
{
background-color: #81C1DA;
}
</style>
border-color css
<style>
span { border-color: #81C1DA; }
span { border-color: rgb(129,193,218); }
td.TdClassName
{
border-color: #81C1DA;
}
.TagClassName
{
border-color: #81C1DA;
}
</style>