Shades of Riptide #8ADBD0
Tints of Riptide #8ADBD0
RGB
CMYK
RGB Variations
Color information
#8ADBD0 (or 0x8ADBD0) is known color: Riptide. HEX triplet: 8A, DB and D0. RGB value is (138,219,208). Sum of RGB (Red+Green+Blue) = 138+219+208=565 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.42% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 208 (81.64% from 255 or 36.81% from 565); Max value from RGB is 219 - color contains mainly: green. Hex color #8ADBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADBD0 is #75242F. Grayscale: #C1C1C1. Windows color (decimal): -7676976 or 13687690. OLE color: 13687690.
HSL color Cylindrical-coordinate representation of color #8ADBD0: hue angle of 171.85º 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 #8ADBD0 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 219 | 208 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.14 |
| HSL | 171.85º | 0.53% | 0.7% | - |
| HSV(B) | 171.85º | 0.37% | 0.86% | - |
| XYZ | 47.2 | 60.62 | 68.89 | - |
| YUV | 193.53 | 136.16 | 88.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 219 | 208 | 0.37 | 0 | 0.05 | 0.14 | 171.85 | 0.53 | 0.7 |
| Hex | 8A | DB | D0 | 25 | 0 | 5 | E | AC | 35 | 46 |
| Octal | 212 | 333 | 320 | 45 | 0 | 5 | 16 | 254 | 65 | 106 |
| Binary | 10001010 | 11011011 | 11010000 | 100101 | 0 | 101 | 1110 | 10101100 | 110101 | 1000110 |
Color Harmonies of #8ADBD0
Complementary color
Monochromatic Colors of #8ADBD0
Black with #8ADBD0
Text Example
Text Example
White with #8ADBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADBD0; }
p { color: rgb(138,219,208); }
H1.HeaderClassName
{
color: #8ADBD0;
}
.AnyTagClassName
{
color: #8ADBD0;
}
</style>
background-color css
<style>
a { background-color: #8ADBD0; }
a { background-color: rgb(138,219,208); }
div.DivClassName
{
background-color: #8ADBD0;
}
.BgClassName
{
background-color: #8ADBD0;
}
</style>
border-color css
<style>
span { border-color: #8ADBD0; }
span { border-color: rgb(138,219,208); }
td.TdClassName
{
border-color: #8ADBD0;
}
.TagClassName
{
border-color: #8ADBD0;
}
</style>