Shades of Riptide #8BDCCB
Tints of Riptide #8BDCCB
RGB
CMYK
RGB Variations
Color information
#8BDCCB (or 0x8BDCCB) is known color: Riptide. HEX triplet: 8B, DC and CB. RGB value is (139,220,203). Sum of RGB (Red+Green+Blue) = 139+220+203=562 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.73% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 220 - color contains mainly: green. Hex color #8BDCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDCCB is #742334. Grayscale: #C1C1C1. Windows color (decimal): -7611189 or 13360267. OLE color: 13360267.
HSL color Cylindrical-coordinate representation of color #8BDCCB: hue angle of 167.41º degrees, saturation: 0.54, 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 #8BDCCB is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 220 | 203 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.14 |
| HSL | 167.41º | 0.54% | 0.7% | - |
| HSV(B) | 167.41º | 0.37% | 0.86% | - |
| XYZ | 47.02 | 60.99 | 65.79 | - |
| YUV | 193.84 | 133.16 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 220 | 203 | 0.37 | 0 | 0.08 | 0.14 | 167.41 | 0.54 | 0.7 |
| Hex | 8B | DC | CB | 25 | 0 | 8 | E | A7 | 36 | 46 |
| Octal | 213 | 334 | 313 | 45 | 0 | 10 | 16 | 247 | 66 | 106 |
| Binary | 10001011 | 11011100 | 11001011 | 100101 | 0 | 1000 | 1110 | 10100111 | 110110 | 1000110 |
Color Harmonies of #8BDCCB
Complementary color
Monochromatic Colors of #8BDCCB
Black with #8BDCCB
Text Example
Text Example
White with #8BDCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDCCB; }
p { color: rgb(139,220,203); }
H1.HeaderClassName
{
color: #8BDCCB;
}
.AnyTagClassName
{
color: #8BDCCB;
}
</style>
background-color css
<style>
a { background-color: #8BDCCB; }
a { background-color: rgb(139,220,203); }
div.DivClassName
{
background-color: #8BDCCB;
}
.BgClassName
{
background-color: #8BDCCB;
}
</style>
border-color css
<style>
span { border-color: #8BDCCB; }
span { border-color: rgb(139,220,203); }
td.TdClassName
{
border-color: #8BDCCB;
}
.TagClassName
{
border-color: #8BDCCB;
}
</style>