Shades of Riptide #8ADBD5
Tints of Riptide #8ADBD5
RGB
CMYK
RGB Variations
Color information
#8ADBD5 (or 0x8ADBD5) is known color: Riptide. HEX triplet: 8A, DB and D5. RGB value is (138,219,213). Sum of RGB (Red+Green+Blue) = 138+219+213=570 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.21% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 213 (83.59% from 255 or 37.37% from 570); Max value from RGB is 219 - color contains mainly: green. Hex color #8ADBD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADBD5 is #75242A. Grayscale: #C2C2C2. Windows color (decimal): -7676971 or 14015370. OLE color: 14015370.
HSL color Cylindrical-coordinate representation of color #8ADBD5: hue angle of 175.56º 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 #8ADBD5 is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 219 | 213 | - |
| CMYK | 0.37 | 0 | 0.03 | 0.14 |
| HSL | 175.56º | 0.53% | 0.7% | - |
| HSV(B) | 175.56º | 0.37% | 0.86% | - |
| XYZ | 47.82 | 60.87 | 72.18 | - |
| YUV | 194.1 | 138.66 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 219 | 213 | 0.37 | 0 | 0.03 | 0.14 | 175.56 | 0.53 | 0.7 |
| Hex | 8A | DB | D5 | 25 | 0 | 3 | E | B0 | 35 | 46 |
| Octal | 212 | 333 | 325 | 45 | 0 | 3 | 16 | 260 | 65 | 106 |
| Binary | 10001010 | 11011011 | 11010101 | 100101 | 0 | 11 | 1110 | 10110000 | 110101 | 1000110 |
Color Harmonies of #8ADBD5
Complementary color
Monochromatic Colors of #8ADBD5
Black with #8ADBD5
Text Example
Text Example
White with #8ADBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADBD5; }
p { color: rgb(138,219,213); }
H1.HeaderClassName
{
color: #8ADBD5;
}
.AnyTagClassName
{
color: #8ADBD5;
}
</style>
background-color css
<style>
a { background-color: #8ADBD5; }
a { background-color: rgb(138,219,213); }
div.DivClassName
{
background-color: #8ADBD5;
}
.BgClassName
{
background-color: #8ADBD5;
}
</style>
border-color css
<style>
span { border-color: #8ADBD5; }
span { border-color: rgb(138,219,213); }
td.TdClassName
{
border-color: #8ADBD5;
}
.TagClassName
{
border-color: #8ADBD5;
}
</style>