Shades of Riptide #8BDFDB
Tints of Riptide #8BDFDB
RGB
CMYK
RGB Variations
Color information
#8BDFDB (or 0x8BDFDB) is known color: Riptide. HEX triplet: 8B, DF and DB. RGB value is (139,223,219). Sum of RGB (Red+Green+Blue) = 139+223+219=581 (76% of max value = 765). Red value is 139 (54.69% from 255 or 23.92% from 581); Green value is 223 (87.5% from 255 or 38.38% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 223 - color contains mainly: green. Hex color #8BDFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDFDB is #742024. Grayscale: #C5C5C5. Windows color (decimal): -7610405 or 14409611. OLE color: 14409611.
HSL color Cylindrical-coordinate representation of color #8BDFDB: hue angle of 177.14º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BDFDB is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 223 | 219 | - |
| CMYK | 0.38 | 0 | 0.02 | 0.13 |
| HSL | 177.14º | 0.57% | 0.71% | - |
| HSV(B) | 177.14º | 0.38% | 0.87% | - |
| XYZ | 49.82 | 63.38 | 76.63 | - |
| YUV | 197.43 | 140.17 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 223 | 219 | 0.38 | 0 | 0.02 | 0.13 | 177.14 | 0.57 | 0.71 |
| Hex | 8B | DF | DB | 26 | 0 | 2 | D | B1 | 39 | 47 |
| Octal | 213 | 337 | 333 | 46 | 0 | 2 | 15 | 261 | 71 | 107 |
| Binary | 10001011 | 11011111 | 11011011 | 100110 | 0 | 10 | 1101 | 10110001 | 111001 | 1000111 |
Color Harmonies of #8BDFDB
Complementary color
Monochromatic Colors of #8BDFDB
Black with #8BDFDB
Text Example
Text Example
White with #8BDFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDFDB; }
p { color: rgb(139,223,219); }
H1.HeaderClassName
{
color: #8BDFDB;
}
.AnyTagClassName
{
color: #8BDFDB;
}
</style>
background-color css
<style>
a { background-color: #8BDFDB; }
a { background-color: rgb(139,223,219); }
div.DivClassName
{
background-color: #8BDFDB;
}
.BgClassName
{
background-color: #8BDFDB;
}
</style>
border-color css
<style>
span { border-color: #8BDFDB; }
span { border-color: rgb(139,223,219); }
td.TdClassName
{
border-color: #8BDFDB;
}
.TagClassName
{
border-color: #8BDFDB;
}
</style>