Shades of Riptide #8BCFC9
Tints of Riptide #8BCFC9
RGB
CMYK
RGB Variations
Color information
#8BCFC9 (or 0x8BCFC9) is known color: Riptide. HEX triplet: 8B, CF and C9. RGB value is (139,207,201). Sum of RGB (Red+Green+Blue) = 139+207+201=547 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.41% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 201 (78.91% from 255 or 36.75% from 547); Max value from RGB is 207 - color contains mainly: green. Hex color #8BCFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCFC9 is #743036. Grayscale: #B9B9B9. Windows color (decimal): -7614519 or 13225867. OLE color: 13225867.
HSL color Cylindrical-coordinate representation of color #8BCFC9: hue angle of 174.71º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BCFC9 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 207 | 201 | - |
| CMYK | 0.33 | 0 | 0.03 | 0.19 |
| HSL | 174.71º | 0.41% | 0.68% | - |
| HSV(B) | 174.71º | 0.33% | 0.81% | - |
| XYZ | 43.5 | 54.33 | 63.45 | - |
| YUV | 185.98 | 136.47 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 207 | 201 | 0.33 | 0 | 0.03 | 0.19 | 174.71 | 0.41 | 0.68 |
| Hex | 8B | CF | C9 | 21 | 0 | 3 | 13 | AF | 29 | 44 |
| Octal | 213 | 317 | 311 | 41 | 0 | 3 | 23 | 257 | 51 | 104 |
| Binary | 10001011 | 11001111 | 11001001 | 100001 | 0 | 11 | 10011 | 10101111 | 101001 | 1000100 |
Color Harmonies of #8BCFC9
Complementary color
Monochromatic Colors of #8BCFC9
Black with #8BCFC9
Text Example
Text Example
White with #8BCFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCFC9; }
p { color: rgb(139,207,201); }
H1.HeaderClassName
{
color: #8BCFC9;
}
.AnyTagClassName
{
color: #8BCFC9;
}
</style>
background-color css
<style>
a { background-color: #8BCFC9; }
a { background-color: rgb(139,207,201); }
div.DivClassName
{
background-color: #8BCFC9;
}
.BgClassName
{
background-color: #8BCFC9;
}
</style>
border-color css
<style>
span { border-color: #8BCFC9; }
span { border-color: rgb(139,207,201); }
td.TdClassName
{
border-color: #8BCFC9;
}
.TagClassName
{
border-color: #8BCFC9;
}
</style>