Shades of Spray #81DDE1
Tints of Spray #81DDE1
RGB
CMYK
RGB Variations
Color information
#81DDE1 (or 0x81DDE1) is known color: Spray. HEX triplet: 81, DD and E1. RGB value is (129,221,225). Sum of RGB (Red+Green+Blue) = 129+221+225=575 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.43% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 225 (88.28% from 255 or 39.13% from 575); Max value from RGB is 225 - color contains mainly: blue. Hex color #81DDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81DDE1 is #7E221E. Grayscale: #C1C1C1. Windows color (decimal): -8266271 or 14802305. OLE color: 14802305.
HSL color Cylindrical-coordinate representation of color #81DDE1: hue angle of 182.5º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #81DDE1 is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 129 | 221 | 225 | - |
| CMYK | 0.43 | 0.02 | 0 | 0.12 |
| HSL | 182.5º | 0.62% | 0.69% | - |
| HSV(B) | 182.5º | 0.43% | 0.88% | - |
| XYZ | 48.5 | 61.82 | 80.61 | - |
| YUV | 193.95 | 145.52 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 221 | 225 | 0.43 | 0.02 | 0 | 0.12 | 182.5 | 0.62 | 0.69 |
| Hex | 81 | DD | E1 | 2B | 2 | 0 | C | B6 | 3E | 45 |
| Octal | 201 | 335 | 341 | 53 | 2 | 0 | 14 | 266 | 76 | 105 |
| Binary | 10000001 | 11011101 | 11100001 | 101011 | 10 | 0 | 1100 | 10110110 | 111110 | 1000101 |
Color Harmonies of #81DDE1
Complementary color
Monochromatic Colors of #81DDE1
Black with #81DDE1
Text Example
Text Example
White with #81DDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DDE1; }
p { color: rgb(129,221,225); }
H1.HeaderClassName
{
color: #81DDE1;
}
.AnyTagClassName
{
color: #81DDE1;
}
</style>
background-color css
<style>
a { background-color: #81DDE1; }
a { background-color: rgb(129,221,225); }
div.DivClassName
{
background-color: #81DDE1;
}
.BgClassName
{
background-color: #81DDE1;
}
</style>
border-color css
<style>
span { border-color: #81DDE1; }
span { border-color: rgb(129,221,225); }
td.TdClassName
{
border-color: #81DDE1;
}
.TagClassName
{
border-color: #81DDE1;
}
</style>