Shades of Spray #81CCDA
Tints of Spray #81CCDA
RGB
CMYK
RGB Variations
Color information
#81CCDA (or 0x81CCDA) is known color: Spray. HEX triplet: 81, CC and DA. RGB value is (129,204,218). Sum of RGB (Red+Green+Blue) = 129+204+218=551 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.41% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #81CCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81CCDA is #7E3325. Grayscale: #B7B7B7. Windows color (decimal): -8270630 or 14339201. OLE color: 14339201.
HSL color Cylindrical-coordinate representation of color #81CCDA: hue angle of 189.44º 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 #81CCDA is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 204 | 218 | - |
| CMYK | 0.41 | 0.06 | 0 | 0.15 |
| HSL | 189.44º | 0.55% | 0.68% | - |
| HSV(B) | 189.44º | 0.41% | 0.85% | - |
| XYZ | 43.3 | 52.91 | 74.26 | - |
| YUV | 183.17 | 147.65 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 204 | 218 | 0.41 | 0.06 | 0 | 0.15 | 189.44 | 0.55 | 0.68 |
| Hex | 81 | CC | DA | 29 | 6 | 0 | F | BD | 37 | 44 |
| Octal | 201 | 314 | 332 | 51 | 6 | 0 | 17 | 275 | 67 | 104 |
| Binary | 10000001 | 11001100 | 11011010 | 101001 | 110 | 0 | 1111 | 10111101 | 110111 | 1000100 |
Color Harmonies of #81CCDA
Complementary color
Monochromatic Colors of #81CCDA
Black with #81CCDA
Text Example
Text Example
White with #81CCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CCDA; }
p { color: rgb(129,204,218); }
H1.HeaderClassName
{
color: #81CCDA;
}
.AnyTagClassName
{
color: #81CCDA;
}
</style>
background-color css
<style>
a { background-color: #81CCDA; }
a { background-color: rgb(129,204,218); }
div.DivClassName
{
background-color: #81CCDA;
}
.BgClassName
{
background-color: #81CCDA;
}
</style>
border-color css
<style>
span { border-color: #81CCDA; }
span { border-color: rgb(129,204,218); }
td.TdClassName
{
border-color: #81CCDA;
}
.TagClassName
{
border-color: #81CCDA;
}
</style>