Shades of Spray #80C5DA
Tints of Spray #80C5DA
RGB
CMYK
RGB Variations
Color information
#80C5DA (or 0x80C5DA) is known color: Spray. HEX triplet: 80, C5 and DA. RGB value is (128,197,218). Sum of RGB (Red+Green+Blue) = 128+197+218=543 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.57% from 543); Green value is 197 (77.34% from 255 or 36.28% 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 #80C5DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C5DA is #7F3A25. Grayscale: #B2B2B2. Windows color (decimal): -8337958 or 14337408. OLE color: 14337408.
HSL color Cylindrical-coordinate representation of color #80C5DA: hue angle of 194º 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 #80C5DA is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 197 | 218 | - |
| CMYK | 0.41 | 0.10 | 0 | 0.15 |
| HSL | 194º | 0.55% | 0.68% | - |
| HSV(B) | 194º | 0.41% | 0.85% | - |
| XYZ | 41.52 | 49.58 | 73.71 | - |
| YUV | 178.76 | 150.14 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 197 | 218 | 0.41 | 0.10 | 0 | 0.15 | 194 | 0.55 | 0.68 |
| Hex | 80 | C5 | DA | 29 | A | 0 | F | C2 | 37 | 44 |
| Octal | 200 | 305 | 332 | 51 | 12 | 0 | 17 | 302 | 67 | 104 |
| Binary | 10000000 | 11000101 | 11011010 | 101001 | 1010 | 0 | 1111 | 11000010 | 110111 | 1000100 |
Color Harmonies of #80C5DA
Complementary color
Monochromatic Colors of #80C5DA
Black with #80C5DA
Text Example
Text Example
White with #80C5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C5DA; }
p { color: rgb(128,197,218); }
H1.HeaderClassName
{
color: #80C5DA;
}
.AnyTagClassName
{
color: #80C5DA;
}
</style>
background-color css
<style>
a { background-color: #80C5DA; }
a { background-color: rgb(128,197,218); }
div.DivClassName
{
background-color: #80C5DA;
}
.BgClassName
{
background-color: #80C5DA;
}
</style>
border-color css
<style>
span { border-color: #80C5DA; }
span { border-color: rgb(128,197,218); }
td.TdClassName
{
border-color: #80C5DA;
}
.TagClassName
{
border-color: #80C5DA;
}
</style>