Shades of Riptide #8BE3DD
Tints of Riptide #8BE3DD
RGB
CMYK
RGB Variations
Color information
#8BE3DD (or 0x8BE3DD) is known color: Riptide. HEX triplet: 8B, E3 and DD. RGB value is (139,227,221). Sum of RGB (Red+Green+Blue) = 139+227+221=587 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.68% from 587); Green value is 227 (89.06% from 255 or 38.67% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 227 - color contains mainly: green. Hex color #8BE3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BE3DD is #741C22. Grayscale: #C7C7C7. Windows color (decimal): -7609379 or 14541707. OLE color: 14541707.
HSL color Cylindrical-coordinate representation of color #8BE3DD: hue angle of 175.91º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BE3DD is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 139 | 227 | 221 | - |
| CMYK | 0.39 | 0 | 0.03 | 0.11 |
| HSL | 175.91º | 0.61% | 0.72% | - |
| HSV(B) | 175.91º | 0.39% | 0.89% | - |
| XYZ | 51.17 | 65.65 | 78.38 | - |
| YUV | 200 | 139.85 | 84.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 227 | 221 | 0.39 | 0 | 0.03 | 0.11 | 175.91 | 0.61 | 0.72 |
| Hex | 8B | E3 | DD | 27 | 0 | 3 | B | B0 | 3D | 48 |
| Octal | 213 | 343 | 335 | 47 | 0 | 3 | 13 | 260 | 75 | 110 |
| Binary | 10001011 | 11100011 | 11011101 | 100111 | 0 | 11 | 1011 | 10110000 | 111101 | 1001000 |
Color Harmonies of #8BE3DD
Complementary color
Monochromatic Colors of #8BE3DD
Black with #8BE3DD
Text Example
Text Example
White with #8BE3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE3DD; }
p { color: rgb(139,227,221); }
H1.HeaderClassName
{
color: #8BE3DD;
}
.AnyTagClassName
{
color: #8BE3DD;
}
</style>
background-color css
<style>
a { background-color: #8BE3DD; }
a { background-color: rgb(139,227,221); }
div.DivClassName
{
background-color: #8BE3DD;
}
.BgClassName
{
background-color: #8BE3DD;
}
</style>
border-color css
<style>
span { border-color: #8BE3DD; }
span { border-color: rgb(139,227,221); }
td.TdClassName
{
border-color: #8BE3DD;
}
.TagClassName
{
border-color: #8BE3DD;
}
</style>