Shades of Spray #81CED8
Tints of Spray #81CED8
RGB
CMYK
RGB Variations
Color information
#81CED8 (or 0x81CED8) is known color: Spray. HEX triplet: 81, CE and D8. RGB value is (129,206,216). Sum of RGB (Red+Green+Blue) = 129+206+216=551 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.41% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 216 (84.77% from 255 or 39.20% from 551); Max value from RGB is 216 - color contains mainly: blue. Hex color #81CED8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81CED8 is #7E3127. Grayscale: #B7B7B7. Windows color (decimal): -8270120 or 14208641. OLE color: 14208641.
HSL color Cylindrical-coordinate representation of color #81CED8: hue angle of 186.9º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81CED8 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 206 | 216 | - |
| CMYK | 0.40 | 0.05 | 0 | 0.15 |
| HSL | 186.9º | 0.53% | 0.68% | - |
| HSV(B) | 186.9º | 0.4% | 0.85% | - |
| XYZ | 43.52 | 53.77 | 73.05 | - |
| YUV | 184.12 | 145.99 | 88.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 206 | 216 | 0.40 | 0.05 | 0 | 0.15 | 186.9 | 0.53 | 0.68 |
| Hex | 81 | CE | D8 | 28 | 5 | 0 | F | BB | 35 | 44 |
| Octal | 201 | 316 | 330 | 50 | 5 | 0 | 17 | 273 | 65 | 104 |
| Binary | 10000001 | 11001110 | 11011000 | 101000 | 101 | 0 | 1111 | 10111011 | 110101 | 1000100 |
Color Harmonies of #81CED8
Complementary color
Monochromatic Colors of #81CED8
Black with #81CED8
Text Example
Text Example
White with #81CED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CED8; }
p { color: rgb(129,206,216); }
H1.HeaderClassName
{
color: #81CED8;
}
.AnyTagClassName
{
color: #81CED8;
}
</style>
background-color css
<style>
a { background-color: #81CED8; }
a { background-color: rgb(129,206,216); }
div.DivClassName
{
background-color: #81CED8;
}
.BgClassName
{
background-color: #81CED8;
}
</style>
border-color css
<style>
span { border-color: #81CED8; }
span { border-color: rgb(129,206,216); }
td.TdClassName
{
border-color: #81CED8;
}
.TagClassName
{
border-color: #81CED8;
}
</style>