Shades of Riptide #86EADD
Tints of Riptide #86EADD
RGB
CMYK
RGB Variations
Color information
#86EADD (or 0x86EADD) is known color: Riptide. HEX triplet: 86, EA and DD. RGB value is (134,234,221). Sum of RGB (Red+Green+Blue) = 134+234+221=589 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.75% from 589); Green value is 234 (91.80% from 255 or 39.73% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 234 - color contains mainly: green. Hex color #86EADD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86EADD is #791522. Grayscale: #CACACA. Windows color (decimal): -7935267 or 14543494. OLE color: 14543494.
HSL color Cylindrical-coordinate representation of color #86EADD: hue angle of 172.2º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86EADD is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 134 | 234 | 221 | - |
| CMYK | 0.43 | 0 | 0.06 | 0.08 |
| HSL | 172.2º | 0.7% | 0.72% | - |
| HSV(B) | 172.2º | 0.43% | 0.92% | - |
| XYZ | 52.31 | 69.13 | 78.99 | - |
| YUV | 202.62 | 138.37 | 79.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 234 | 221 | 0.43 | 0 | 0.06 | 0.08 | 172.2 | 0.7 | 0.72 |
| Hex | 86 | EA | DD | 2B | 0 | 6 | 8 | AC | 46 | 48 |
| Octal | 206 | 352 | 335 | 53 | 0 | 6 | 10 | 254 | 106 | 110 |
| Binary | 10000110 | 11101010 | 11011101 | 101011 | 0 | 110 | 1000 | 10101100 | 1000110 | 1001000 |
Color Harmonies of #86EADD
Complementary color
Monochromatic Colors of #86EADD
Black with #86EADD
Text Example
Text Example
White with #86EADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EADD; }
p { color: rgb(134,234,221); }
H1.HeaderClassName
{
color: #86EADD;
}
.AnyTagClassName
{
color: #86EADD;
}
</style>
background-color css
<style>
a { background-color: #86EADD; }
a { background-color: rgb(134,234,221); }
div.DivClassName
{
background-color: #86EADD;
}
.BgClassName
{
background-color: #86EADD;
}
</style>
border-color css
<style>
span { border-color: #86EADD; }
span { border-color: rgb(134,234,221); }
td.TdClassName
{
border-color: #86EADD;
}
.TagClassName
{
border-color: #86EADD;
}
</style>