Shades of Riptide #8ADCD6
Tints of Riptide #8ADCD6
RGB
CMYK
RGB Variations
Color information
#8ADCD6 (or 0x8ADCD6) is known color: Riptide. HEX triplet: 8A, DC and D6. RGB value is (138,220,214). Sum of RGB (Red+Green+Blue) = 138+220+214=572 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.13% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 214 (83.98% from 255 or 37.41% from 572); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADCD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADCD6 is #752329. Grayscale: #C2C2C2. Windows color (decimal): -7676714 or 14081162. OLE color: 14081162.
HSL color Cylindrical-coordinate representation of color #8ADCD6: hue angle of 175.61º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ADCD6 is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 220 | 214 | - |
| CMYK | 0.37 | 0 | 0.03 | 0.14 |
| HSL | 175.61º | 0.54% | 0.7% | - |
| HSV(B) | 175.61º | 0.37% | 0.86% | - |
| XYZ | 48.21 | 61.44 | 72.94 | - |
| YUV | 194.8 | 138.83 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 220 | 214 | 0.37 | 0 | 0.03 | 0.14 | 175.61 | 0.54 | 0.7 |
| Hex | 8A | DC | D6 | 25 | 0 | 3 | E | B0 | 36 | 46 |
| Octal | 212 | 334 | 326 | 45 | 0 | 3 | 16 | 260 | 66 | 106 |
| Binary | 10001010 | 11011100 | 11010110 | 100101 | 0 | 11 | 1110 | 10110000 | 110110 | 1000110 |
Color Harmonies of #8ADCD6
Complementary color
Monochromatic Colors of #8ADCD6
Black with #8ADCD6
Text Example
Text Example
White with #8ADCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADCD6; }
p { color: rgb(138,220,214); }
H1.HeaderClassName
{
color: #8ADCD6;
}
.AnyTagClassName
{
color: #8ADCD6;
}
</style>
background-color css
<style>
a { background-color: #8ADCD6; }
a { background-color: rgb(138,220,214); }
div.DivClassName
{
background-color: #8ADCD6;
}
.BgClassName
{
background-color: #8ADCD6;
}
</style>
border-color css
<style>
span { border-color: #8ADCD6; }
span { border-color: rgb(138,220,214); }
td.TdClassName
{
border-color: #8ADCD6;
}
.TagClassName
{
border-color: #8ADCD6;
}
</style>