Shades of Riptide #8BE5DB
Tints of Riptide #8BE5DB
RGB
CMYK
RGB Variations
Color information
#8BE5DB (or 0x8BE5DB) is known color: Riptide. HEX triplet: 8B, E5 and DB. RGB value is (139,229,219). Sum of RGB (Red+Green+Blue) = 139+229+219=587 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.68% from 587); Green value is 229 (89.84% from 255 or 39.01% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 229 - color contains mainly: green. Hex color #8BE5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BE5DB is #741A24. Grayscale: #C8C8C8. Windows color (decimal): -7608869 or 14411147. OLE color: 14411147.
HSL color Cylindrical-coordinate representation of color #8BE5DB: hue angle of 173.33º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BE5DB is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 139 | 229 | 219 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.10 |
| HSL | 173.33º | 0.63% | 0.72% | - |
| HSV(B) | 173.33º | 0.39% | 0.9% | - |
| XYZ | 51.45 | 66.64 | 77.17 | - |
| YUV | 200.95 | 138.18 | 83.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 229 | 219 | 0.39 | 0 | 0.04 | 0.10 | 173.33 | 0.63 | 0.72 |
| Hex | 8B | E5 | DB | 27 | 0 | 4 | A | AD | 3F | 48 |
| Octal | 213 | 345 | 333 | 47 | 0 | 4 | 12 | 255 | 77 | 110 |
| Binary | 10001011 | 11100101 | 11011011 | 100111 | 0 | 100 | 1010 | 10101101 | 111111 | 1001000 |
Color Harmonies of #8BE5DB
Complementary color
Monochromatic Colors of #8BE5DB
Black with #8BE5DB
Text Example
Text Example
White with #8BE5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE5DB; }
p { color: rgb(139,229,219); }
H1.HeaderClassName
{
color: #8BE5DB;
}
.AnyTagClassName
{
color: #8BE5DB;
}
</style>
background-color css
<style>
a { background-color: #8BE5DB; }
a { background-color: rgb(139,229,219); }
div.DivClassName
{
background-color: #8BE5DB;
}
.BgClassName
{
background-color: #8BE5DB;
}
</style>
border-color css
<style>
span { border-color: #8BE5DB; }
span { border-color: rgb(139,229,219); }
td.TdClassName
{
border-color: #8BE5DB;
}
.TagClassName
{
border-color: #8BE5DB;
}
</style>