Shades of Riptide #8BE8CF
Tints of Riptide #8BE8CF
RGB
CMYK
RGB Variations
Color information
#8BE8CF (or 0x8BE8CF) is known color: Riptide. HEX triplet: 8B, E8 and CF. RGB value is (139,232,207). Sum of RGB (Red+Green+Blue) = 139+232+207=578 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.05% from 578); Green value is 232 (91.02% from 255 or 40.14% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 232 - color contains mainly: green. Hex color #8BE8CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BE8CF is #741730. Grayscale: #C9C9C9. Windows color (decimal): -7608113 or 13625483. OLE color: 13625483.
HSL color Cylindrical-coordinate representation of color #8BE8CF: hue angle of 163.87º degrees, saturation: 0.67, 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 #8BE8CF is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 139 | 232 | 207 | - |
| CMYK | 0.40 | 0 | 0.11 | 0.09 |
| HSL | 163.87º | 0.67% | 0.73% | - |
| HSV(B) | 163.87º | 0.4% | 0.91% | - |
| XYZ | 50.77 | 67.71 | 69.42 | - |
| YUV | 201.34 | 131.19 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 232 | 207 | 0.40 | 0 | 0.11 | 0.09 | 163.87 | 0.67 | 0.73 |
| Hex | 8B | E8 | CF | 28 | 0 | B | 9 | A4 | 43 | 49 |
| Octal | 213 | 350 | 317 | 50 | 0 | 13 | 11 | 244 | 103 | 111 |
| Binary | 10001011 | 11101000 | 11001111 | 101000 | 0 | 1011 | 1001 | 10100100 | 1000011 | 1001001 |
Color Harmonies of #8BE8CF
Complementary color
Monochromatic Colors of #8BE8CF
Black with #8BE8CF
Text Example
Text Example
White with #8BE8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE8CF; }
p { color: rgb(139,232,207); }
H1.HeaderClassName
{
color: #8BE8CF;
}
.AnyTagClassName
{
color: #8BE8CF;
}
</style>
background-color css
<style>
a { background-color: #8BE8CF; }
a { background-color: rgb(139,232,207); }
div.DivClassName
{
background-color: #8BE8CF;
}
.BgClassName
{
background-color: #8BE8CF;
}
</style>
border-color css
<style>
span { border-color: #8BE8CF; }
span { border-color: rgb(139,232,207); }
td.TdClassName
{
border-color: #8BE8CF;
}
.TagClassName
{
border-color: #8BE8CF;
}
</style>