Shades of Riptide #8DDFCC
Tints of Riptide #8DDFCC
RGB
CMYK
RGB Variations
Color information
#8DDFCC (or 0x8DDFCC) is known color: Riptide. HEX triplet: 8D, DF and CC. RGB value is (141,223,204). Sum of RGB (Red+Green+Blue) = 141+223+204=568 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.82% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 223 - color contains mainly: green. Hex color #8DDFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDFCC is #722033. Grayscale: #C4C4C4. Windows color (decimal): -7479348 or 13426573. OLE color: 13426573.
HSL color Cylindrical-coordinate representation of color #8DDFCC: hue angle of 166.1º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DDFCC is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 223 | 204 | - |
| CMYK | 0.37 | 0 | 0.09 | 0.13 |
| HSL | 166.1º | 0.56% | 0.71% | - |
| HSV(B) | 166.1º | 0.37% | 0.87% | - |
| XYZ | 48.27 | 62.8 | 66.7 | - |
| YUV | 196.32 | 132.33 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 223 | 204 | 0.37 | 0 | 0.09 | 0.13 | 166.1 | 0.56 | 0.71 |
| Hex | 8D | DF | CC | 25 | 0 | 9 | D | A6 | 38 | 47 |
| Octal | 215 | 337 | 314 | 45 | 0 | 11 | 15 | 246 | 70 | 107 |
| Binary | 10001101 | 11011111 | 11001100 | 100101 | 0 | 1001 | 1101 | 10100110 | 111000 | 1000111 |
Color Harmonies of #8DDFCC
Complementary color
Monochromatic Colors of #8DDFCC
Black with #8DDFCC
Text Example
Text Example
White with #8DDFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDFCC; }
p { color: rgb(141,223,204); }
H1.HeaderClassName
{
color: #8DDFCC;
}
.AnyTagClassName
{
color: #8DDFCC;
}
</style>
background-color css
<style>
a { background-color: #8DDFCC; }
a { background-color: rgb(141,223,204); }
div.DivClassName
{
background-color: #8DDFCC;
}
.BgClassName
{
background-color: #8DDFCC;
}
</style>
border-color css
<style>
span { border-color: #8DDFCC; }
span { border-color: rgb(141,223,204); }
td.TdClassName
{
border-color: #8DDFCC;
}
.TagClassName
{
border-color: #8DDFCC;
}
</style>