Shades of Riptide #8CDDD6
Tints of Riptide #8CDDD6
RGB
CMYK
RGB Variations
Color information
#8CDDD6 (or 0x8CDDD6) is known color: Riptide. HEX triplet: 8C, DD and D6. RGB value is (140,221,214). Sum of RGB (Red+Green+Blue) = 140+221+214=575 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.35% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 214 (83.98% from 255 or 37.22% from 575); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDDD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDDD6 is #732229. Grayscale: #C3C3C3. Windows color (decimal): -7545386 or 14081420. OLE color: 14081420.
HSL color Cylindrical-coordinate representation of color #8CDDD6: hue angle of 174.81º degrees, saturation: 0.54, 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 #8CDDD6 is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 221 | 214 | - |
| CMYK | 0.37 | 0 | 0.03 | 0.13 |
| HSL | 174.81º | 0.54% | 0.71% | - |
| HSV(B) | 174.81º | 0.37% | 0.87% | - |
| XYZ | 48.81 | 62.14 | 73.04 | - |
| YUV | 195.98 | 138.16 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 214 | 0.37 | 0 | 0.03 | 0.13 | 174.81 | 0.54 | 0.71 |
| Hex | 8C | DD | D6 | 25 | 0 | 3 | D | AF | 36 | 47 |
| Octal | 214 | 335 | 326 | 45 | 0 | 3 | 15 | 257 | 66 | 107 |
| Binary | 10001100 | 11011101 | 11010110 | 100101 | 0 | 11 | 1101 | 10101111 | 110110 | 1000111 |
Color Harmonies of #8CDDD6
Complementary color
Monochromatic Colors of #8CDDD6
Black with #8CDDD6
Text Example
Text Example
White with #8CDDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDDD6; }
p { color: rgb(140,221,214); }
H1.HeaderClassName
{
color: #8CDDD6;
}
.AnyTagClassName
{
color: #8CDDD6;
}
</style>
background-color css
<style>
a { background-color: #8CDDD6; }
a { background-color: rgb(140,221,214); }
div.DivClassName
{
background-color: #8CDDD6;
}
.BgClassName
{
background-color: #8CDDD6;
}
</style>
border-color css
<style>
span { border-color: #8CDDD6; }
span { border-color: rgb(140,221,214); }
td.TdClassName
{
border-color: #8CDDD6;
}
.TagClassName
{
border-color: #8CDDD6;
}
</style>