Shades of Riptide #8DD5CC
Tints of Riptide #8DD5CC
RGB
CMYK
RGB Variations
Color information
#8DD5CC (or 0x8DD5CC) is known color: Riptide. HEX triplet: 8D, D5 and CC. RGB value is (141,213,204). Sum of RGB (Red+Green+Blue) = 141+213+204=558 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.27% from 558); Green value is 213 (83.59% from 255 or 38.17% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 213 - color contains mainly: green. Hex color #8DD5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD5CC is #722A33. Grayscale: #BEBEBE. Windows color (decimal): -7481908 or 13424013. OLE color: 13424013.
HSL color Cylindrical-coordinate representation of color #8DD5CC: hue angle of 172.5º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DD5CC is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 141 | 213 | 204 | - |
| CMYK | 0.34 | 0 | 0.04 | 0.16 |
| HSL | 172.5º | 0.46% | 0.69% | - |
| HSV(B) | 172.5º | 0.34% | 0.84% | - |
| XYZ | 45.68 | 57.61 | 65.84 | - |
| YUV | 190.45 | 135.65 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 213 | 204 | 0.34 | 0 | 0.04 | 0.16 | 172.5 | 0.46 | 0.69 |
| Hex | 8D | D5 | CC | 22 | 0 | 4 | 10 | AC | 2E | 45 |
| Octal | 215 | 325 | 314 | 42 | 0 | 4 | 20 | 254 | 56 | 105 |
| Binary | 10001101 | 11010101 | 11001100 | 100010 | 0 | 100 | 10000 | 10101100 | 101110 | 1000101 |
Color Harmonies of #8DD5CC
Complementary color
Monochromatic Colors of #8DD5CC
Black with #8DD5CC
Text Example
Text Example
White with #8DD5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD5CC; }
p { color: rgb(141,213,204); }
H1.HeaderClassName
{
color: #8DD5CC;
}
.AnyTagClassName
{
color: #8DD5CC;
}
</style>
background-color css
<style>
a { background-color: #8DD5CC; }
a { background-color: rgb(141,213,204); }
div.DivClassName
{
background-color: #8DD5CC;
}
.BgClassName
{
background-color: #8DD5CC;
}
</style>
border-color css
<style>
span { border-color: #8DD5CC; }
span { border-color: rgb(141,213,204); }
td.TdClassName
{
border-color: #8DD5CC;
}
.TagClassName
{
border-color: #8DD5CC;
}
</style>