Shades of Spray #81CEDC
Tints of Spray #81CEDC
RGB
CMYK
RGB Variations
Color information
#81CEDC (or 0x81CEDC) is known color: Spray. HEX triplet: 81, CE and DC. RGB value is (129,206,220). Sum of RGB (Red+Green+Blue) = 129+206+220=555 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.24% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #81CEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81CEDC is #7E3123. Grayscale: #B8B8B8. Windows color (decimal): -8270116 or 14470785. OLE color: 14470785.
HSL color Cylindrical-coordinate representation of color #81CEDC: hue angle of 189.23º 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 #81CEDC is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 206 | 220 | - |
| CMYK | 0.41 | 0.06 | 0 | 0.14 |
| HSL | 189.23º | 0.57% | 0.68% | - |
| HSV(B) | 189.23º | 0.41% | 0.86% | - |
| XYZ | 44.04 | 53.98 | 75.81 | - |
| YUV | 184.57 | 147.99 | 88.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 206 | 220 | 0.41 | 0.06 | 0 | 0.14 | 189.23 | 0.57 | 0.68 |
| Hex | 81 | CE | DC | 29 | 6 | 0 | E | BD | 39 | 44 |
| Octal | 201 | 316 | 334 | 51 | 6 | 0 | 16 | 275 | 71 | 104 |
| Binary | 10000001 | 11001110 | 11011100 | 101001 | 110 | 0 | 1110 | 10111101 | 111001 | 1000100 |
Color Harmonies of #81CEDC
Complementary color
Monochromatic Colors of #81CEDC
Black with #81CEDC
Text Example
Text Example
White with #81CEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CEDC; }
p { color: rgb(129,206,220); }
H1.HeaderClassName
{
color: #81CEDC;
}
.AnyTagClassName
{
color: #81CEDC;
}
</style>
background-color css
<style>
a { background-color: #81CEDC; }
a { background-color: rgb(129,206,220); }
div.DivClassName
{
background-color: #81CEDC;
}
.BgClassName
{
background-color: #81CEDC;
}
</style>
border-color css
<style>
span { border-color: #81CEDC; }
span { border-color: rgb(129,206,220); }
td.TdClassName
{
border-color: #81CEDC;
}
.TagClassName
{
border-color: #81CEDC;
}
</style>