Shades of Riptide #8BDBCD
Tints of Riptide #8BDBCD
RGB
CMYK
RGB Variations
Color information
#8BDBCD (or 0x8BDBCD) is known color: Riptide. HEX triplet: 8B, DB and CD. RGB value is (139,219,205). Sum of RGB (Red+Green+Blue) = 139+219+205=563 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.69% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 219 - color contains mainly: green. Hex color #8BDBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDBCD is #742432. Grayscale: #C1C1C1. Windows color (decimal): -7611443 or 13491083. OLE color: 13491083.
HSL color Cylindrical-coordinate representation of color #8BDBCD: hue angle of 169.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 #8BDBCD is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 219 | 205 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.14 |
| HSL | 169.5º | 0.53% | 0.7% | - |
| HSV(B) | 169.5º | 0.37% | 0.86% | - |
| XYZ | 47 | 60.56 | 66.97 | - |
| YUV | 193.48 | 134.5 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 219 | 205 | 0.37 | 0 | 0.06 | 0.14 | 169.5 | 0.53 | 0.7 |
| Hex | 8B | DB | CD | 25 | 0 | 6 | E | AA | 35 | 46 |
| Octal | 213 | 333 | 315 | 45 | 0 | 6 | 16 | 252 | 65 | 106 |
| Binary | 10001011 | 11011011 | 11001101 | 100101 | 0 | 110 | 1110 | 10101010 | 110101 | 1000110 |
Color Harmonies of #8BDBCD
Complementary color
Monochromatic Colors of #8BDBCD
Black with #8BDBCD
Text Example
Text Example
White with #8BDBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDBCD; }
p { color: rgb(139,219,205); }
H1.HeaderClassName
{
color: #8BDBCD;
}
.AnyTagClassName
{
color: #8BDBCD;
}
</style>
background-color css
<style>
a { background-color: #8BDBCD; }
a { background-color: rgb(139,219,205); }
div.DivClassName
{
background-color: #8BDBCD;
}
.BgClassName
{
background-color: #8BDBCD;
}
</style>
border-color css
<style>
span { border-color: #8BDBCD; }
span { border-color: rgb(139,219,205); }
td.TdClassName
{
border-color: #8BDBCD;
}
.TagClassName
{
border-color: #8BDBCD;
}
</style>