Shades of Riptide #8CECCD
Tints of Riptide #8CECCD
RGB
CMYK
RGB Variations
Color information
#8CECCD (or 0x8CECCD) is known color: Riptide. HEX triplet: 8C, EC and CD. RGB value is (140,236,205). Sum of RGB (Red+Green+Blue) = 140+236+205=581 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.10% from 581); Green value is 236 (92.58% from 255 or 40.62% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 236 - color contains mainly: green. Hex color #8CECCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CECCD is #731332. Grayscale: #CBCBCB. Windows color (decimal): -7541555 or 13495436. OLE color: 13495436.
HSL color Cylindrical-coordinate representation of color #8CECCD: hue angle of 160.62º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CECCD is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 236 | 205 | - |
| CMYK | 0.41 | 0 | 0.13 | 0.07 |
| HSL | 160.63º | 0.72% | 0.74% | - |
| HSV(B) | 160.63º | 0.41% | 0.93% | - |
| XYZ | 51.83 | 69.97 | 68.53 | - |
| YUV | 203.76 | 128.7 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 236 | 205 | 0.41 | 0 | 0.13 | 0.07 | 160.63 | 0.72 | 0.74 |
| Hex | 8C | EC | CD | 29 | 0 | D | 7 | A1 | 48 | 4A |
| Octal | 214 | 354 | 315 | 51 | 0 | 15 | 7 | 241 | 110 | 112 |
| Binary | 10001100 | 11101100 | 11001101 | 101001 | 0 | 1101 | 111 | 10100001 | 1001000 | 1001010 |
Color Harmonies of #8CECCD
Complementary color
Monochromatic Colors of #8CECCD
Black with #8CECCD
Text Example
Text Example
White with #8CECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CECCD; }
p { color: rgb(140,236,205); }
H1.HeaderClassName
{
color: #8CECCD;
}
.AnyTagClassName
{
color: #8CECCD;
}
</style>
background-color css
<style>
a { background-color: #8CECCD; }
a { background-color: rgb(140,236,205); }
div.DivClassName
{
background-color: #8CECCD;
}
.BgClassName
{
background-color: #8CECCD;
}
</style>
border-color css
<style>
span { border-color: #8CECCD; }
span { border-color: rgb(140,236,205); }
td.TdClassName
{
border-color: #8CECCD;
}
.TagClassName
{
border-color: #8CECCD;
}
</style>