Shades of Spray #80CACF
Tints of Spray #80CACF
RGB
CMYK
RGB Variations
Color information
#80CACF (or 0x80CACF) is known color: Spray. HEX triplet: 80, CA and CF. RGB value is (128,202,207). Sum of RGB (Red+Green+Blue) = 128+202+207=537 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.84% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 207 - color contains mainly: blue. Hex color #80CACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CACF is #7F3530. Grayscale: #B4B4B4. Windows color (decimal): -8336689 or 13617792. OLE color: 13617792.
HSL color Cylindrical-coordinate representation of color #80CACF: hue angle of 183.8º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80CACF is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 202 | 207 | - |
| CMYK | 0.38 | 0.02 | 0 | 0.19 |
| HSL | 183.8º | 0.45% | 0.66% | - |
| HSV(B) | 183.8º | 0.38% | 0.81% | - |
| XYZ | 41.29 | 51.34 | 66.76 | - |
| YUV | 180.44 | 142.98 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 202 | 207 | 0.38 | 0.02 | 0 | 0.19 | 183.8 | 0.45 | 0.66 |
| Hex | 80 | CA | CF | 26 | 2 | 0 | 13 | B8 | 2D | 42 |
| Octal | 200 | 312 | 317 | 46 | 2 | 0 | 23 | 270 | 55 | 102 |
| Binary | 10000000 | 11001010 | 11001111 | 100110 | 10 | 0 | 10011 | 10111000 | 101101 | 1000010 |
Color Harmonies of #80CACF
Complementary color
Monochromatic Colors of #80CACF
Black with #80CACF
Text Example
Text Example
White with #80CACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CACF; }
p { color: rgb(128,202,207); }
H1.HeaderClassName
{
color: #80CACF;
}
.AnyTagClassName
{
color: #80CACF;
}
</style>
background-color css
<style>
a { background-color: #80CACF; }
a { background-color: rgb(128,202,207); }
div.DivClassName
{
background-color: #80CACF;
}
.BgClassName
{
background-color: #80CACF;
}
</style>
border-color css
<style>
span { border-color: #80CACF; }
span { border-color: rgb(128,202,207); }
td.TdClassName
{
border-color: #80CACF;
}
.TagClassName
{
border-color: #80CACF;
}
</style>