Shades of Riptide #8FEDCE
Tints of Riptide #8FEDCE
RGB
CMYK
RGB Variations
Color information
#8FEDCE (or 0x8FEDCE) is known color: Riptide. HEX triplet: 8F, ED and CE. RGB value is (143,237,206). Sum of RGB (Red+Green+Blue) = 143+237+206=586 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.40% from 586); Green value is 237 (92.97% from 255 or 40.44% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 237 - color contains mainly: green. Hex color #8FEDCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEDCE is #701231. Grayscale: #CDCDCD. Windows color (decimal): -7344690 or 13561231. OLE color: 13561231.
HSL color Cylindrical-coordinate representation of color #8FEDCE: hue angle of 160.21º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FEDCE is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 237 | 206 | - |
| CMYK | 0.40 | 0 | 0.13 | 0.07 |
| HSL | 160.21º | 0.72% | 0.75% | - |
| HSV(B) | 160.21º | 0.4% | 0.93% | - |
| XYZ | 52.75 | 70.86 | 69.29 | - |
| YUV | 205.36 | 128.36 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 237 | 206 | 0.40 | 0 | 0.13 | 0.07 | 160.21 | 0.72 | 0.75 |
| Hex | 8F | ED | CE | 28 | 0 | D | 7 | A0 | 48 | 4B |
| Octal | 217 | 355 | 316 | 50 | 0 | 15 | 7 | 240 | 110 | 113 |
| Binary | 10001111 | 11101101 | 11001110 | 101000 | 0 | 1101 | 111 | 10100000 | 1001000 | 1001011 |
Color Harmonies of #8FEDCE
Complementary color
Monochromatic Colors of #8FEDCE
Black with #8FEDCE
Text Example
Text Example
White with #8FEDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEDCE; }
p { color: rgb(143,237,206); }
H1.HeaderClassName
{
color: #8FEDCE;
}
.AnyTagClassName
{
color: #8FEDCE;
}
</style>
background-color css
<style>
a { background-color: #8FEDCE; }
a { background-color: rgb(143,237,206); }
div.DivClassName
{
background-color: #8FEDCE;
}
.BgClassName
{
background-color: #8FEDCE;
}
</style>
border-color css
<style>
span { border-color: #8FEDCE; }
span { border-color: rgb(143,237,206); }
td.TdClassName
{
border-color: #8FEDCE;
}
.TagClassName
{
border-color: #8FEDCE;
}
</style>