Shades of Riptide #86CFCE
Tints of Riptide #86CFCE
RGB
CMYK
RGB Variations
Color information
#86CFCE (or 0x86CFCE) is known color: Riptide. HEX triplet: 86, CF and CE. RGB value is (134,207,206). Sum of RGB (Red+Green+Blue) = 134+207+206=547 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.50% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 207 - color contains mainly: green. Hex color #86CFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CFCE is #793031. Grayscale: #B8B8B8. Windows color (decimal): -7942194 or 13553542. OLE color: 13553542.
HSL color Cylindrical-coordinate representation of color #86CFCE: hue angle of 179.18º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86CFCE is Cyan = 0.35, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 207 | 206 | - |
| CMYK | 0.35 | 0 | 0.00 | 0.19 |
| HSL | 179.18º | 0.43% | 0.67% | - |
| HSV(B) | 179.18º | 0.35% | 0.81% | - |
| XYZ | 43.28 | 54.15 | 66.56 | - |
| YUV | 185.06 | 139.82 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 207 | 206 | 0.35 | 0 | 0.00 | 0.19 | 179.18 | 0.43 | 0.67 |
| Hex | 86 | CF | CE | 23 | 0 | 0 | 13 | B3 | 2B | 43 |
| Octal | 206 | 317 | 316 | 43 | 0 | 0 | 23 | 263 | 53 | 103 |
| Binary | 10000110 | 11001111 | 11001110 | 100011 | 0 | 0 | 10011 | 10110011 | 101011 | 1000011 |
Color Harmonies of #86CFCE
Complementary color
Monochromatic Colors of #86CFCE
Black with #86CFCE
Text Example
Text Example
White with #86CFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CFCE; }
p { color: rgb(134,207,206); }
H1.HeaderClassName
{
color: #86CFCE;
}
.AnyTagClassName
{
color: #86CFCE;
}
</style>
background-color css
<style>
a { background-color: #86CFCE; }
a { background-color: rgb(134,207,206); }
div.DivClassName
{
background-color: #86CFCE;
}
.BgClassName
{
background-color: #86CFCE;
}
</style>
border-color css
<style>
span { border-color: #86CFCE; }
span { border-color: rgb(134,207,206); }
td.TdClassName
{
border-color: #86CFCE;
}
.TagClassName
{
border-color: #86CFCE;
}
</style>