Shades of Riptide #8DECCE
Tints of Riptide #8DECCE
RGB
CMYK
RGB Variations
Color information
#8DECCE (or 0x8DECCE) is known color: Riptide. HEX triplet: 8D, EC and CE. RGB value is (141,236,206). Sum of RGB (Red+Green+Blue) = 141+236+206=583 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.19% from 583); Green value is 236 (92.58% from 255 or 40.48% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 236 - color contains mainly: green. Hex color #8DECCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DECCE is #721331. Grayscale: #CCCCCC. Windows color (decimal): -7476018 or 13560973. OLE color: 13560973.
HSL color Cylindrical-coordinate representation of color #8DECCE: hue angle of 161.05º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DECCE is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 236 | 206 | - |
| CMYK | 0.40 | 0 | 0.13 | 0.07 |
| HSL | 161.05º | 0.71% | 0.74% | - |
| HSV(B) | 161.05º | 0.4% | 0.93% | - |
| XYZ | 52.12 | 70.11 | 69.18 | - |
| YUV | 204.18 | 129.03 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 236 | 206 | 0.40 | 0 | 0.13 | 0.07 | 161.05 | 0.71 | 0.74 |
| Hex | 8D | EC | CE | 28 | 0 | D | 7 | A1 | 47 | 4A |
| Octal | 215 | 354 | 316 | 50 | 0 | 15 | 7 | 241 | 107 | 112 |
| Binary | 10001101 | 11101100 | 11001110 | 101000 | 0 | 1101 | 111 | 10100001 | 1000111 | 1001010 |
Color Harmonies of #8DECCE
Complementary color
Monochromatic Colors of #8DECCE
Black with #8DECCE
Text Example
Text Example
White with #8DECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DECCE; }
p { color: rgb(141,236,206); }
H1.HeaderClassName
{
color: #8DECCE;
}
.AnyTagClassName
{
color: #8DECCE;
}
</style>
background-color css
<style>
a { background-color: #8DECCE; }
a { background-color: rgb(141,236,206); }
div.DivClassName
{
background-color: #8DECCE;
}
.BgClassName
{
background-color: #8DECCE;
}
</style>
border-color css
<style>
span { border-color: #8DECCE; }
span { border-color: rgb(141,236,206); }
td.TdClassName
{
border-color: #8DECCE;
}
.TagClassName
{
border-color: #8DECCE;
}
</style>