Shades of Spray #81C4DA
Tints of Spray #81C4DA
RGB
CMYK
RGB Variations
Color information
#81C4DA (or 0x81C4DA) is known color: Spray. HEX triplet: 81, C4 and DA. RGB value is (129,196,218). Sum of RGB (Red+Green+Blue) = 129+196+218=543 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.76% from 543); Green value is 196 (76.95% from 255 or 36.10% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #81C4DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81C4DA is #7E3B25. Grayscale: #B2B2B2. Windows color (decimal): -8272678 or 14337153. OLE color: 14337153.
HSL color Cylindrical-coordinate representation of color #81C4DA: hue angle of 194.83º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81C4DA is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 196 | 218 | - |
| CMYK | 0.41 | 0.10 | 0 | 0.15 |
| HSL | 194.83º | 0.55% | 0.68% | - |
| HSV(B) | 194.83º | 0.41% | 0.85% | - |
| XYZ | 41.45 | 49.21 | 73.64 | - |
| YUV | 178.48 | 150.3 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 196 | 218 | 0.41 | 0.10 | 0 | 0.15 | 194.83 | 0.55 | 0.68 |
| Hex | 81 | C4 | DA | 29 | A | 0 | F | C3 | 37 | 44 |
| Octal | 201 | 304 | 332 | 51 | 12 | 0 | 17 | 303 | 67 | 104 |
| Binary | 10000001 | 11000100 | 11011010 | 101001 | 1010 | 0 | 1111 | 11000011 | 110111 | 1000100 |
Color Harmonies of #81C4DA
Complementary color
Monochromatic Colors of #81C4DA
Black with #81C4DA
Text Example
Text Example
White with #81C4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C4DA; }
p { color: rgb(129,196,218); }
H1.HeaderClassName
{
color: #81C4DA;
}
.AnyTagClassName
{
color: #81C4DA;
}
</style>
background-color css
<style>
a { background-color: #81C4DA; }
a { background-color: rgb(129,196,218); }
div.DivClassName
{
background-color: #81C4DA;
}
.BgClassName
{
background-color: #81C4DA;
}
</style>
border-color css
<style>
span { border-color: #81C4DA; }
span { border-color: rgb(129,196,218); }
td.TdClassName
{
border-color: #81C4DA;
}
.TagClassName
{
border-color: #81C4DA;
}
</style>