Shades of Spray #80CBCE
Tints of Spray #80CBCE
RGB
CMYK
RGB Variations
Color information
#80CBCE (or 0x80CBCE) is known color: Spray. HEX triplet: 80, CB and CE. RGB value is (128,203,206). Sum of RGB (Red+Green+Blue) = 128+203+206=537 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.84% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 206 - color contains mainly: blue. Hex color #80CBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CBCE is #7F3431. Grayscale: #B4B4B4. Windows color (decimal): -8336434 or 13552512. OLE color: 13552512.
HSL color Cylindrical-coordinate representation of color #80CBCE: hue angle of 182.31º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80CBCE is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 203 | 206 | - |
| CMYK | 0.38 | 0.01 | 0 | 0.19 |
| HSL | 182.31º | 0.44% | 0.65% | - |
| HSV(B) | 182.31º | 0.38% | 0.81% | - |
| XYZ | 41.4 | 51.76 | 66.2 | - |
| YUV | 180.92 | 142.15 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 203 | 206 | 0.38 | 0.01 | 0 | 0.19 | 182.31 | 0.44 | 0.65 |
| Hex | 80 | CB | CE | 26 | 1 | 0 | 13 | B6 | 2C | 41 |
| Octal | 200 | 313 | 316 | 46 | 1 | 0 | 23 | 266 | 54 | 101 |
| Binary | 10000000 | 11001011 | 11001110 | 100110 | 1 | 0 | 10011 | 10110110 | 101100 | 1000001 |
Color Harmonies of #80CBCE
Complementary color
Monochromatic Colors of #80CBCE
Black with #80CBCE
Text Example
Text Example
White with #80CBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CBCE; }
p { color: rgb(128,203,206); }
H1.HeaderClassName
{
color: #80CBCE;
}
.AnyTagClassName
{
color: #80CBCE;
}
</style>
background-color css
<style>
a { background-color: #80CBCE; }
a { background-color: rgb(128,203,206); }
div.DivClassName
{
background-color: #80CBCE;
}
.BgClassName
{
background-color: #80CBCE;
}
</style>
border-color css
<style>
span { border-color: #80CBCE; }
span { border-color: rgb(128,203,206); }
td.TdClassName
{
border-color: #80CBCE;
}
.TagClassName
{
border-color: #80CBCE;
}
</style>