Shades of Riptide #86CECE
Tints of Riptide #86CECE
RGB
CMYK
RGB Variations
Color information
#86CECE (or 0x86CECE) is known color: Riptide. HEX triplet: 86, CE and CE. RGB value is (134,206,206). Sum of RGB (Red+Green+Blue) = 134+206+206=546 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.54% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #86CECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CECE is #793131. Grayscale: #B8B8B8. Windows color (decimal): -7942450 or 13553286. OLE color: 13553286.
HSL color Cylindrical-coordinate representation of color #86CECE: hue angle of 180º degrees, saturation: 0.42, 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 #86CECE is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 206 | 206 | - |
| CMYK | 0.35 | 0 | 0 | 0.19 |
| HSL | 180º | 0.42% | 0.67% | - |
| HSV(B) | 180º | 0.35% | 0.81% | - |
| XYZ | 43.04 | 53.67 | 66.48 | - |
| YUV | 184.47 | 140.15 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 206 | 206 | 0.35 | 0 | 0 | 0.19 | 180 | 0.42 | 0.67 |
| Hex | 86 | CE | CE | 23 | 0 | 0 | 13 | B4 | 2A | 43 |
| Octal | 206 | 316 | 316 | 43 | 0 | 0 | 23 | 264 | 52 | 103 |
| Binary | 10000110 | 11001110 | 11001110 | 100011 | 0 | 0 | 10011 | 10110100 | 101010 | 1000011 |
Color Harmonies of #86CECE
Complementary color
Monochromatic Colors of #86CECE
Black with #86CECE
Text Example
Text Example
White with #86CECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CECE; }
p { color: rgb(134,206,206); }
H1.HeaderClassName
{
color: #86CECE;
}
.AnyTagClassName
{
color: #86CECE;
}
</style>
background-color css
<style>
a { background-color: #86CECE; }
a { background-color: rgb(134,206,206); }
div.DivClassName
{
background-color: #86CECE;
}
.BgClassName
{
background-color: #86CECE;
}
</style>
border-color css
<style>
span { border-color: #86CECE; }
span { border-color: rgb(134,206,206); }
td.TdClassName
{
border-color: #86CECE;
}
.TagClassName
{
border-color: #86CECE;
}
</style>