Shades of Riptide #8BDBD0
Tints of Riptide #8BDBD0
RGB
CMYK
RGB Variations
Color information
#8BDBD0 (or 0x8BDBD0) is known color: Riptide. HEX triplet: 8B, DB and D0. RGB value is (139,219,208). Sum of RGB (Red+Green+Blue) = 139+219+208=566 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.56% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 208 (81.64% from 255 or 36.75% from 566); Max value from RGB is 219 - color contains mainly: green. Hex color #8BDBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDBD0 is #74242F. Grayscale: #C1C1C1. Windows color (decimal): -7611440 or 13687691. OLE color: 13687691.
HSL color Cylindrical-coordinate representation of color #8BDBD0: hue angle of 171.75º 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 #8BDBD0 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 219 | 208 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.14 |
| HSL | 171.75º | 0.53% | 0.7% | - |
| HSV(B) | 171.75º | 0.37% | 0.86% | - |
| XYZ | 47.36 | 60.71 | 68.9 | - |
| YUV | 193.83 | 136 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 219 | 208 | 0.37 | 0 | 0.05 | 0.14 | 171.75 | 0.53 | 0.7 |
| Hex | 8B | DB | D0 | 25 | 0 | 5 | E | AC | 35 | 46 |
| Octal | 213 | 333 | 320 | 45 | 0 | 5 | 16 | 254 | 65 | 106 |
| Binary | 10001011 | 11011011 | 11010000 | 100101 | 0 | 101 | 1110 | 10101100 | 110101 | 1000110 |
Color Harmonies of #8BDBD0
Complementary color
Monochromatic Colors of #8BDBD0
Black with #8BDBD0
Text Example
Text Example
White with #8BDBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDBD0; }
p { color: rgb(139,219,208); }
H1.HeaderClassName
{
color: #8BDBD0;
}
.AnyTagClassName
{
color: #8BDBD0;
}
</style>
background-color css
<style>
a { background-color: #8BDBD0; }
a { background-color: rgb(139,219,208); }
div.DivClassName
{
background-color: #8BDBD0;
}
.BgClassName
{
background-color: #8BDBD0;
}
</style>
border-color css
<style>
span { border-color: #8BDBD0; }
span { border-color: rgb(139,219,208); }
td.TdClassName
{
border-color: #8BDBD0;
}
.TagClassName
{
border-color: #8BDBD0;
}
</style>