Shades of Riptide #8FEDCB
Tints of Riptide #8FEDCB
RGB
CMYK
RGB Variations
Color information
#8FEDCB (or 0x8FEDCB) is known color: Riptide. HEX triplet: 8F, ED and CB. RGB value is (143,237,203). Sum of RGB (Red+Green+Blue) = 143+237+203=583 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.53% from 583); Green value is 237 (92.97% from 255 or 40.65% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 237 - color contains mainly: green. Hex color #8FEDCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEDCB is #701234. Grayscale: #CDCDCD. Windows color (decimal): -7344693 or 13364623. OLE color: 13364623.
HSL color Cylindrical-coordinate representation of color #8FEDCB: hue angle of 158.3º 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 #8FEDCB is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 237 | 203 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.07 |
| HSL | 158.3º | 0.72% | 0.75% | - |
| HSV(B) | 158.3º | 0.4% | 0.93% | - |
| XYZ | 52.39 | 70.72 | 67.39 | - |
| YUV | 205.02 | 126.86 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 237 | 203 | 0.40 | 0 | 0.14 | 0.07 | 158.3 | 0.72 | 0.75 |
| Hex | 8F | ED | CB | 28 | 0 | E | 7 | 9E | 48 | 4B |
| Octal | 217 | 355 | 313 | 50 | 0 | 16 | 7 | 236 | 110 | 113 |
| Binary | 10001111 | 11101101 | 11001011 | 101000 | 0 | 1110 | 111 | 10011110 | 1001000 | 1001011 |
Color Harmonies of #8FEDCB
Complementary color
Monochromatic Colors of #8FEDCB
Black with #8FEDCB
Text Example
Text Example
White with #8FEDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEDCB; }
p { color: rgb(143,237,203); }
H1.HeaderClassName
{
color: #8FEDCB;
}
.AnyTagClassName
{
color: #8FEDCB;
}
</style>
background-color css
<style>
a { background-color: #8FEDCB; }
a { background-color: rgb(143,237,203); }
div.DivClassName
{
background-color: #8FEDCB;
}
.BgClassName
{
background-color: #8FEDCB;
}
</style>
border-color css
<style>
span { border-color: #8FEDCB; }
span { border-color: rgb(143,237,203); }
td.TdClassName
{
border-color: #8FEDCB;
}
.TagClassName
{
border-color: #8FEDCB;
}
</style>