Shades of Spray #81CED9
Tints of Spray #81CED9
RGB
CMYK
RGB Variations
Color information
#81CED9 (or 0x81CED9) is known color: Spray. HEX triplet: 81, CE and D9. RGB value is (129,206,217). Sum of RGB (Red+Green+Blue) = 129+206+217=552 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.37% from 552); Green value is 206 (80.86% from 255 or 37.32% from 552); Blue value is 217 (85.16% from 255 or 39.31% from 552); Max value from RGB is 217 - color contains mainly: blue. Hex color #81CED9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81CED9 is #7E3126. Grayscale: #B8B8B8. Windows color (decimal): -8270119 or 14274177. OLE color: 14274177.
HSL color Cylindrical-coordinate representation of color #81CED9: hue angle of 187.5º degrees, saturation: 0.54, 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 #81CED9 is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 206 | 217 | - |
| CMYK | 0.41 | 0.05 | 0 | 0.15 |
| HSL | 187.5º | 0.54% | 0.68% | - |
| HSV(B) | 187.5º | 0.41% | 0.85% | - |
| XYZ | 43.65 | 53.82 | 73.73 | - |
| YUV | 184.23 | 146.49 | 88.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 206 | 217 | 0.41 | 0.05 | 0 | 0.15 | 187.5 | 0.54 | 0.68 |
| Hex | 81 | CE | D9 | 29 | 5 | 0 | F | BC | 36 | 44 |
| Octal | 201 | 316 | 331 | 51 | 5 | 0 | 17 | 274 | 66 | 104 |
| Binary | 10000001 | 11001110 | 11011001 | 101001 | 101 | 0 | 1111 | 10111100 | 110110 | 1000100 |
Color Harmonies of #81CED9
Complementary color
Monochromatic Colors of #81CED9
Black with #81CED9
Text Example
Text Example
White with #81CED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CED9; }
p { color: rgb(129,206,217); }
H1.HeaderClassName
{
color: #81CED9;
}
.AnyTagClassName
{
color: #81CED9;
}
</style>
background-color css
<style>
a { background-color: #81CED9; }
a { background-color: rgb(129,206,217); }
div.DivClassName
{
background-color: #81CED9;
}
.BgClassName
{
background-color: #81CED9;
}
</style>
border-color css
<style>
span { border-color: #81CED9; }
span { border-color: rgb(129,206,217); }
td.TdClassName
{
border-color: #81CED9;
}
.TagClassName
{
border-color: #81CED9;
}
</style>