Shades of Riptide #8EDACF
Tints of Riptide #8EDACF
RGB
CMYK
RGB Variations
Color information
#8EDACF (or 0x8EDACF) is known color: Riptide. HEX triplet: 8E, DA and CF. RGB value is (142,218,207). Sum of RGB (Red+Green+Blue) = 142+218+207=567 (75% of max value = 765). Red value is 142 (55.86% from 255 or 25.04% from 567); Green value is 218 (85.55% from 255 or 38.45% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 218 - color contains mainly: green. Hex color #8EDACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDACF is #712530. Grayscale: #C1C1C1. Windows color (decimal): -7415089 or 13621902. OLE color: 13621902.
HSL color Cylindrical-coordinate representation of color #8EDACF: hue angle of 171.32º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EDACF is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 218 | 207 | - |
| CMYK | 0.35 | 0 | 0.05 | 0.15 |
| HSL | 171.32º | 0.51% | 0.71% | - |
| HSV(B) | 171.32º | 0.35% | 0.85% | - |
| XYZ | 47.49 | 60.4 | 68.19 | - |
| YUV | 194.02 | 135.32 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 218 | 207 | 0.35 | 0 | 0.05 | 0.15 | 171.32 | 0.51 | 0.71 |
| Hex | 8E | DA | CF | 23 | 0 | 5 | F | AB | 33 | 47 |
| Octal | 216 | 332 | 317 | 43 | 0 | 5 | 17 | 253 | 63 | 107 |
| Binary | 10001110 | 11011010 | 11001111 | 100011 | 0 | 101 | 1111 | 10101011 | 110011 | 1000111 |
Color Harmonies of #8EDACF
Complementary color
Monochromatic Colors of #8EDACF
Black with #8EDACF
Text Example
Text Example
White with #8EDACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDACF; }
p { color: rgb(142,218,207); }
H1.HeaderClassName
{
color: #8EDACF;
}
.AnyTagClassName
{
color: #8EDACF;
}
</style>
background-color css
<style>
a { background-color: #8EDACF; }
a { background-color: rgb(142,218,207); }
div.DivClassName
{
background-color: #8EDACF;
}
.BgClassName
{
background-color: #8EDACF;
}
</style>
border-color css
<style>
span { border-color: #8EDACF; }
span { border-color: rgb(142,218,207); }
td.TdClassName
{
border-color: #8EDACF;
}
.TagClassName
{
border-color: #8EDACF;
}
</style>