Shades of Spray #80CBCB
Tints of Spray #80CBCB
RGB
CMYK
RGB Variations
Color information
#80CBCB (or 0x80CBCB) is known color: Spray. HEX triplet: 80, CB and CB. RGB value is (128,203,203). Sum of RGB (Red+Green+Blue) = 128+203+203=534 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.97% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #80CBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CBCB is #7F3434. Grayscale: #B4B4B4. Windows color (decimal): -8336437 or 13355904. OLE color: 13355904.
HSL color Cylindrical-coordinate representation of color #80CBCB: hue angle of 180º 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 #80CBCB is Cyan = 0.37, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 203 | 203 | - |
| CMYK | 0.37 | 0 | 0 | 0.20 |
| HSL | 180º | 0.42% | 0.65% | - |
| HSV(B) | 180º | 0.37% | 0.8% | - |
| XYZ | 41.04 | 51.61 | 64.3 | - |
| YUV | 180.58 | 140.65 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 203 | 203 | 0.37 | 0 | 0 | 0.20 | 180 | 0.42 | 0.65 |
| Hex | 80 | CB | CB | 25 | 0 | 0 | 14 | B4 | 2A | 41 |
| Octal | 200 | 313 | 313 | 45 | 0 | 0 | 24 | 264 | 52 | 101 |
| Binary | 10000000 | 11001011 | 11001011 | 100101 | 0 | 0 | 10100 | 10110100 | 101010 | 1000001 |
Color Harmonies of #80CBCB
Complementary color
Monochromatic Colors of #80CBCB
Black with #80CBCB
Text Example
Text Example
White with #80CBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CBCB; }
p { color: rgb(128,203,203); }
H1.HeaderClassName
{
color: #80CBCB;
}
.AnyTagClassName
{
color: #80CBCB;
}
</style>
background-color css
<style>
a { background-color: #80CBCB; }
a { background-color: rgb(128,203,203); }
div.DivClassName
{
background-color: #80CBCB;
}
.BgClassName
{
background-color: #80CBCB;
}
</style>
border-color css
<style>
span { border-color: #80CBCB; }
span { border-color: rgb(128,203,203); }
td.TdClassName
{
border-color: #80CBCB;
}
.TagClassName
{
border-color: #80CBCB;
}
</style>