Shades of Riptide #8BE9D8
Tints of Riptide #8BE9D8
RGB
CMYK
RGB Variations
Color information
#8BE9D8 (or 0x8BE9D8) is known color: Riptide. HEX triplet: 8B, E9 and D8. RGB value is (139,233,216). Sum of RGB (Red+Green+Blue) = 139+233+216=588 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.64% from 588); Green value is 233 (91.41% from 255 or 39.63% from 588); Blue value is 216 (84.77% from 255 or 36.73% from 588); Max value from RGB is 233 - color contains mainly: green. Hex color #8BE9D8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BE9D8 is #741627. Grayscale: #CACACA. Windows color (decimal): -7607848 or 14215563. OLE color: 14215563.
HSL color Cylindrical-coordinate representation of color #8BE9D8: hue angle of 169.15º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BE9D8 is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 139 | 233 | 216 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.09 |
| HSL | 169.15º | 0.68% | 0.73% | - |
| HSV(B) | 169.15º | 0.4% | 0.91% | - |
| XYZ | 52.18 | 68.72 | 75.48 | - |
| YUV | 202.96 | 135.36 | 82.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 233 | 216 | 0.40 | 0 | 0.07 | 0.09 | 169.15 | 0.68 | 0.73 |
| Hex | 8B | E9 | D8 | 28 | 0 | 7 | 9 | A9 | 44 | 49 |
| Octal | 213 | 351 | 330 | 50 | 0 | 7 | 11 | 251 | 104 | 111 |
| Binary | 10001011 | 11101001 | 11011000 | 101000 | 0 | 111 | 1001 | 10101001 | 1000100 | 1001001 |
Color Harmonies of #8BE9D8
Complementary color
Monochromatic Colors of #8BE9D8
Black with #8BE9D8
Text Example
Text Example
White with #8BE9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE9D8; }
p { color: rgb(139,233,216); }
H1.HeaderClassName
{
color: #8BE9D8;
}
.AnyTagClassName
{
color: #8BE9D8;
}
</style>
background-color css
<style>
a { background-color: #8BE9D8; }
a { background-color: rgb(139,233,216); }
div.DivClassName
{
background-color: #8BE9D8;
}
.BgClassName
{
background-color: #8BE9D8;
}
</style>
border-color css
<style>
span { border-color: #8BE9D8; }
span { border-color: rgb(139,233,216); }
td.TdClassName
{
border-color: #8BE9D8;
}
.TagClassName
{
border-color: #8BE9D8;
}
</style>