Shades of Spray #80CFE1
Tints of Spray #80CFE1
RGB
CMYK
RGB Variations
Color information
#80CFE1 (or 0x80CFE1) is known color: Spray. HEX triplet: 80, CF and E1. RGB value is (128,207,225). Sum of RGB (Red+Green+Blue) = 128+207+225=560 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.86% from 560); Green value is 207 (81.25% from 255 or 36.96% from 560); Blue value is 225 (88.28% from 255 or 40.18% from 560); Max value from RGB is 225 - color contains mainly: blue. Hex color #80CFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CFE1 is #7F301E. Grayscale: #B9B9B9. Windows color (decimal): -8335391 or 14798720. OLE color: 14798720.
HSL color Cylindrical-coordinate representation of color #80CFE1: hue angle of 191.13º 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 #80CFE1 is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 207 | 225 | - |
| CMYK | 0.43 | 0.08 | 0 | 0.12 |
| HSL | 191.13º | 0.62% | 0.69% | - |
| HSV(B) | 191.13º | 0.43% | 0.88% | - |
| XYZ | 44.81 | 54.65 | 79.42 | - |
| YUV | 185.43 | 150.33 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 207 | 225 | 0.43 | 0.08 | 0 | 0.12 | 191.13 | 0.62 | 0.69 |
| Hex | 80 | CF | E1 | 2B | 8 | 0 | C | BF | 3E | 45 |
| Octal | 200 | 317 | 341 | 53 | 10 | 0 | 14 | 277 | 76 | 105 |
| Binary | 10000000 | 11001111 | 11100001 | 101011 | 1000 | 0 | 1100 | 10111111 | 111110 | 1000101 |
Color Harmonies of #80CFE1
Complementary color
Monochromatic Colors of #80CFE1
Black with #80CFE1
Text Example
Text Example
White with #80CFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CFE1; }
p { color: rgb(128,207,225); }
H1.HeaderClassName
{
color: #80CFE1;
}
.AnyTagClassName
{
color: #80CFE1;
}
</style>
background-color css
<style>
a { background-color: #80CFE1; }
a { background-color: rgb(128,207,225); }
div.DivClassName
{
background-color: #80CFE1;
}
.BgClassName
{
background-color: #80CFE1;
}
</style>
border-color css
<style>
span { border-color: #80CFE1; }
span { border-color: rgb(128,207,225); }
td.TdClassName
{
border-color: #80CFE1;
}
.TagClassName
{
border-color: #80CFE1;
}
</style>