Shades of Riptide #8CEBD6
Tints of Riptide #8CEBD6
RGB
CMYK
RGB Variations
Color information
#8CEBD6 (or 0x8CEBD6) is known color: Riptide. HEX triplet: 8C, EB and D6. RGB value is (140,235,214). Sum of RGB (Red+Green+Blue) = 140+235+214=589 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.77% from 589); Green value is 235 (92.19% from 255 or 39.90% from 589); Blue value is 214 (83.98% from 255 or 36.33% from 589); Max value from RGB is 235 - color contains mainly: green. Hex color #8CEBD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CEBD6 is #731429. Grayscale: #CCCCCC. Windows color (decimal): -7541802 or 14085004. OLE color: 14085004.
HSL color Cylindrical-coordinate representation of color #8CEBD6: hue angle of 166.74º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CEBD6 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 235 | 214 | - |
| CMYK | 0.40 | 0 | 0.09 | 0.08 |
| HSL | 166.74º | 0.7% | 0.74% | - |
| HSV(B) | 166.74º | 0.4% | 0.92% | - |
| XYZ | 52.66 | 69.85 | 74.32 | - |
| YUV | 204.2 | 133.53 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 235 | 214 | 0.40 | 0 | 0.09 | 0.08 | 166.74 | 0.7 | 0.74 |
| Hex | 8C | EB | D6 | 28 | 0 | 9 | 8 | A7 | 46 | 4A |
| Octal | 214 | 353 | 326 | 50 | 0 | 11 | 10 | 247 | 106 | 112 |
| Binary | 10001100 | 11101011 | 11010110 | 101000 | 0 | 1001 | 1000 | 10100111 | 1000110 | 1001010 |
Color Harmonies of #8CEBD6
Complementary color
Monochromatic Colors of #8CEBD6
Black with #8CEBD6
Text Example
Text Example
White with #8CEBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEBD6; }
p { color: rgb(140,235,214); }
H1.HeaderClassName
{
color: #8CEBD6;
}
.AnyTagClassName
{
color: #8CEBD6;
}
</style>
background-color css
<style>
a { background-color: #8CEBD6; }
a { background-color: rgb(140,235,214); }
div.DivClassName
{
background-color: #8CEBD6;
}
.BgClassName
{
background-color: #8CEBD6;
}
</style>
border-color css
<style>
span { border-color: #8CEBD6; }
span { border-color: rgb(140,235,214); }
td.TdClassName
{
border-color: #8CEBD6;
}
.TagClassName
{
border-color: #8CEBD6;
}
</style>