Shades of Riptide #8EDBCB
Tints of Riptide #8EDBCB
RGB
CMYK
RGB Variations
Color information
#8EDBCB (or 0x8EDBCB) is known color: Riptide. HEX triplet: 8E, DB and CB. RGB value is (142,219,203). Sum of RGB (Red+Green+Blue) = 142+219+203=564 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.18% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDBCB is #712434. Grayscale: #C2C2C2. Windows color (decimal): -7414837 or 13360014. OLE color: 13360014.
HSL color Cylindrical-coordinate representation of color #8EDBCB: hue angle of 167.53º 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 #8EDBCB is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 219 | 203 | - |
| CMYK | 0.35 | 0 | 0.07 | 0.14 |
| HSL | 167.53º | 0.52% | 0.71% | - |
| HSV(B) | 167.53º | 0.35% | 0.86% | - |
| XYZ | 47.27 | 60.73 | 65.73 | - |
| YUV | 194.15 | 132.99 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 219 | 203 | 0.35 | 0 | 0.07 | 0.14 | 167.53 | 0.52 | 0.71 |
| Hex | 8E | DB | CB | 23 | 0 | 7 | E | A8 | 34 | 47 |
| Octal | 216 | 333 | 313 | 43 | 0 | 7 | 16 | 250 | 64 | 107 |
| Binary | 10001110 | 11011011 | 11001011 | 100011 | 0 | 111 | 1110 | 10101000 | 110100 | 1000111 |
Color Harmonies of #8EDBCB
Complementary color
Monochromatic Colors of #8EDBCB
Black with #8EDBCB
Text Example
Text Example
White with #8EDBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDBCB; }
p { color: rgb(142,219,203); }
H1.HeaderClassName
{
color: #8EDBCB;
}
.AnyTagClassName
{
color: #8EDBCB;
}
</style>
background-color css
<style>
a { background-color: #8EDBCB; }
a { background-color: rgb(142,219,203); }
div.DivClassName
{
background-color: #8EDBCB;
}
.BgClassName
{
background-color: #8EDBCB;
}
</style>
border-color css
<style>
span { border-color: #8EDBCB; }
span { border-color: rgb(142,219,203); }
td.TdClassName
{
border-color: #8EDBCB;
}
.TagClassName
{
border-color: #8EDBCB;
}
</style>