Shades of Riptide #8BEAD8
Tints of Riptide #8BEAD8
RGB
CMYK
RGB Variations
Color information
#8BEAD8 (or 0x8BEAD8) is known color: Riptide. HEX triplet: 8B, EA and D8. RGB value is (139,234,216). Sum of RGB (Red+Green+Blue) = 139+234+216=589 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.60% from 589); Green value is 234 (91.80% from 255 or 39.73% from 589); Blue value is 216 (84.77% from 255 or 36.67% from 589); Max value from RGB is 234 - color contains mainly: green. Hex color #8BEAD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEAD8 is #741527. Grayscale: #CBCBCB. Windows color (decimal): -7607592 or 14215819. OLE color: 14215819.
HSL color Cylindrical-coordinate representation of color #8BEAD8: hue angle of 168.63º 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 #8BEAD8 is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 139 | 234 | 216 | - |
| CMYK | 0.41 | 0 | 0.08 | 0.08 |
| HSL | 168.63º | 0.69% | 0.73% | - |
| HSV(B) | 168.63º | 0.41% | 0.92% | - |
| XYZ | 52.46 | 69.29 | 75.58 | - |
| YUV | 203.54 | 135.03 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 234 | 216 | 0.41 | 0 | 0.08 | 0.08 | 168.63 | 0.69 | 0.73 |
| Hex | 8B | EA | D8 | 29 | 0 | 8 | 8 | A9 | 45 | 49 |
| Octal | 213 | 352 | 330 | 51 | 0 | 10 | 10 | 251 | 105 | 111 |
| Binary | 10001011 | 11101010 | 11011000 | 101001 | 0 | 1000 | 1000 | 10101001 | 1000101 | 1001001 |
Color Harmonies of #8BEAD8
Complementary color
Monochromatic Colors of #8BEAD8
Black with #8BEAD8
Text Example
Text Example
White with #8BEAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEAD8; }
p { color: rgb(139,234,216); }
H1.HeaderClassName
{
color: #8BEAD8;
}
.AnyTagClassName
{
color: #8BEAD8;
}
</style>
background-color css
<style>
a { background-color: #8BEAD8; }
a { background-color: rgb(139,234,216); }
div.DivClassName
{
background-color: #8BEAD8;
}
.BgClassName
{
background-color: #8BEAD8;
}
</style>
border-color css
<style>
span { border-color: #8BEAD8; }
span { border-color: rgb(139,234,216); }
td.TdClassName
{
border-color: #8BEAD8;
}
.TagClassName
{
border-color: #8BEAD8;
}
</style>