Shades of Riptide #8BD7CF
Tints of Riptide #8BD7CF
RGB
CMYK
RGB Variations
Color information
#8BD7CF (or 0x8BD7CF) is known color: Riptide. HEX triplet: 8B, D7 and CF. RGB value is (139,215,207). Sum of RGB (Red+Green+Blue) = 139+215+207=561 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.78% from 561); Green value is 215 (84.38% from 255 or 38.32% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 215 - color contains mainly: green. Hex color #8BD7CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BD7CF is #742830. Grayscale: #BFBFBF. Windows color (decimal): -7612465 or 13621131. OLE color: 13621131.
HSL color Cylindrical-coordinate representation of color #8BD7CF: hue angle of 173.68º 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 #8BD7CF is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 215 | 207 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.16 |
| HSL | 173.68º | 0.49% | 0.69% | - |
| HSV(B) | 173.68º | 0.35% | 0.84% | - |
| XYZ | 46.21 | 58.59 | 67.91 | - |
| YUV | 191.36 | 136.82 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 215 | 207 | 0.35 | 0 | 0.04 | 0.16 | 173.68 | 0.49 | 0.69 |
| Hex | 8B | D7 | CF | 23 | 0 | 4 | 10 | AE | 31 | 45 |
| Octal | 213 | 327 | 317 | 43 | 0 | 4 | 20 | 256 | 61 | 105 |
| Binary | 10001011 | 11010111 | 11001111 | 100011 | 0 | 100 | 10000 | 10101110 | 110001 | 1000101 |
Color Harmonies of #8BD7CF
Complementary color
Monochromatic Colors of #8BD7CF
Black with #8BD7CF
Text Example
Text Example
White with #8BD7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD7CF; }
p { color: rgb(139,215,207); }
H1.HeaderClassName
{
color: #8BD7CF;
}
.AnyTagClassName
{
color: #8BD7CF;
}
</style>
background-color css
<style>
a { background-color: #8BD7CF; }
a { background-color: rgb(139,215,207); }
div.DivClassName
{
background-color: #8BD7CF;
}
.BgClassName
{
background-color: #8BD7CF;
}
</style>
border-color css
<style>
span { border-color: #8BD7CF; }
span { border-color: rgb(139,215,207); }
td.TdClassName
{
border-color: #8BD7CF;
}
.TagClassName
{
border-color: #8BD7CF;
}
</style>