Shades of Spray #81DCDD
Tints of Spray #81DCDD
RGB
CMYK
RGB Variations
Color information
#81DCDD (or 0x81DCDD) is known color: Spray. HEX triplet: 81, DC and DD. RGB value is (129,220,221). Sum of RGB (Red+Green+Blue) = 129+220+221=570 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.63% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #81DCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81DCDD is #7E2322. Grayscale: #C0C0C0. Windows color (decimal): -8266531 or 14539905. OLE color: 14539905.
HSL color Cylindrical-coordinate representation of color #81DCDD: hue angle of 180.65º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81DCDD is Cyan = 0.42, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 220 | 221 | - |
| CMYK | 0.42 | 0.00 | 0 | 0.13 |
| HSL | 180.65º | 0.58% | 0.69% | - |
| HSV(B) | 180.65º | 0.42% | 0.87% | - |
| XYZ | 47.7 | 61.07 | 77.68 | - |
| YUV | 192.91 | 143.85 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 220 | 221 | 0.42 | 0.00 | 0 | 0.13 | 180.65 | 0.58 | 0.69 |
| Hex | 81 | DC | DD | 2A | 0 | 0 | D | B5 | 3A | 45 |
| Octal | 201 | 334 | 335 | 52 | 0 | 0 | 15 | 265 | 72 | 105 |
| Binary | 10000001 | 11011100 | 11011101 | 101010 | 0 | 0 | 1101 | 10110101 | 111010 | 1000101 |
Color Harmonies of #81DCDD
Complementary color
Monochromatic Colors of #81DCDD
Black with #81DCDD
Text Example
Text Example
White with #81DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DCDD; }
p { color: rgb(129,220,221); }
H1.HeaderClassName
{
color: #81DCDD;
}
.AnyTagClassName
{
color: #81DCDD;
}
</style>
background-color css
<style>
a { background-color: #81DCDD; }
a { background-color: rgb(129,220,221); }
div.DivClassName
{
background-color: #81DCDD;
}
.BgClassName
{
background-color: #81DCDD;
}
</style>
border-color css
<style>
span { border-color: #81DCDD; }
span { border-color: rgb(129,220,221); }
td.TdClassName
{
border-color: #81DCDD;
}
.TagClassName
{
border-color: #81DCDD;
}
</style>