Shades of Riptide #8DD8CB
Tints of Riptide #8DD8CB
RGB
CMYK
RGB Variations
Color information
#8DD8CB (or 0x8DD8CB) is known color: Riptide. HEX triplet: 8D, D8 and CB. RGB value is (141,216,203). Sum of RGB (Red+Green+Blue) = 141+216+203=560 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.18% from 560); Green value is 216 (84.77% from 255 or 38.57% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 216 - color contains mainly: green. Hex color #8DD8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD8CB is #722734. Grayscale: #C0C0C0. Windows color (decimal): -7481141 or 13359245. OLE color: 13359245.
HSL color Cylindrical-coordinate representation of color #8DD8CB: hue angle of 169.6º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DD8CB is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 216 | 203 | - |
| CMYK | 0.35 | 0 | 0.06 | 0.15 |
| HSL | 169.6º | 0.49% | 0.7% | - |
| HSV(B) | 169.6º | 0.35% | 0.85% | - |
| XYZ | 46.32 | 59.09 | 65.46 | - |
| YUV | 192.09 | 134.15 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 216 | 203 | 0.35 | 0 | 0.06 | 0.15 | 169.6 | 0.49 | 0.7 |
| Hex | 8D | D8 | CB | 23 | 0 | 6 | F | AA | 31 | 46 |
| Octal | 215 | 330 | 313 | 43 | 0 | 6 | 17 | 252 | 61 | 106 |
| Binary | 10001101 | 11011000 | 11001011 | 100011 | 0 | 110 | 1111 | 10101010 | 110001 | 1000110 |
Color Harmonies of #8DD8CB
Complementary color
Monochromatic Colors of #8DD8CB
Black with #8DD8CB
Text Example
Text Example
White with #8DD8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD8CB; }
p { color: rgb(141,216,203); }
H1.HeaderClassName
{
color: #8DD8CB;
}
.AnyTagClassName
{
color: #8DD8CB;
}
</style>
background-color css
<style>
a { background-color: #8DD8CB; }
a { background-color: rgb(141,216,203); }
div.DivClassName
{
background-color: #8DD8CB;
}
.BgClassName
{
background-color: #8DD8CB;
}
</style>
border-color css
<style>
span { border-color: #8DD8CB; }
span { border-color: rgb(141,216,203); }
td.TdClassName
{
border-color: #8DD8CB;
}
.TagClassName
{
border-color: #8DD8CB;
}
</style>