Shades of Riptide #8DDEDA
Tints of Riptide #8DDEDA
RGB
CMYK
RGB Variations
Color information
#8DDEDA (or 0x8DDEDA) is known color: Riptide. HEX triplet: 8D, DE and DA. RGB value is (141,222,218). Sum of RGB (Red+Green+Blue) = 141+222+218=581 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.27% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 222 - color contains mainly: green. Hex color #8DDEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDEDA is #722125. Grayscale: #C5C5C5. Windows color (decimal): -7479590 or 14343821. OLE color: 14343821.
HSL color Cylindrical-coordinate representation of color #8DDEDA: hue angle of 177.04º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DDEDA is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 222 | 218 | - |
| CMYK | 0.36 | 0 | 0.02 | 0.13 |
| HSL | 177.04º | 0.55% | 0.71% | - |
| HSV(B) | 177.04º | 0.36% | 0.87% | - |
| XYZ | 49.76 | 62.97 | 75.86 | - |
| YUV | 197.33 | 139.66 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 222 | 218 | 0.36 | 0 | 0.02 | 0.13 | 177.04 | 0.55 | 0.71 |
| Hex | 8D | DE | DA | 24 | 0 | 2 | D | B1 | 37 | 47 |
| Octal | 215 | 336 | 332 | 44 | 0 | 2 | 15 | 261 | 67 | 107 |
| Binary | 10001101 | 11011110 | 11011010 | 100100 | 0 | 10 | 1101 | 10110001 | 110111 | 1000111 |
Color Harmonies of #8DDEDA
Complementary color
Monochromatic Colors of #8DDEDA
Black with #8DDEDA
Text Example
Text Example
White with #8DDEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDEDA; }
p { color: rgb(141,222,218); }
H1.HeaderClassName
{
color: #8DDEDA;
}
.AnyTagClassName
{
color: #8DDEDA;
}
</style>
background-color css
<style>
a { background-color: #8DDEDA; }
a { background-color: rgb(141,222,218); }
div.DivClassName
{
background-color: #8DDEDA;
}
.BgClassName
{
background-color: #8DDEDA;
}
</style>
border-color css
<style>
span { border-color: #8DDEDA; }
span { border-color: rgb(141,222,218); }
td.TdClassName
{
border-color: #8DDEDA;
}
.TagClassName
{
border-color: #8DDEDA;
}
</style>