Shades of Spray #80CDDF
Tints of Spray #80CDDF
RGB
CMYK
RGB Variations
Color information
#80CDDF (or 0x80CDDF) is known color: Spray. HEX triplet: 80, CD and DF. RGB value is (128,205,223). Sum of RGB (Red+Green+Blue) = 128+205+223=556 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.02% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #80CDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CDDF is #7F3220. Grayscale: #B7B7B7. Windows color (decimal): -8335905 or 14667136. OLE color: 14667136.
HSL color Cylindrical-coordinate representation of color #80CDDF: hue angle of 191.37º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80CDDF is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 205 | 223 | - |
| CMYK | 0.43 | 0.08 | 0 | 0.13 |
| HSL | 191.37º | 0.6% | 0.69% | - |
| HSV(B) | 191.37º | 0.43% | 0.87% | - |
| XYZ | 44.05 | 53.58 | 77.83 | - |
| YUV | 184.03 | 149.99 | 88.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 205 | 223 | 0.43 | 0.08 | 0 | 0.13 | 191.37 | 0.6 | 0.69 |
| Hex | 80 | CD | DF | 2B | 8 | 0 | D | BF | 3C | 45 |
| Octal | 200 | 315 | 337 | 53 | 10 | 0 | 15 | 277 | 74 | 105 |
| Binary | 10000000 | 11001101 | 11011111 | 101011 | 1000 | 0 | 1101 | 10111111 | 111100 | 1000101 |
Color Harmonies of #80CDDF
Complementary color
Monochromatic Colors of #80CDDF
Black with #80CDDF
Text Example
Text Example
White with #80CDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CDDF; }
p { color: rgb(128,205,223); }
H1.HeaderClassName
{
color: #80CDDF;
}
.AnyTagClassName
{
color: #80CDDF;
}
</style>
background-color css
<style>
a { background-color: #80CDDF; }
a { background-color: rgb(128,205,223); }
div.DivClassName
{
background-color: #80CDDF;
}
.BgClassName
{
background-color: #80CDDF;
}
</style>
border-color css
<style>
span { border-color: #80CDDF; }
span { border-color: rgb(128,205,223); }
td.TdClassName
{
border-color: #80CDDF;
}
.TagClassName
{
border-color: #80CDDF;
}
</style>