Shades of Riptide #8BEADB
Tints of Riptide #8BEADB
RGB
CMYK
RGB Variations
Color information
#8BEADB (or 0x8BEADB) is known color: Riptide. HEX triplet: 8B, EA and DB. RGB value is (139,234,219). Sum of RGB (Red+Green+Blue) = 139+234+219=592 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.48% from 592); Green value is 234 (91.80% from 255 or 39.53% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 234 - color contains mainly: green. Hex color #8BEADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEADB is #741524. Grayscale: #CBCBCB. Windows color (decimal): -7607589 or 14412427. OLE color: 14412427.
HSL color Cylindrical-coordinate representation of color #8BEADB: hue angle of 170.53º degrees, saturation: 0.69, 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 #8BEADB is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 139 | 234 | 219 | - |
| CMYK | 0.41 | 0 | 0.06 | 0.08 |
| HSL | 170.53º | 0.69% | 0.73% | - |
| HSV(B) | 170.53º | 0.41% | 0.92% | - |
| XYZ | 52.86 | 69.45 | 77.64 | - |
| YUV | 203.89 | 136.53 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 234 | 219 | 0.41 | 0 | 0.06 | 0.08 | 170.53 | 0.69 | 0.73 |
| Hex | 8B | EA | DB | 29 | 0 | 6 | 8 | AB | 45 | 49 |
| Octal | 213 | 352 | 333 | 51 | 0 | 6 | 10 | 253 | 105 | 111 |
| Binary | 10001011 | 11101010 | 11011011 | 101001 | 0 | 110 | 1000 | 10101011 | 1000101 | 1001001 |
Color Harmonies of #8BEADB
Complementary color
Monochromatic Colors of #8BEADB
Black with #8BEADB
Text Example
Text Example
White with #8BEADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEADB; }
p { color: rgb(139,234,219); }
H1.HeaderClassName
{
color: #8BEADB;
}
.AnyTagClassName
{
color: #8BEADB;
}
</style>
background-color css
<style>
a { background-color: #8BEADB; }
a { background-color: rgb(139,234,219); }
div.DivClassName
{
background-color: #8BEADB;
}
.BgClassName
{
background-color: #8BEADB;
}
</style>
border-color css
<style>
span { border-color: #8BEADB; }
span { border-color: rgb(139,234,219); }
td.TdClassName
{
border-color: #8BEADB;
}
.TagClassName
{
border-color: #8BEADB;
}
</style>