Shades of Spray #80C8DB
Tints of Spray #80C8DB
RGB
CMYK
RGB Variations
Color information
#80C8DB (or 0x80C8DB) is known color: Spray. HEX triplet: 80, C8 and DB. RGB value is (128,200,219). Sum of RGB (Red+Green+Blue) = 128+200+219=547 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.40% from 547); Green value is 200 (78.52% from 255 or 36.56% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #80C8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C8DB is #7F3724. Grayscale: #B4B4B4. Windows color (decimal): -8337189 or 14403712. OLE color: 14403712.
HSL color Cylindrical-coordinate representation of color #80C8DB: hue angle of 192.53º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80C8DB is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 200 | 219 | - |
| CMYK | 0.42 | 0.09 | 0 | 0.14 |
| HSL | 192.53º | 0.56% | 0.68% | - |
| HSV(B) | 192.53º | 0.42% | 0.86% | - |
| XYZ | 42.34 | 51.01 | 74.63 | - |
| YUV | 180.64 | 149.65 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 200 | 219 | 0.42 | 0.09 | 0 | 0.14 | 192.53 | 0.56 | 0.68 |
| Hex | 80 | C8 | DB | 2A | 9 | 0 | E | C1 | 38 | 44 |
| Octal | 200 | 310 | 333 | 52 | 11 | 0 | 16 | 301 | 70 | 104 |
| Binary | 10000000 | 11001000 | 11011011 | 101010 | 1001 | 0 | 1110 | 11000001 | 111000 | 1000100 |
Color Harmonies of #80C8DB
Complementary color
Monochromatic Colors of #80C8DB
Black with #80C8DB
Text Example
Text Example
White with #80C8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C8DB; }
p { color: rgb(128,200,219); }
H1.HeaderClassName
{
color: #80C8DB;
}
.AnyTagClassName
{
color: #80C8DB;
}
</style>
background-color css
<style>
a { background-color: #80C8DB; }
a { background-color: rgb(128,200,219); }
div.DivClassName
{
background-color: #80C8DB;
}
.BgClassName
{
background-color: #80C8DB;
}
</style>
border-color css
<style>
span { border-color: #80C8DB; }
span { border-color: rgb(128,200,219); }
td.TdClassName
{
border-color: #80C8DB;
}
.TagClassName
{
border-color: #80C8DB;
}
</style>