Shades of Riptide #8BEBDA
Tints of Riptide #8BEBDA
RGB
CMYK
RGB Variations
Color information
#8BEBDA (or 0x8BEBDA) is known color: Riptide. HEX triplet: 8B, EB and DA. RGB value is (139,235,218). Sum of RGB (Red+Green+Blue) = 139+235+218=592 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.48% from 592); Green value is 235 (92.19% from 255 or 39.70% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 235 - color contains mainly: green. Hex color #8BEBDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEBDA is #741425. Grayscale: #CCCCCC. Windows color (decimal): -7607334 or 14347147. OLE color: 14347147.
HSL color Cylindrical-coordinate representation of color #8BEBDA: hue angle of 169.38º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BEBDA is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 139 | 235 | 218 | - |
| CMYK | 0.41 | 0 | 0.07 | 0.08 |
| HSL | 169.38º | 0.71% | 0.73% | - |
| HSV(B) | 169.38º | 0.41% | 0.92% | - |
| XYZ | 53.01 | 69.97 | 77.04 | - |
| YUV | 204.36 | 135.7 | 81.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 235 | 218 | 0.41 | 0 | 0.07 | 0.08 | 169.38 | 0.71 | 0.73 |
| Hex | 8B | EB | DA | 29 | 0 | 7 | 8 | A9 | 47 | 49 |
| Octal | 213 | 353 | 332 | 51 | 0 | 7 | 10 | 251 | 107 | 111 |
| Binary | 10001011 | 11101011 | 11011010 | 101001 | 0 | 111 | 1000 | 10101001 | 1000111 | 1001001 |
Color Harmonies of #8BEBDA
Complementary color
Monochromatic Colors of #8BEBDA
Black with #8BEBDA
Text Example
Text Example
White with #8BEBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEBDA; }
p { color: rgb(139,235,218); }
H1.HeaderClassName
{
color: #8BEBDA;
}
.AnyTagClassName
{
color: #8BEBDA;
}
</style>
background-color css
<style>
a { background-color: #8BEBDA; }
a { background-color: rgb(139,235,218); }
div.DivClassName
{
background-color: #8BEBDA;
}
.BgClassName
{
background-color: #8BEBDA;
}
</style>
border-color css
<style>
span { border-color: #8BEBDA; }
span { border-color: rgb(139,235,218); }
td.TdClassName
{
border-color: #8BEBDA;
}
.TagClassName
{
border-color: #8BEBDA;
}
</style>