Shades of Riptide #8BDBD6
Tints of Riptide #8BDBD6
RGB
CMYK
RGB Variations
Color information
#8BDBD6 (or 0x8BDBD6) is known color: Riptide. HEX triplet: 8B, DB and D6. RGB value is (139,219,214). Sum of RGB (Red+Green+Blue) = 139+219+214=572 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.30% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 214 (83.98% from 255 or 37.41% from 572); Max value from RGB is 219 - color contains mainly: green. Hex color #8BDBD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDBD6 is #742429. Grayscale: #C2C2C2. Windows color (decimal): -7611434 or 14080907. OLE color: 14080907.
HSL color Cylindrical-coordinate representation of color #8BDBD6: hue angle of 176.25º 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 #8BDBD6 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 219 | 214 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.14 |
| HSL | 176.25º | 0.53% | 0.7% | - |
| HSV(B) | 176.25º | 0.37% | 0.86% | - |
| XYZ | 48.12 | 61.01 | 72.86 | - |
| YUV | 194.51 | 139 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 219 | 214 | 0.37 | 0 | 0.02 | 0.14 | 176.25 | 0.53 | 0.7 |
| Hex | 8B | DB | D6 | 25 | 0 | 2 | E | B0 | 35 | 46 |
| Octal | 213 | 333 | 326 | 45 | 0 | 2 | 16 | 260 | 65 | 106 |
| Binary | 10001011 | 11011011 | 11010110 | 100101 | 0 | 10 | 1110 | 10110000 | 110101 | 1000110 |
Color Harmonies of #8BDBD6
Complementary color
Monochromatic Colors of #8BDBD6
Black with #8BDBD6
Text Example
Text Example
White with #8BDBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDBD6; }
p { color: rgb(139,219,214); }
H1.HeaderClassName
{
color: #8BDBD6;
}
.AnyTagClassName
{
color: #8BDBD6;
}
</style>
background-color css
<style>
a { background-color: #8BDBD6; }
a { background-color: rgb(139,219,214); }
div.DivClassName
{
background-color: #8BDBD6;
}
.BgClassName
{
background-color: #8BDBD6;
}
</style>
border-color css
<style>
span { border-color: #8BDBD6; }
span { border-color: rgb(139,219,214); }
td.TdClassName
{
border-color: #8BDBD6;
}
.TagClassName
{
border-color: #8BDBD6;
}
</style>