Shades of Riptide #8CEBDC
Tints of Riptide #8CEBDC
RGB
CMYK
RGB Variations
Color information
#8CEBDC (or 0x8CEBDC) is known color: Riptide. HEX triplet: 8C, EB and DC. RGB value is (140,235,220). Sum of RGB (Red+Green+Blue) = 140+235+220=595 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.53% from 595); Green value is 235 (92.19% from 255 or 39.50% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 235 - color contains mainly: green. Hex color #8CEBDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CEBDC is #731423. Grayscale: #CCCCCC. Windows color (decimal): -7541796 or 14478220. OLE color: 14478220.
HSL color Cylindrical-coordinate representation of color #8CEBDC: hue angle of 170.53º 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 #8CEBDC is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 235 | 220 | - |
| CMYK | 0.40 | 0 | 0.06 | 0.08 |
| HSL | 170.53º | 0.7% | 0.74% | - |
| HSV(B) | 170.53º | 0.4% | 0.92% | - |
| XYZ | 53.44 | 70.16 | 78.44 | - |
| YUV | 204.89 | 136.53 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 235 | 220 | 0.40 | 0 | 0.06 | 0.08 | 170.53 | 0.7 | 0.74 |
| Hex | 8C | EB | DC | 28 | 0 | 6 | 8 | AB | 46 | 4A |
| Octal | 214 | 353 | 334 | 50 | 0 | 6 | 10 | 253 | 106 | 112 |
| Binary | 10001100 | 11101011 | 11011100 | 101000 | 0 | 110 | 1000 | 10101011 | 1000110 | 1001010 |
Color Harmonies of #8CEBDC
Complementary color
Monochromatic Colors of #8CEBDC
Black with #8CEBDC
Text Example
Text Example
White with #8CEBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEBDC; }
p { color: rgb(140,235,220); }
H1.HeaderClassName
{
color: #8CEBDC;
}
.AnyTagClassName
{
color: #8CEBDC;
}
</style>
background-color css
<style>
a { background-color: #8CEBDC; }
a { background-color: rgb(140,235,220); }
div.DivClassName
{
background-color: #8CEBDC;
}
.BgClassName
{
background-color: #8CEBDC;
}
</style>
border-color css
<style>
span { border-color: #8CEBDC; }
span { border-color: rgb(140,235,220); }
td.TdClassName
{
border-color: #8CEBDC;
}
.TagClassName
{
border-color: #8CEBDC;
}
</style>