Shades of Spray #81CDD7
Tints of Spray #81CDD7
RGB
CMYK
RGB Variations
Color information
#81CDD7 (or 0x81CDD7) is known color: Spray. HEX triplet: 81, CD and D7. RGB value is (129,205,215). Sum of RGB (Red+Green+Blue) = 129+205+215=549 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.50% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 215 (84.38% from 255 or 39.16% from 549); Max value from RGB is 215 - color contains mainly: blue. Hex color #81CDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81CDD7 is #7E3228. Grayscale: #B7B7B7. Windows color (decimal): -8270377 or 14142849. OLE color: 14142849.
HSL color Cylindrical-coordinate representation of color #81CDD7: hue angle of 186.98º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81CDD7 is Cyan = 0.4, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 205 | 215 | - |
| CMYK | 0.4 | 0.05 | 0 | 0.16 |
| HSL | 186.98º | 0.52% | 0.67% | - |
| HSV(B) | 186.98º | 0.4% | 0.84% | - |
| XYZ | 43.15 | 53.24 | 72.29 | - |
| YUV | 183.42 | 145.82 | 89.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 205 | 215 | 0.4 | 0.05 | 0 | 0.16 | 186.98 | 0.52 | 0.67 |
| Hex | 81 | CD | D7 | 28 | 5 | 0 | 10 | BB | 34 | 43 |
| Octal | 201 | 315 | 327 | 50 | 5 | 0 | 20 | 273 | 64 | 103 |
| Binary | 10000001 | 11001101 | 11010111 | 101000 | 101 | 0 | 10000 | 10111011 | 110100 | 1000011 |
Color Harmonies of #81CDD7
Complementary color
Monochromatic Colors of #81CDD7
Black with #81CDD7
Text Example
Text Example
White with #81CDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CDD7; }
p { color: rgb(129,205,215); }
H1.HeaderClassName
{
color: #81CDD7;
}
.AnyTagClassName
{
color: #81CDD7;
}
</style>
background-color css
<style>
a { background-color: #81CDD7; }
a { background-color: rgb(129,205,215); }
div.DivClassName
{
background-color: #81CDD7;
}
.BgClassName
{
background-color: #81CDD7;
}
</style>
border-color css
<style>
span { border-color: #81CDD7; }
span { border-color: rgb(129,205,215); }
td.TdClassName
{
border-color: #81CDD7;
}
.TagClassName
{
border-color: #81CDD7;
}
</style>