Shades of Spray #81C9CC
Tints of Spray #81C9CC
RGB
CMYK
RGB Variations
Color information
#81C9CC (or 0x81C9CC) is known color: Spray. HEX triplet: 81, C9 and CC. RGB value is (129,201,204). Sum of RGB (Red+Green+Blue) = 129+201+204=534 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.16% from 534); Green value is 201 (78.91% from 255 or 37.64% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 204 - color contains mainly: blue. Hex color #81C9CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81C9CC is #7E3633. Grayscale: #B3B3B3. Windows color (decimal): -8271412 or 13420929. OLE color: 13420929.
HSL color Cylindrical-coordinate representation of color #81C9CC: hue angle of 182.4º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #81C9CC is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 201 | 204 | - |
| CMYK | 0.37 | 0.01 | 0 | 0.2 |
| HSL | 182.4º | 0.42% | 0.65% | - |
| HSV(B) | 182.4º | 0.37% | 0.8% | - |
| XYZ | 40.84 | 50.8 | 64.78 | - |
| YUV | 179.81 | 141.65 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 201 | 204 | 0.37 | 0.01 | 0 | 0.2 | 182.4 | 0.42 | 0.65 |
| Hex | 81 | C9 | CC | 25 | 1 | 0 | 14 | B6 | 2A | 41 |
| Octal | 201 | 311 | 314 | 45 | 1 | 0 | 24 | 266 | 52 | 101 |
| Binary | 10000001 | 11001001 | 11001100 | 100101 | 1 | 0 | 10100 | 10110110 | 101010 | 1000001 |
Color Harmonies of #81C9CC
Complementary color
Monochromatic Colors of #81C9CC
Black with #81C9CC
Text Example
Text Example
White with #81C9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C9CC; }
p { color: rgb(129,201,204); }
H1.HeaderClassName
{
color: #81C9CC;
}
.AnyTagClassName
{
color: #81C9CC;
}
</style>
background-color css
<style>
a { background-color: #81C9CC; }
a { background-color: rgb(129,201,204); }
div.DivClassName
{
background-color: #81C9CC;
}
.BgClassName
{
background-color: #81C9CC;
}
</style>
border-color css
<style>
span { border-color: #81C9CC; }
span { border-color: rgb(129,201,204); }
td.TdClassName
{
border-color: #81C9CC;
}
.TagClassName
{
border-color: #81C9CC;
}
</style>