Shades of Riptide #8BCECB
Tints of Riptide #8BCECB
RGB
CMYK
RGB Variations
Color information
#8BCECB (or 0x8BCECB) is known color: Riptide. HEX triplet: 8B, CE and CB. RGB value is (139,206,203). Sum of RGB (Red+Green+Blue) = 139+206+203=548 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.36% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 206 - color contains mainly: green. Hex color #8BCECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCECB is #743134. Grayscale: #B9B9B9. Windows color (decimal): -7614773 or 13356683. OLE color: 13356683.
HSL color Cylindrical-coordinate representation of color #8BCECB: hue angle of 177.31º 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 #8BCECB is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 206 | 203 | - |
| CMYK | 0.33 | 0 | 0.01 | 0.19 |
| HSL | 177.31º | 0.41% | 0.68% | - |
| HSV(B) | 177.31º | 0.33% | 0.81% | - |
| XYZ | 43.5 | 53.94 | 64.62 | - |
| YUV | 185.63 | 137.8 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 206 | 203 | 0.33 | 0 | 0.01 | 0.19 | 177.31 | 0.41 | 0.68 |
| Hex | 8B | CE | CB | 21 | 0 | 1 | 13 | B1 | 29 | 44 |
| Octal | 213 | 316 | 313 | 41 | 0 | 1 | 23 | 261 | 51 | 104 |
| Binary | 10001011 | 11001110 | 11001011 | 100001 | 0 | 1 | 10011 | 10110001 | 101001 | 1000100 |
Color Harmonies of #8BCECB
Complementary color
Monochromatic Colors of #8BCECB
Black with #8BCECB
Text Example
Text Example
White with #8BCECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCECB; }
p { color: rgb(139,206,203); }
H1.HeaderClassName
{
color: #8BCECB;
}
.AnyTagClassName
{
color: #8BCECB;
}
</style>
background-color css
<style>
a { background-color: #8BCECB; }
a { background-color: rgb(139,206,203); }
div.DivClassName
{
background-color: #8BCECB;
}
.BgClassName
{
background-color: #8BCECB;
}
</style>
border-color css
<style>
span { border-color: #8BCECB; }
span { border-color: rgb(139,206,203); }
td.TdClassName
{
border-color: #8BCECB;
}
.TagClassName
{
border-color: #8BCECB;
}
</style>