Shades of Riptide #8ADDDB
Tints of Riptide #8ADDDB
RGB
CMYK
RGB Variations
Color information
#8ADDDB (or 0x8ADDDB) is known color: Riptide. HEX triplet: 8A, DD and DB. RGB value is (138,221,219). Sum of RGB (Red+Green+Blue) = 138+221+219=578 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.88% from 578); Green value is 221 (86.72% from 255 or 38.24% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADDDB is #752224. Grayscale: #C3C3C3. Windows color (decimal): -7676453 or 14409098. OLE color: 14409098.
HSL color Cylindrical-coordinate representation of color #8ADDDB: hue angle of 178.55º 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 #8ADDDB is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 221 | 219 | - |
| CMYK | 0.38 | 0 | 0.01 | 0.13 |
| HSL | 178.55º | 0.55% | 0.7% | - |
| HSV(B) | 178.55º | 0.38% | 0.87% | - |
| XYZ | 49.12 | 62.23 | 76.44 | - |
| YUV | 195.96 | 141 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 219 | 0.38 | 0 | 0.01 | 0.13 | 178.55 | 0.55 | 0.7 |
| Hex | 8A | DD | DB | 26 | 0 | 1 | D | B3 | 37 | 46 |
| Octal | 212 | 335 | 333 | 46 | 0 | 1 | 15 | 263 | 67 | 106 |
| Binary | 10001010 | 11011101 | 11011011 | 100110 | 0 | 1 | 1101 | 10110011 | 110111 | 1000110 |
Color Harmonies of #8ADDDB
Complementary color
Monochromatic Colors of #8ADDDB
Black with #8ADDDB
Text Example
Text Example
White with #8ADDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADDDB; }
p { color: rgb(138,221,219); }
H1.HeaderClassName
{
color: #8ADDDB;
}
.AnyTagClassName
{
color: #8ADDDB;
}
</style>
background-color css
<style>
a { background-color: #8ADDDB; }
a { background-color: rgb(138,221,219); }
div.DivClassName
{
background-color: #8ADDDB;
}
.BgClassName
{
background-color: #8ADDDB;
}
</style>
border-color css
<style>
span { border-color: #8ADDDB; }
span { border-color: rgb(138,221,219); }
td.TdClassName
{
border-color: #8ADDDB;
}
.TagClassName
{
border-color: #8ADDDB;
}
</style>