Shades of Riptide #8ADBD7
Tints of Riptide #8ADBD7
RGB
CMYK
RGB Variations
Color information
#8ADBD7 (or 0x8ADBD7) is known color: Riptide. HEX triplet: 8A, DB and D7. RGB value is (138,219,215). Sum of RGB (Red+Green+Blue) = 138+219+215=572 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.13% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 215 (84.38% from 255 or 37.59% from 572); Max value from RGB is 219 - color contains mainly: green. Hex color #8ADBD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADBD7 is #752428. Grayscale: #C2C2C2. Windows color (decimal): -7676969 or 14146442. OLE color: 14146442.
HSL color Cylindrical-coordinate representation of color #8ADBD7: hue angle of 177.04º degrees, saturation: 0.53, 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 #8ADBD7 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 219 | 215 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.14 |
| HSL | 177.04º | 0.53% | 0.7% | - |
| HSV(B) | 177.04º | 0.37% | 0.86% | - |
| XYZ | 48.08 | 60.97 | 73.52 | - |
| YUV | 194.33 | 139.66 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 219 | 215 | 0.37 | 0 | 0.02 | 0.14 | 177.04 | 0.53 | 0.7 |
| Hex | 8A | DB | D7 | 25 | 0 | 2 | E | B1 | 35 | 46 |
| Octal | 212 | 333 | 327 | 45 | 0 | 2 | 16 | 261 | 65 | 106 |
| Binary | 10001010 | 11011011 | 11010111 | 100101 | 0 | 10 | 1110 | 10110001 | 110101 | 1000110 |
Color Harmonies of #8ADBD7
Complementary color
Monochromatic Colors of #8ADBD7
Black with #8ADBD7
Text Example
Text Example
White with #8ADBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADBD7; }
p { color: rgb(138,219,215); }
H1.HeaderClassName
{
color: #8ADBD7;
}
.AnyTagClassName
{
color: #8ADBD7;
}
</style>
background-color css
<style>
a { background-color: #8ADBD7; }
a { background-color: rgb(138,219,215); }
div.DivClassName
{
background-color: #8ADBD7;
}
.BgClassName
{
background-color: #8ADBD7;
}
</style>
border-color css
<style>
span { border-color: #8ADBD7; }
span { border-color: rgb(138,219,215); }
td.TdClassName
{
border-color: #8ADBD7;
}
.TagClassName
{
border-color: #8ADBD7;
}
</style>