Shades of Spray #80CFE5
Tints of Spray #80CFE5
RGB
CMYK
RGB Variations
Color information
#80CFE5 (or 0x80CFE5) is known color: Spray. HEX triplet: 80, CF and E5. RGB value is (128,207,229). Sum of RGB (Red+Green+Blue) = 128+207+229=564 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.70% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 229 (89.84% from 255 or 40.60% from 564); Max value from RGB is 229 - color contains mainly: blue. Hex color #80CFE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CFE5 is #7F301A. Grayscale: #B9B9B9. Windows color (decimal): -8335387 or 15060864. OLE color: 15060864.
HSL color Cylindrical-coordinate representation of color #80CFE5: hue angle of 193.07º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80CFE5 is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 128 | 207 | 229 | - |
| CMYK | 0.44 | 0.10 | 0 | 0.10 |
| HSL | 193.07º | 0.66% | 0.7% | - |
| HSV(B) | 193.07º | 0.44% | 0.9% | - |
| XYZ | 45.36 | 54.87 | 82.33 | - |
| YUV | 185.89 | 152.33 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 207 | 229 | 0.44 | 0.10 | 0 | 0.10 | 193.07 | 0.66 | 0.7 |
| Hex | 80 | CF | E5 | 2C | A | 0 | A | C1 | 42 | 46 |
| Octal | 200 | 317 | 345 | 54 | 12 | 0 | 12 | 301 | 102 | 106 |
| Binary | 10000000 | 11001111 | 11100101 | 101100 | 1010 | 0 | 1010 | 11000001 | 1000010 | 1000110 |
Color Harmonies of #80CFE5
Complementary color
Monochromatic Colors of #80CFE5
Black with #80CFE5
Text Example
Text Example
White with #80CFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CFE5; }
p { color: rgb(128,207,229); }
H1.HeaderClassName
{
color: #80CFE5;
}
.AnyTagClassName
{
color: #80CFE5;
}
</style>
background-color css
<style>
a { background-color: #80CFE5; }
a { background-color: rgb(128,207,229); }
div.DivClassName
{
background-color: #80CFE5;
}
.BgClassName
{
background-color: #80CFE5;
}
</style>
border-color css
<style>
span { border-color: #80CFE5; }
span { border-color: rgb(128,207,229); }
td.TdClassName
{
border-color: #80CFE5;
}
.TagClassName
{
border-color: #80CFE5;
}
</style>