Shades of Riptide #8BE7DE
Tints of Riptide #8BE7DE
RGB
CMYK
RGB Variations
Color information
#8BE7DE (or 0x8BE7DE) is known color: Riptide. HEX triplet: 8B, E7 and DE. RGB value is (139,231,222). Sum of RGB (Red+Green+Blue) = 139+231+222=592 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.48% from 592); Green value is 231 (90.62% from 255 or 39.02% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 231 - color contains mainly: green. Hex color #8BE7DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BE7DE is #741821. Grayscale: #CACACA. Windows color (decimal): -7608354 or 14608267. OLE color: 14608267.
HSL color Cylindrical-coordinate representation of color #8BE7DE: hue angle of 174.13º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BE7DE is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 139 | 231 | 222 | - |
| CMYK | 0.40 | 0 | 0.04 | 0.09 |
| HSL | 174.13º | 0.66% | 0.73% | - |
| HSV(B) | 174.13º | 0.4% | 0.91% | - |
| XYZ | 52.41 | 67.91 | 79.45 | - |
| YUV | 202.47 | 139.02 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 231 | 222 | 0.40 | 0 | 0.04 | 0.09 | 174.13 | 0.66 | 0.73 |
| Hex | 8B | E7 | DE | 28 | 0 | 4 | 9 | AE | 42 | 49 |
| Octal | 213 | 347 | 336 | 50 | 0 | 4 | 11 | 256 | 102 | 111 |
| Binary | 10001011 | 11100111 | 11011110 | 101000 | 0 | 100 | 1001 | 10101110 | 1000010 | 1001001 |
Color Harmonies of #8BE7DE
Complementary color
Monochromatic Colors of #8BE7DE
Black with #8BE7DE
Text Example
Text Example
White with #8BE7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE7DE; }
p { color: rgb(139,231,222); }
H1.HeaderClassName
{
color: #8BE7DE;
}
.AnyTagClassName
{
color: #8BE7DE;
}
</style>
background-color css
<style>
a { background-color: #8BE7DE; }
a { background-color: rgb(139,231,222); }
div.DivClassName
{
background-color: #8BE7DE;
}
.BgClassName
{
background-color: #8BE7DE;
}
</style>
border-color css
<style>
span { border-color: #8BE7DE; }
span { border-color: rgb(139,231,222); }
td.TdClassName
{
border-color: #8BE7DE;
}
.TagClassName
{
border-color: #8BE7DE;
}
</style>