Shades of Spray #81CEDB
Tints of Spray #81CEDB
RGB
CMYK
RGB Variations
Color information
#81CEDB (or 0x81CEDB) is known color: Spray. HEX triplet: 81, CE and DB. RGB value is (129,206,219). Sum of RGB (Red+Green+Blue) = 129+206+219=554 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.29% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #81CEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81CEDB is #7E3124. Grayscale: #B8B8B8. Windows color (decimal): -8270117 or 14405249. OLE color: 14405249.
HSL color Cylindrical-coordinate representation of color #81CEDB: hue angle of 188.67º degrees, saturation: 0.56, 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 #81CEDB is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 206 | 219 | - |
| CMYK | 0.41 | 0.06 | 0 | 0.14 |
| HSL | 188.67º | 0.56% | 0.68% | - |
| HSV(B) | 188.67º | 0.41% | 0.86% | - |
| XYZ | 43.91 | 53.92 | 75.11 | - |
| YUV | 184.46 | 147.49 | 88.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 206 | 219 | 0.41 | 0.06 | 0 | 0.14 | 188.67 | 0.56 | 0.68 |
| Hex | 81 | CE | DB | 29 | 6 | 0 | E | BD | 38 | 44 |
| Octal | 201 | 316 | 333 | 51 | 6 | 0 | 16 | 275 | 70 | 104 |
| Binary | 10000001 | 11001110 | 11011011 | 101001 | 110 | 0 | 1110 | 10111101 | 111000 | 1000100 |
Color Harmonies of #81CEDB
Complementary color
Monochromatic Colors of #81CEDB
Black with #81CEDB
Text Example
Text Example
White with #81CEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CEDB; }
p { color: rgb(129,206,219); }
H1.HeaderClassName
{
color: #81CEDB;
}
.AnyTagClassName
{
color: #81CEDB;
}
</style>
background-color css
<style>
a { background-color: #81CEDB; }
a { background-color: rgb(129,206,219); }
div.DivClassName
{
background-color: #81CEDB;
}
.BgClassName
{
background-color: #81CEDB;
}
</style>
border-color css
<style>
span { border-color: #81CEDB; }
span { border-color: rgb(129,206,219); }
td.TdClassName
{
border-color: #81CEDB;
}
.TagClassName
{
border-color: #81CEDB;
}
</style>