Shades of Riptide #86CFCC
Tints of Riptide #86CFCC
RGB
CMYK
RGB Variations
Color information
#86CFCC (or 0x86CFCC) is known color: Riptide. HEX triplet: 86, CF and CC. RGB value is (134,207,204). Sum of RGB (Red+Green+Blue) = 134+207+204=545 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.59% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 207 - color contains mainly: green. Hex color #86CFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CFCC is #793033. Grayscale: #B8B8B8. Windows color (decimal): -7942196 or 13422470. OLE color: 13422470.
HSL color Cylindrical-coordinate representation of color #86CFCC: hue angle of 177.53º 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 #86CFCC is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 207 | 204 | - |
| CMYK | 0.35 | 0 | 0.01 | 0.19 |
| HSL | 177.53º | 0.43% | 0.67% | - |
| HSV(B) | 177.53º | 0.35% | 0.81% | - |
| XYZ | 43.04 | 54.05 | 65.29 | - |
| YUV | 184.83 | 138.82 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 207 | 204 | 0.35 | 0 | 0.01 | 0.19 | 177.53 | 0.43 | 0.67 |
| Hex | 86 | CF | CC | 23 | 0 | 1 | 13 | B2 | 2B | 43 |
| Octal | 206 | 317 | 314 | 43 | 0 | 1 | 23 | 262 | 53 | 103 |
| Binary | 10000110 | 11001111 | 11001100 | 100011 | 0 | 1 | 10011 | 10110010 | 101011 | 1000011 |
Color Harmonies of #86CFCC
Complementary color
Monochromatic Colors of #86CFCC
Black with #86CFCC
Text Example
Text Example
White with #86CFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CFCC; }
p { color: rgb(134,207,204); }
H1.HeaderClassName
{
color: #86CFCC;
}
.AnyTagClassName
{
color: #86CFCC;
}
</style>
background-color css
<style>
a { background-color: #86CFCC; }
a { background-color: rgb(134,207,204); }
div.DivClassName
{
background-color: #86CFCC;
}
.BgClassName
{
background-color: #86CFCC;
}
</style>
border-color css
<style>
span { border-color: #86CFCC; }
span { border-color: rgb(134,207,204); }
td.TdClassName
{
border-color: #86CFCC;
}
.TagClassName
{
border-color: #86CFCC;
}
</style>