Shades of Spray #81CDDC
Tints of Spray #81CDDC
RGB
CMYK
RGB Variations
Color information
#81CDDC (or 0x81CDDC) is known color: Spray. HEX triplet: 81, CD and DC. RGB value is (129,205,220). Sum of RGB (Red+Green+Blue) = 129+205+220=554 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.29% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #81CDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81CDDC is #7E3223. Grayscale: #B7B7B7. Windows color (decimal): -8270372 or 14470529. OLE color: 14470529.
HSL color Cylindrical-coordinate representation of color #81CDDC: hue angle of 189.89º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81CDDC is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 205 | 220 | - |
| CMYK | 0.41 | 0.07 | 0 | 0.14 |
| HSL | 189.89º | 0.57% | 0.68% | - |
| HSV(B) | 189.89º | 0.41% | 0.86% | - |
| XYZ | 43.8 | 53.5 | 75.73 | - |
| YUV | 183.99 | 148.32 | 88.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 205 | 220 | 0.41 | 0.07 | 0 | 0.14 | 189.89 | 0.57 | 0.68 |
| Hex | 81 | CD | DC | 29 | 7 | 0 | E | BE | 39 | 44 |
| Octal | 201 | 315 | 334 | 51 | 7 | 0 | 16 | 276 | 71 | 104 |
| Binary | 10000001 | 11001101 | 11011100 | 101001 | 111 | 0 | 1110 | 10111110 | 111001 | 1000100 |
Color Harmonies of #81CDDC
Complementary color
Monochromatic Colors of #81CDDC
Black with #81CDDC
Text Example
Text Example
White with #81CDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CDDC; }
p { color: rgb(129,205,220); }
H1.HeaderClassName
{
color: #81CDDC;
}
.AnyTagClassName
{
color: #81CDDC;
}
</style>
background-color css
<style>
a { background-color: #81CDDC; }
a { background-color: rgb(129,205,220); }
div.DivClassName
{
background-color: #81CDDC;
}
.BgClassName
{
background-color: #81CDDC;
}
</style>
border-color css
<style>
span { border-color: #81CDDC; }
span { border-color: rgb(129,205,220); }
td.TdClassName
{
border-color: #81CDDC;
}
.TagClassName
{
border-color: #81CDDC;
}
</style>