Shades of Riptide #8AE9DB
Tints of Riptide #8AE9DB
RGB
CMYK
RGB Variations
Color information
#8AE9DB (or 0x8AE9DB) is known color: Riptide. HEX triplet: 8A, E9 and DB. RGB value is (138,233,219). Sum of RGB (Red+Green+Blue) = 138+233+219=590 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.39% from 590); Green value is 233 (91.41% from 255 or 39.49% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 233 - color contains mainly: green. Hex color #8AE9DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AE9DB is #751624. Grayscale: #CACACA. Windows color (decimal): -7673381 or 14412170. OLE color: 14412170.
HSL color Cylindrical-coordinate representation of color #8AE9DB: hue angle of 171.16º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AE9DB is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 138 | 233 | 219 | - |
| CMYK | 0.41 | 0 | 0.06 | 0.09 |
| HSL | 171.16º | 0.68% | 0.73% | - |
| HSV(B) | 171.16º | 0.41% | 0.91% | - |
| XYZ | 52.41 | 68.8 | 77.53 | - |
| YUV | 203 | 137.03 | 81.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 233 | 219 | 0.41 | 0 | 0.06 | 0.09 | 171.16 | 0.68 | 0.73 |
| Hex | 8A | E9 | DB | 29 | 0 | 6 | 9 | AB | 44 | 49 |
| Octal | 212 | 351 | 333 | 51 | 0 | 6 | 11 | 253 | 104 | 111 |
| Binary | 10001010 | 11101001 | 11011011 | 101001 | 0 | 110 | 1001 | 10101011 | 1000100 | 1001001 |
Color Harmonies of #8AE9DB
Complementary color
Monochromatic Colors of #8AE9DB
Black with #8AE9DB
Text Example
Text Example
White with #8AE9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE9DB; }
p { color: rgb(138,233,219); }
H1.HeaderClassName
{
color: #8AE9DB;
}
.AnyTagClassName
{
color: #8AE9DB;
}
</style>
background-color css
<style>
a { background-color: #8AE9DB; }
a { background-color: rgb(138,233,219); }
div.DivClassName
{
background-color: #8AE9DB;
}
.BgClassName
{
background-color: #8AE9DB;
}
</style>
border-color css
<style>
span { border-color: #8AE9DB; }
span { border-color: rgb(138,233,219); }
td.TdClassName
{
border-color: #8AE9DB;
}
.TagClassName
{
border-color: #8AE9DB;
}
</style>