Shades of Riptide #8BDBD5
Tints of Riptide #8BDBD5
RGB
CMYK
RGB Variations
Color information
#8BDBD5 (or 0x8BDBD5) is known color: Riptide. HEX triplet: 8B, DB and D5. RGB value is (139,219,213). Sum of RGB (Red+Green+Blue) = 139+219+213=571 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.34% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 213 (83.59% from 255 or 37.30% from 571); Max value from RGB is 219 - color contains mainly: green. Hex color #8BDBD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDBD5 is #74242A. Grayscale: #C2C2C2. Windows color (decimal): -7611435 or 14015371. OLE color: 14015371.
HSL color Cylindrical-coordinate representation of color #8BDBD5: hue angle of 175.5º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BDBD5 is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 219 | 213 | - |
| CMYK | 0.37 | 0 | 0.03 | 0.14 |
| HSL | 175.5º | 0.53% | 0.7% | - |
| HSV(B) | 175.5º | 0.37% | 0.86% | - |
| XYZ | 47.99 | 60.96 | 72.19 | - |
| YUV | 194.4 | 138.5 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 219 | 213 | 0.37 | 0 | 0.03 | 0.14 | 175.5 | 0.53 | 0.7 |
| Hex | 8B | DB | D5 | 25 | 0 | 3 | E | B0 | 35 | 46 |
| Octal | 213 | 333 | 325 | 45 | 0 | 3 | 16 | 260 | 65 | 106 |
| Binary | 10001011 | 11011011 | 11010101 | 100101 | 0 | 11 | 1110 | 10110000 | 110101 | 1000110 |
Color Harmonies of #8BDBD5
Complementary color
Monochromatic Colors of #8BDBD5
Black with #8BDBD5
Text Example
Text Example
White with #8BDBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDBD5; }
p { color: rgb(139,219,213); }
H1.HeaderClassName
{
color: #8BDBD5;
}
.AnyTagClassName
{
color: #8BDBD5;
}
</style>
background-color css
<style>
a { background-color: #8BDBD5; }
a { background-color: rgb(139,219,213); }
div.DivClassName
{
background-color: #8BDBD5;
}
.BgClassName
{
background-color: #8BDBD5;
}
</style>
border-color css
<style>
span { border-color: #8BDBD5; }
span { border-color: rgb(139,219,213); }
td.TdClassName
{
border-color: #8BDBD5;
}
.TagClassName
{
border-color: #8BDBD5;
}
</style>