Shades of Riptide #85DBCD
Tints of Riptide #85DBCD
RGB
CMYK
RGB Variations
Color information
#85DBCD (or 0x85DBCD) is known color: Riptide. HEX triplet: 85, DB and CD. RGB value is (133,219,205). Sum of RGB (Red+Green+Blue) = 133+219+205=557 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.88% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 219 - color contains mainly: green. Hex color #85DBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DBCD is #7A2432. Grayscale: #BFBFBF. Windows color (decimal): -8004659 or 13491077. OLE color: 13491077.
HSL color Cylindrical-coordinate representation of color #85DBCD: hue angle of 170.23º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85DBCD is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 219 | 205 | - |
| CMYK | 0.39 | 0 | 0.06 | 0.14 |
| HSL | 170.23º | 0.54% | 0.69% | - |
| HSV(B) | 170.23º | 0.39% | 0.86% | - |
| XYZ | 46.02 | 60.06 | 66.92 | - |
| YUV | 191.69 | 135.51 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 219 | 205 | 0.39 | 0 | 0.06 | 0.14 | 170.23 | 0.54 | 0.69 |
| Hex | 85 | DB | CD | 27 | 0 | 6 | E | AA | 36 | 45 |
| Octal | 205 | 333 | 315 | 47 | 0 | 6 | 16 | 252 | 66 | 105 |
| Binary | 10000101 | 11011011 | 11001101 | 100111 | 0 | 110 | 1110 | 10101010 | 110110 | 1000101 |
Color Harmonies of #85DBCD
Complementary color
Monochromatic Colors of #85DBCD
Black with #85DBCD
Text Example
Text Example
White with #85DBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DBCD; }
p { color: rgb(133,219,205); }
H1.HeaderClassName
{
color: #85DBCD;
}
.AnyTagClassName
{
color: #85DBCD;
}
</style>
background-color css
<style>
a { background-color: #85DBCD; }
a { background-color: rgb(133,219,205); }
div.DivClassName
{
background-color: #85DBCD;
}
.BgClassName
{
background-color: #85DBCD;
}
</style>
border-color css
<style>
span { border-color: #85DBCD; }
span { border-color: rgb(133,219,205); }
td.TdClassName
{
border-color: #85DBCD;
}
.TagClassName
{
border-color: #85DBCD;
}
</style>