Shades of Spray #80D3E1
Tints of Spray #80D3E1
RGB
CMYK
RGB Variations
Color information
#80D3E1 (or 0x80D3E1) is known color: Spray. HEX triplet: 80, D3 and E1. RGB value is (128,211,225). Sum of RGB (Red+Green+Blue) = 128+211+225=564 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.70% from 564); Green value is 211 (82.81% from 255 or 37.41% from 564); Blue value is 225 (88.28% from 255 or 39.89% from 564); Max value from RGB is 225 - color contains mainly: blue. Hex color #80D3E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D3E1 is #7F2C1E. Grayscale: #BBBBBB. Windows color (decimal): -8334367 or 14799744. OLE color: 14799744.
HSL color Cylindrical-coordinate representation of color #80D3E1: hue angle of 188.66º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80D3E1 is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 211 | 225 | - |
| CMYK | 0.43 | 0.06 | 0 | 0.12 |
| HSL | 188.66º | 0.62% | 0.69% | - |
| HSV(B) | 188.66º | 0.43% | 0.88% | - |
| XYZ | 45.79 | 56.61 | 79.75 | - |
| YUV | 187.78 | 149 | 85.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 211 | 225 | 0.43 | 0.06 | 0 | 0.12 | 188.66 | 0.62 | 0.69 |
| Hex | 80 | D3 | E1 | 2B | 6 | 0 | C | BD | 3E | 45 |
| Octal | 200 | 323 | 341 | 53 | 6 | 0 | 14 | 275 | 76 | 105 |
| Binary | 10000000 | 11010011 | 11100001 | 101011 | 110 | 0 | 1100 | 10111101 | 111110 | 1000101 |
Color Harmonies of #80D3E1
Complementary color
Monochromatic Colors of #80D3E1
Black with #80D3E1
Text Example
Text Example
White with #80D3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D3E1; }
p { color: rgb(128,211,225); }
H1.HeaderClassName
{
color: #80D3E1;
}
.AnyTagClassName
{
color: #80D3E1;
}
</style>
background-color css
<style>
a { background-color: #80D3E1; }
a { background-color: rgb(128,211,225); }
div.DivClassName
{
background-color: #80D3E1;
}
.BgClassName
{
background-color: #80D3E1;
}
</style>
border-color css
<style>
span { border-color: #80D3E1; }
span { border-color: rgb(128,211,225); }
td.TdClassName
{
border-color: #80D3E1;
}
.TagClassName
{
border-color: #80D3E1;
}
</style>