Shades of Riptide #8AE1DB
Tints of Riptide #8AE1DB
RGB
CMYK
RGB Variations
Color information
#8AE1DB (or 0x8AE1DB) is known color: Riptide. HEX triplet: 8A, E1 and DB. RGB value is (138,225,219). Sum of RGB (Red+Green+Blue) = 138+225+219=582 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.71% from 582); Green value is 225 (88.28% from 255 or 38.66% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 225 - color contains mainly: green. Hex color #8AE1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AE1DB is #751E24. Grayscale: #C6C6C6. Windows color (decimal): -7675429 or 14410122. OLE color: 14410122.
HSL color Cylindrical-coordinate representation of color #8AE1DB: hue angle of 175.86º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8AE1DB is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 138 | 225 | 219 | - |
| CMYK | 0.39 | 0 | 0.03 | 0.12 |
| HSL | 175.86º | 0.59% | 0.71% | - |
| HSV(B) | 175.86º | 0.39% | 0.88% | - |
| XYZ | 50.19 | 64.37 | 76.8 | - |
| YUV | 198.3 | 139.68 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 225 | 219 | 0.39 | 0 | 0.03 | 0.12 | 175.86 | 0.59 | 0.71 |
| Hex | 8A | E1 | DB | 27 | 0 | 3 | C | B0 | 3B | 47 |
| Octal | 212 | 341 | 333 | 47 | 0 | 3 | 14 | 260 | 73 | 107 |
| Binary | 10001010 | 11100001 | 11011011 | 100111 | 0 | 11 | 1100 | 10110000 | 111011 | 1000111 |
Color Harmonies of #8AE1DB
Complementary color
Monochromatic Colors of #8AE1DB
Black with #8AE1DB
Text Example
Text Example
White with #8AE1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE1DB; }
p { color: rgb(138,225,219); }
H1.HeaderClassName
{
color: #8AE1DB;
}
.AnyTagClassName
{
color: #8AE1DB;
}
</style>
background-color css
<style>
a { background-color: #8AE1DB; }
a { background-color: rgb(138,225,219); }
div.DivClassName
{
background-color: #8AE1DB;
}
.BgClassName
{
background-color: #8AE1DB;
}
</style>
border-color css
<style>
span { border-color: #8AE1DB; }
span { border-color: rgb(138,225,219); }
td.TdClassName
{
border-color: #8AE1DB;
}
.TagClassName
{
border-color: #8AE1DB;
}
</style>