Shades of Spray #80CEDD
Tints of Spray #80CEDD
RGB
CMYK
RGB Variations
Color information
#80CEDD (or 0x80CEDD) is known color: Spray. HEX triplet: 80, CE and DD. RGB value is (128,206,221). Sum of RGB (Red+Green+Blue) = 128+206+221=555 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.06% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #80CEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CEDD is #7F3122. Grayscale: #B8B8B8. Windows color (decimal): -8335651 or 14536320. OLE color: 14536320.
HSL color Cylindrical-coordinate representation of color #80CEDD: hue angle of 189.68º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80CEDD is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 206 | 221 | - |
| CMYK | 0.42 | 0.07 | 0 | 0.13 |
| HSL | 189.68º | 0.58% | 0.68% | - |
| HSV(B) | 189.68º | 0.42% | 0.87% | - |
| XYZ | 44.02 | 53.95 | 76.5 | - |
| YUV | 184.39 | 148.66 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 206 | 221 | 0.42 | 0.07 | 0 | 0.13 | 189.68 | 0.58 | 0.68 |
| Hex | 80 | CE | DD | 2A | 7 | 0 | D | BE | 3A | 44 |
| Octal | 200 | 316 | 335 | 52 | 7 | 0 | 15 | 276 | 72 | 104 |
| Binary | 10000000 | 11001110 | 11011101 | 101010 | 111 | 0 | 1101 | 10111110 | 111010 | 1000100 |
Color Harmonies of #80CEDD
Complementary color
Monochromatic Colors of #80CEDD
Black with #80CEDD
Text Example
Text Example
White with #80CEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CEDD; }
p { color: rgb(128,206,221); }
H1.HeaderClassName
{
color: #80CEDD;
}
.AnyTagClassName
{
color: #80CEDD;
}
</style>
background-color css
<style>
a { background-color: #80CEDD; }
a { background-color: rgb(128,206,221); }
div.DivClassName
{
background-color: #80CEDD;
}
.BgClassName
{
background-color: #80CEDD;
}
</style>
border-color css
<style>
span { border-color: #80CEDD; }
span { border-color: rgb(128,206,221); }
td.TdClassName
{
border-color: #80CEDD;
}
.TagClassName
{
border-color: #80CEDD;
}
</style>