Shades of Riptide #8BD5D1
Tints of Riptide #8BD5D1
RGB
CMYK
RGB Variations
Color information
#8BD5D1 (or 0x8BD5D1) is known color: Riptide. HEX triplet: 8B, D5 and D1. RGB value is (139,213,209). Sum of RGB (Red+Green+Blue) = 139+213+209=561 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.78% from 561); Green value is 213 (83.59% from 255 or 37.97% from 561); Blue value is 209 (82.03% from 255 or 37.25% from 561); Max value from RGB is 213 - color contains mainly: green. Hex color #8BD5D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BD5D1 is #742A2E. Grayscale: #BEBEBE. Windows color (decimal): -7612975 or 13751691. OLE color: 13751691.
HSL color Cylindrical-coordinate representation of color #8BD5D1: hue angle of 176.76º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BD5D1 is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 213 | 209 | - |
| CMYK | 0.35 | 0 | 0.02 | 0.16 |
| HSL | 176.76º | 0.47% | 0.69% | - |
| HSV(B) | 176.76º | 0.35% | 0.84% | - |
| XYZ | 45.95 | 57.68 | 69.03 | - |
| YUV | 190.42 | 138.48 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 213 | 209 | 0.35 | 0 | 0.02 | 0.16 | 176.76 | 0.47 | 0.69 |
| Hex | 8B | D5 | D1 | 23 | 0 | 2 | 10 | B1 | 2F | 45 |
| Octal | 213 | 325 | 321 | 43 | 0 | 2 | 20 | 261 | 57 | 105 |
| Binary | 10001011 | 11010101 | 11010001 | 100011 | 0 | 10 | 10000 | 10110001 | 101111 | 1000101 |
Color Harmonies of #8BD5D1
Complementary color
Monochromatic Colors of #8BD5D1
Black with #8BD5D1
Text Example
Text Example
White with #8BD5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD5D1; }
p { color: rgb(139,213,209); }
H1.HeaderClassName
{
color: #8BD5D1;
}
.AnyTagClassName
{
color: #8BD5D1;
}
</style>
background-color css
<style>
a { background-color: #8BD5D1; }
a { background-color: rgb(139,213,209); }
div.DivClassName
{
background-color: #8BD5D1;
}
.BgClassName
{
background-color: #8BD5D1;
}
</style>
border-color css
<style>
span { border-color: #8BD5D1; }
span { border-color: rgb(139,213,209); }
td.TdClassName
{
border-color: #8BD5D1;
}
.TagClassName
{
border-color: #8BD5D1;
}
</style>