Shades of Riptide #8BDDCF
Tints of Riptide #8BDDCF
RGB
CMYK
RGB Variations
Color information
#8BDDCF (or 0x8BDDCF) is known color: Riptide. HEX triplet: 8B, DD and CF. RGB value is (139,221,207). Sum of RGB (Red+Green+Blue) = 139+221+207=567 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.51% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 221 - color contains mainly: green. Hex color #8BDDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDDCF is #742230. Grayscale: #C2C2C2. Windows color (decimal): -7610929 or 13622667. OLE color: 13622667.
HSL color Cylindrical-coordinate representation of color #8BDDCF: hue angle of 169.76º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BDDCF is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 221 | 207 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.13 |
| HSL | 169.76º | 0.55% | 0.71% | - |
| HSV(B) | 169.76º | 0.37% | 0.87% | - |
| XYZ | 47.77 | 61.71 | 68.42 | - |
| YUV | 194.89 | 134.83 | 88.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 221 | 207 | 0.37 | 0 | 0.06 | 0.13 | 169.76 | 0.55 | 0.71 |
| Hex | 8B | DD | CF | 25 | 0 | 6 | D | AA | 37 | 47 |
| Octal | 213 | 335 | 317 | 45 | 0 | 6 | 15 | 252 | 67 | 107 |
| Binary | 10001011 | 11011101 | 11001111 | 100101 | 0 | 110 | 1101 | 10101010 | 110111 | 1000111 |
Color Harmonies of #8BDDCF
Complementary color
Monochromatic Colors of #8BDDCF
Black with #8BDDCF
Text Example
Text Example
White with #8BDDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDDCF; }
p { color: rgb(139,221,207); }
H1.HeaderClassName
{
color: #8BDDCF;
}
.AnyTagClassName
{
color: #8BDDCF;
}
</style>
background-color css
<style>
a { background-color: #8BDDCF; }
a { background-color: rgb(139,221,207); }
div.DivClassName
{
background-color: #8BDDCF;
}
.BgClassName
{
background-color: #8BDDCF;
}
</style>
border-color css
<style>
span { border-color: #8BDDCF; }
span { border-color: rgb(139,221,207); }
td.TdClassName
{
border-color: #8BDDCF;
}
.TagClassName
{
border-color: #8BDDCF;
}
</style>