Shades of Riptide #8EDBCD
Tints of Riptide #8EDBCD
RGB
CMYK
RGB Variations
Color information
#8EDBCD (or 0x8EDBCD) is known color: Riptide. HEX triplet: 8E, DB and CD. RGB value is (142,219,205). Sum of RGB (Red+Green+Blue) = 142+219+205=566 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.09% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDBCD is #712432. Grayscale: #C2C2C2. Windows color (decimal): -7414835 or 13491086. OLE color: 13491086.
HSL color Cylindrical-coordinate representation of color #8EDBCD: hue angle of 169.09º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EDBCD is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 219 | 205 | - |
| CMYK | 0.35 | 0 | 0.06 | 0.14 |
| HSL | 169.09º | 0.52% | 0.71% | - |
| HSV(B) | 169.09º | 0.35% | 0.86% | - |
| XYZ | 47.51 | 60.82 | 66.99 | - |
| YUV | 194.38 | 133.99 | 90.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 219 | 205 | 0.35 | 0 | 0.06 | 0.14 | 169.09 | 0.52 | 0.71 |
| Hex | 8E | DB | CD | 23 | 0 | 6 | E | A9 | 34 | 47 |
| Octal | 216 | 333 | 315 | 43 | 0 | 6 | 16 | 251 | 64 | 107 |
| Binary | 10001110 | 11011011 | 11001101 | 100011 | 0 | 110 | 1110 | 10101001 | 110100 | 1000111 |
Color Harmonies of #8EDBCD
Complementary color
Monochromatic Colors of #8EDBCD
Black with #8EDBCD
Text Example
Text Example
White with #8EDBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDBCD; }
p { color: rgb(142,219,205); }
H1.HeaderClassName
{
color: #8EDBCD;
}
.AnyTagClassName
{
color: #8EDBCD;
}
</style>
background-color css
<style>
a { background-color: #8EDBCD; }
a { background-color: rgb(142,219,205); }
div.DivClassName
{
background-color: #8EDBCD;
}
.BgClassName
{
background-color: #8EDBCD;
}
</style>
border-color css
<style>
span { border-color: #8EDBCD; }
span { border-color: rgb(142,219,205); }
td.TdClassName
{
border-color: #8EDBCD;
}
.TagClassName
{
border-color: #8EDBCD;
}
</style>