Shades of Spray #81DADF
Tints of Spray #81DADF
RGB
CMYK
RGB Variations
Color information
#81DADF (or 0x81DADF) is known color: Spray. HEX triplet: 81, DA and DF. RGB value is (129,218,223). Sum of RGB (Red+Green+Blue) = 129+218+223=570 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.63% from 570); Green value is 218 (85.55% from 255 or 38.25% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #81DADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81DADF is #7E2520. Grayscale: #BFBFBF. Windows color (decimal): -8267041 or 14670465. OLE color: 14670465.
HSL color Cylindrical-coordinate representation of color #81DADF: hue angle of 183.19º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81DADF is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 218 | 223 | - |
| CMYK | 0.42 | 0.02 | 0 | 0.13 |
| HSL | 183.19º | 0.59% | 0.69% | - |
| HSV(B) | 183.19º | 0.42% | 0.87% | - |
| XYZ | 47.44 | 60.14 | 78.92 | - |
| YUV | 191.96 | 145.51 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 218 | 223 | 0.42 | 0.02 | 0 | 0.13 | 183.19 | 0.59 | 0.69 |
| Hex | 81 | DA | DF | 2A | 2 | 0 | D | B7 | 3B | 45 |
| Octal | 201 | 332 | 337 | 52 | 2 | 0 | 15 | 267 | 73 | 105 |
| Binary | 10000001 | 11011010 | 11011111 | 101010 | 10 | 0 | 1101 | 10110111 | 111011 | 1000101 |
Color Harmonies of #81DADF
Complementary color
Monochromatic Colors of #81DADF
Black with #81DADF
Text Example
Text Example
White with #81DADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DADF; }
p { color: rgb(129,218,223); }
H1.HeaderClassName
{
color: #81DADF;
}
.AnyTagClassName
{
color: #81DADF;
}
</style>
background-color css
<style>
a { background-color: #81DADF; }
a { background-color: rgb(129,218,223); }
div.DivClassName
{
background-color: #81DADF;
}
.BgClassName
{
background-color: #81DADF;
}
</style>
border-color css
<style>
span { border-color: #81DADF; }
span { border-color: rgb(129,218,223); }
td.TdClassName
{
border-color: #81DADF;
}
.TagClassName
{
border-color: #81DADF;
}
</style>