Shades of Spray #80CBD5
Tints of Spray #80CBD5
RGB
CMYK
RGB Variations
Color information
#80CBD5 (or 0x80CBD5) is known color: Spray. HEX triplet: 80, CB and D5. RGB value is (128,203,213). Sum of RGB (Red+Green+Blue) = 128+203+213=544 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.53% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 213 (83.59% from 255 or 39.15% from 544); Max value from RGB is 213 - color contains mainly: blue. Hex color #80CBD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CBD5 is #7F342A. Grayscale: #B5B5B5. Windows color (decimal): -8336427 or 14011264. OLE color: 14011264.
HSL color Cylindrical-coordinate representation of color #80CBD5: hue angle of 187.06º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80CBD5 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 203 | 213 | - |
| CMYK | 0.40 | 0.05 | 0 | 0.16 |
| HSL | 187.06º | 0.5% | 0.67% | - |
| HSV(B) | 187.06º | 0.4% | 0.84% | - |
| XYZ | 42.27 | 52.11 | 70.78 | - |
| YUV | 181.72 | 145.65 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 203 | 213 | 0.40 | 0.05 | 0 | 0.16 | 187.06 | 0.5 | 0.67 |
| Hex | 80 | CB | D5 | 28 | 5 | 0 | 10 | BB | 32 | 43 |
| Octal | 200 | 313 | 325 | 50 | 5 | 0 | 20 | 273 | 62 | 103 |
| Binary | 10000000 | 11001011 | 11010101 | 101000 | 101 | 0 | 10000 | 10111011 | 110010 | 1000011 |
Color Harmonies of #80CBD5
Complementary color
Monochromatic Colors of #80CBD5
Black with #80CBD5
Text Example
Text Example
White with #80CBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CBD5; }
p { color: rgb(128,203,213); }
H1.HeaderClassName
{
color: #80CBD5;
}
.AnyTagClassName
{
color: #80CBD5;
}
</style>
background-color css
<style>
a { background-color: #80CBD5; }
a { background-color: rgb(128,203,213); }
div.DivClassName
{
background-color: #80CBD5;
}
.BgClassName
{
background-color: #80CBD5;
}
</style>
border-color css
<style>
span { border-color: #80CBD5; }
span { border-color: rgb(128,203,213); }
td.TdClassName
{
border-color: #80CBD5;
}
.TagClassName
{
border-color: #80CBD5;
}
</style>