Shades of Riptide #8BD7CA
Tints of Riptide #8BD7CA
RGB
CMYK
RGB Variations
Color information
#8BD7CA (or 0x8BD7CA) is known color: Riptide. HEX triplet: 8B, D7 and CA. RGB value is (139,215,202). Sum of RGB (Red+Green+Blue) = 139+215+202=556 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25% from 556); Green value is 215 (84.38% from 255 or 38.67% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 215 - color contains mainly: green. Hex color #8BD7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BD7CA is #742835. Grayscale: #BEBEBE. Windows color (decimal): -7612470 or 13293451. OLE color: 13293451.
HSL color Cylindrical-coordinate representation of color #8BD7CA: hue angle of 169.74º degrees, saturation: 0.49, 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 #8BD7CA is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 215 | 202 | - |
| CMYK | 0.35 | 0 | 0.06 | 0.16 |
| HSL | 169.74º | 0.49% | 0.69% | - |
| HSV(B) | 169.74º | 0.35% | 0.84% | - |
| XYZ | 45.61 | 58.35 | 64.74 | - |
| YUV | 190.79 | 134.32 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 215 | 202 | 0.35 | 0 | 0.06 | 0.16 | 169.74 | 0.49 | 0.69 |
| Hex | 8B | D7 | CA | 23 | 0 | 6 | 10 | AA | 31 | 45 |
| Octal | 213 | 327 | 312 | 43 | 0 | 6 | 20 | 252 | 61 | 105 |
| Binary | 10001011 | 11010111 | 11001010 | 100011 | 0 | 110 | 10000 | 10101010 | 110001 | 1000101 |
Color Harmonies of #8BD7CA
Complementary color
Monochromatic Colors of #8BD7CA
Black with #8BD7CA
Text Example
Text Example
White with #8BD7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD7CA; }
p { color: rgb(139,215,202); }
H1.HeaderClassName
{
color: #8BD7CA;
}
.AnyTagClassName
{
color: #8BD7CA;
}
</style>
background-color css
<style>
a { background-color: #8BD7CA; }
a { background-color: rgb(139,215,202); }
div.DivClassName
{
background-color: #8BD7CA;
}
.BgClassName
{
background-color: #8BD7CA;
}
</style>
border-color css
<style>
span { border-color: #8BD7CA; }
span { border-color: rgb(139,215,202); }
td.TdClassName
{
border-color: #8BD7CA;
}
.TagClassName
{
border-color: #8BD7CA;
}
</style>