Shades of Riptide #8ADDD9
Tints of Riptide #8ADDD9
RGB
CMYK
RGB Variations
Color information
#8ADDD9 (or 0x8ADDD9) is known color: Riptide. HEX triplet: 8A, DD and D9. RGB value is (138,221,217). Sum of RGB (Red+Green+Blue) = 138+221+217=576 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.96% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 217 (85.16% from 255 or 37.67% from 576); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADDD9 is #752226. Grayscale: #C3C3C3. Windows color (decimal): -7676455 or 14278026. OLE color: 14278026.
HSL color Cylindrical-coordinate representation of color #8ADDD9: hue angle of 177.11º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADDD9 is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 221 | 217 | - |
| CMYK | 0.38 | 0 | 0.02 | 0.13 |
| HSL | 177.11º | 0.55% | 0.7% | - |
| HSV(B) | 177.11º | 0.38% | 0.87% | - |
| XYZ | 48.86 | 62.13 | 75.06 | - |
| YUV | 195.73 | 140 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 217 | 0.38 | 0 | 0.02 | 0.13 | 177.11 | 0.55 | 0.7 |
| Hex | 8A | DD | D9 | 26 | 0 | 2 | D | B1 | 37 | 46 |
| Octal | 212 | 335 | 331 | 46 | 0 | 2 | 15 | 261 | 67 | 106 |
| Binary | 10001010 | 11011101 | 11011001 | 100110 | 0 | 10 | 1101 | 10110001 | 110111 | 1000110 |
Color Harmonies of #8ADDD9
Complementary color
Monochromatic Colors of #8ADDD9
Black with #8ADDD9
Text Example
Text Example
White with #8ADDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADDD9; }
p { color: rgb(138,221,217); }
H1.HeaderClassName
{
color: #8ADDD9;
}
.AnyTagClassName
{
color: #8ADDD9;
}
</style>
background-color css
<style>
a { background-color: #8ADDD9; }
a { background-color: rgb(138,221,217); }
div.DivClassName
{
background-color: #8ADDD9;
}
.BgClassName
{
background-color: #8ADDD9;
}
</style>
border-color css
<style>
span { border-color: #8ADDD9; }
span { border-color: rgb(138,221,217); }
td.TdClassName
{
border-color: #8ADDD9;
}
.TagClassName
{
border-color: #8ADDD9;
}
</style>