Shades of Riptide #8FEBD6
Tints of Riptide #8FEBD6
RGB
CMYK
RGB Variations
Color information
#8FEBD6 (or 0x8FEBD6) is known color: Riptide. HEX triplet: 8F, EB and D6. RGB value is (143,235,214). Sum of RGB (Red+Green+Blue) = 143+235+214=592 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.16% from 592); Green value is 235 (92.19% from 255 or 39.70% from 592); Blue value is 214 (83.98% from 255 or 36.15% from 592); Max value from RGB is 235 - color contains mainly: green. Hex color #8FEBD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEBD6 is #701429. Grayscale: #CDCDCD. Windows color (decimal): -7345194 or 14085007. OLE color: 14085007.
HSL color Cylindrical-coordinate representation of color #8FEBD6: hue angle of 166.3º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FEBD6 is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 235 | 214 | - |
| CMYK | 0.39 | 0 | 0.09 | 0.08 |
| HSL | 166.3º | 0.7% | 0.74% | - |
| HSV(B) | 166.3º | 0.39% | 0.92% | - |
| XYZ | 53.17 | 70.11 | 74.35 | - |
| YUV | 205.1 | 133.02 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 235 | 214 | 0.39 | 0 | 0.09 | 0.08 | 166.3 | 0.7 | 0.74 |
| Hex | 8F | EB | D6 | 27 | 0 | 9 | 8 | A6 | 46 | 4A |
| Octal | 217 | 353 | 326 | 47 | 0 | 11 | 10 | 246 | 106 | 112 |
| Binary | 10001111 | 11101011 | 11010110 | 100111 | 0 | 1001 | 1000 | 10100110 | 1000110 | 1001010 |
Color Harmonies of #8FEBD6
Complementary color
Monochromatic Colors of #8FEBD6
Black with #8FEBD6
Text Example
Text Example
White with #8FEBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEBD6; }
p { color: rgb(143,235,214); }
H1.HeaderClassName
{
color: #8FEBD6;
}
.AnyTagClassName
{
color: #8FEBD6;
}
</style>
background-color css
<style>
a { background-color: #8FEBD6; }
a { background-color: rgb(143,235,214); }
div.DivClassName
{
background-color: #8FEBD6;
}
.BgClassName
{
background-color: #8FEBD6;
}
</style>
border-color css
<style>
span { border-color: #8FEBD6; }
span { border-color: rgb(143,235,214); }
td.TdClassName
{
border-color: #8FEBD6;
}
.TagClassName
{
border-color: #8FEBD6;
}
</style>