Shades of Riptide #8BE6DB
Tints of Riptide #8BE6DB
RGB
CMYK
RGB Variations
Color information
#8BE6DB (or 0x8BE6DB) is known color: Riptide. HEX triplet: 8B, E6 and DB. RGB value is (139,230,219). Sum of RGB (Red+Green+Blue) = 139+230+219=588 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.64% from 588); Green value is 230 (90.23% from 255 or 39.12% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 230 - color contains mainly: green. Hex color #8BE6DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BE6DB is #741924. Grayscale: #C9C9C9. Windows color (decimal): -7608613 or 14411403. OLE color: 14411403.
HSL color Cylindrical-coordinate representation of color #8BE6DB: hue angle of 172.75º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BE6DB is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 139 | 230 | 219 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.10 |
| HSL | 172.75º | 0.65% | 0.72% | - |
| HSV(B) | 172.75º | 0.4% | 0.9% | - |
| XYZ | 51.73 | 67.2 | 77.26 | - |
| YUV | 201.54 | 137.85 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 230 | 219 | 0.40 | 0 | 0.05 | 0.10 | 172.75 | 0.65 | 0.72 |
| Hex | 8B | E6 | DB | 28 | 0 | 5 | A | AD | 41 | 48 |
| Octal | 213 | 346 | 333 | 50 | 0 | 5 | 12 | 255 | 101 | 110 |
| Binary | 10001011 | 11100110 | 11011011 | 101000 | 0 | 101 | 1010 | 10101101 | 1000001 | 1001000 |
Color Harmonies of #8BE6DB
Complementary color
Monochromatic Colors of #8BE6DB
Black with #8BE6DB
Text Example
Text Example
White with #8BE6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE6DB; }
p { color: rgb(139,230,219); }
H1.HeaderClassName
{
color: #8BE6DB;
}
.AnyTagClassName
{
color: #8BE6DB;
}
</style>
background-color css
<style>
a { background-color: #8BE6DB; }
a { background-color: rgb(139,230,219); }
div.DivClassName
{
background-color: #8BE6DB;
}
.BgClassName
{
background-color: #8BE6DB;
}
</style>
border-color css
<style>
span { border-color: #8BE6DB; }
span { border-color: rgb(139,230,219); }
td.TdClassName
{
border-color: #8BE6DB;
}
.TagClassName
{
border-color: #8BE6DB;
}
</style>