Shades of Riptide #8BD9CB
Tints of Riptide #8BD9CB
RGB
CMYK
RGB Variations
Color information
#8BD9CB (or 0x8BD9CB) is known color: Riptide. HEX triplet: 8B, D9 and CB. RGB value is (139,217,203). Sum of RGB (Red+Green+Blue) = 139+217+203=559 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.87% from 559); Green value is 217 (85.16% from 255 or 38.82% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 217 - color contains mainly: green. Hex color #8BD9CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BD9CB is #742634. Grayscale: #C0C0C0. Windows color (decimal): -7611957 or 13359499. OLE color: 13359499.
HSL color Cylindrical-coordinate representation of color #8BD9CB: hue angle of 169.23º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BD9CB is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 217 | 203 | - |
| CMYK | 0.36 | 0 | 0.06 | 0.15 |
| HSL | 169.23º | 0.51% | 0.7% | - |
| HSV(B) | 169.23º | 0.36% | 0.85% | - |
| XYZ | 46.24 | 59.43 | 65.53 | - |
| YUV | 192.08 | 134.16 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 217 | 203 | 0.36 | 0 | 0.06 | 0.15 | 169.23 | 0.51 | 0.7 |
| Hex | 8B | D9 | CB | 24 | 0 | 6 | F | A9 | 33 | 46 |
| Octal | 213 | 331 | 313 | 44 | 0 | 6 | 17 | 251 | 63 | 106 |
| Binary | 10001011 | 11011001 | 11001011 | 100100 | 0 | 110 | 1111 | 10101001 | 110011 | 1000110 |
Color Harmonies of #8BD9CB
Complementary color
Monochromatic Colors of #8BD9CB
Black with #8BD9CB
Text Example
Text Example
White with #8BD9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD9CB; }
p { color: rgb(139,217,203); }
H1.HeaderClassName
{
color: #8BD9CB;
}
.AnyTagClassName
{
color: #8BD9CB;
}
</style>
background-color css
<style>
a { background-color: #8BD9CB; }
a { background-color: rgb(139,217,203); }
div.DivClassName
{
background-color: #8BD9CB;
}
.BgClassName
{
background-color: #8BD9CB;
}
</style>
border-color css
<style>
span { border-color: #8BD9CB; }
span { border-color: rgb(139,217,203); }
td.TdClassName
{
border-color: #8BD9CB;
}
.TagClassName
{
border-color: #8BD9CB;
}
</style>