Shades of Riptide #8EDBCC
Tints of Riptide #8EDBCC
RGB
CMYK
RGB Variations
Color information
#8EDBCC (or 0x8EDBCC) is known color: Riptide. HEX triplet: 8E, DB and CC. RGB value is (142,219,204). Sum of RGB (Red+Green+Blue) = 142+219+204=565 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.13% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDBCC is #712433. Grayscale: #C2C2C2. Windows color (decimal): -7414836 or 13425550. OLE color: 13425550.
HSL color Cylindrical-coordinate representation of color #8EDBCC: hue angle of 168.31º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EDBCC is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 219 | 204 | - |
| CMYK | 0.35 | 0 | 0.07 | 0.14 |
| HSL | 168.31º | 0.52% | 0.71% | - |
| HSV(B) | 168.31º | 0.35% | 0.86% | - |
| XYZ | 47.39 | 60.77 | 66.36 | - |
| YUV | 194.27 | 133.49 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 219 | 204 | 0.35 | 0 | 0.07 | 0.14 | 168.31 | 0.52 | 0.71 |
| Hex | 8E | DB | CC | 23 | 0 | 7 | E | A8 | 34 | 47 |
| Octal | 216 | 333 | 314 | 43 | 0 | 7 | 16 | 250 | 64 | 107 |
| Binary | 10001110 | 11011011 | 11001100 | 100011 | 0 | 111 | 1110 | 10101000 | 110100 | 1000111 |
Color Harmonies of #8EDBCC
Complementary color
Monochromatic Colors of #8EDBCC
Black with #8EDBCC
Text Example
Text Example
White with #8EDBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDBCC; }
p { color: rgb(142,219,204); }
H1.HeaderClassName
{
color: #8EDBCC;
}
.AnyTagClassName
{
color: #8EDBCC;
}
</style>
background-color css
<style>
a { background-color: #8EDBCC; }
a { background-color: rgb(142,219,204); }
div.DivClassName
{
background-color: #8EDBCC;
}
.BgClassName
{
background-color: #8EDBCC;
}
</style>
border-color css
<style>
span { border-color: #8EDBCC; }
span { border-color: rgb(142,219,204); }
td.TdClassName
{
border-color: #8EDBCC;
}
.TagClassName
{
border-color: #8EDBCC;
}
</style>