Shades of Riptide #8ADCCD
Tints of Riptide #8ADCCD
RGB
CMYK
RGB Variations
Color information
#8ADCCD (or 0x8ADCCD) is known color: Riptide. HEX triplet: 8A, DC and CD. RGB value is (138,220,205). Sum of RGB (Red+Green+Blue) = 138+220+205=563 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.51% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADCCD is #752332. Grayscale: #C1C1C1. Windows color (decimal): -7676723 or 13491338. OLE color: 13491338.
HSL color Cylindrical-coordinate representation of color #8ADCCD: hue angle of 169.02º 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 #8ADCCD is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 220 | 205 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.14 |
| HSL | 169.02º | 0.54% | 0.7% | - |
| HSV(B) | 169.02º | 0.37% | 0.86% | - |
| XYZ | 47.09 | 61 | 67.05 | - |
| YUV | 193.77 | 134.33 | 88.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 220 | 205 | 0.37 | 0 | 0.07 | 0.14 | 169.02 | 0.54 | 0.7 |
| Hex | 8A | DC | CD | 25 | 0 | 7 | E | A9 | 36 | 46 |
| Octal | 212 | 334 | 315 | 45 | 0 | 7 | 16 | 251 | 66 | 106 |
| Binary | 10001010 | 11011100 | 11001101 | 100101 | 0 | 111 | 1110 | 10101001 | 110110 | 1000110 |
Color Harmonies of #8ADCCD
Complementary color
Monochromatic Colors of #8ADCCD
Black with #8ADCCD
Text Example
Text Example
White with #8ADCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADCCD; }
p { color: rgb(138,220,205); }
H1.HeaderClassName
{
color: #8ADCCD;
}
.AnyTagClassName
{
color: #8ADCCD;
}
</style>
background-color css
<style>
a { background-color: #8ADCCD; }
a { background-color: rgb(138,220,205); }
div.DivClassName
{
background-color: #8ADCCD;
}
.BgClassName
{
background-color: #8ADCCD;
}
</style>
border-color css
<style>
span { border-color: #8ADCCD; }
span { border-color: rgb(138,220,205); }
td.TdClassName
{
border-color: #8ADCCD;
}
.TagClassName
{
border-color: #8ADCCD;
}
</style>