Shades of Riptide #8BDBD7
Tints of Riptide #8BDBD7
RGB
CMYK
RGB Variations
Color information
#8BDBD7 (or 0x8BDBD7) is known color: Riptide. HEX triplet: 8B, DB and D7. RGB value is (139,219,215). Sum of RGB (Red+Green+Blue) = 139+219+215=573 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.26% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 215 (84.38% from 255 or 37.52% from 573); Max value from RGB is 219 - color contains mainly: green. Hex color #8BDBD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDBD7 is #742428. Grayscale: #C2C2C2. Windows color (decimal): -7611433 or 14146443. OLE color: 14146443.
HSL color Cylindrical-coordinate representation of color #8BDBD7: hue angle of 177º 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 #8BDBD7 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 219 | 215 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.14 |
| HSL | 177º | 0.53% | 0.7% | - |
| HSV(B) | 177º | 0.37% | 0.86% | - |
| XYZ | 48.24 | 61.06 | 73.53 | - |
| YUV | 194.62 | 139.5 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 219 | 215 | 0.37 | 0 | 0.02 | 0.14 | 177 | 0.53 | 0.7 |
| Hex | 8B | DB | D7 | 25 | 0 | 2 | E | B1 | 35 | 46 |
| Octal | 213 | 333 | 327 | 45 | 0 | 2 | 16 | 261 | 65 | 106 |
| Binary | 10001011 | 11011011 | 11010111 | 100101 | 0 | 10 | 1110 | 10110001 | 110101 | 1000110 |
Color Harmonies of #8BDBD7
Complementary color
Monochromatic Colors of #8BDBD7
Black with #8BDBD7
Text Example
Text Example
White with #8BDBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDBD7; }
p { color: rgb(139,219,215); }
H1.HeaderClassName
{
color: #8BDBD7;
}
.AnyTagClassName
{
color: #8BDBD7;
}
</style>
background-color css
<style>
a { background-color: #8BDBD7; }
a { background-color: rgb(139,219,215); }
div.DivClassName
{
background-color: #8BDBD7;
}
.BgClassName
{
background-color: #8BDBD7;
}
</style>
border-color css
<style>
span { border-color: #8BDBD7; }
span { border-color: rgb(139,219,215); }
td.TdClassName
{
border-color: #8BDBD7;
}
.TagClassName
{
border-color: #8BDBD7;
}
</style>