Shades of Riptide #85D8CB
Tints of Riptide #85D8CB
RGB
CMYK
RGB Variations
Color information
#85D8CB (or 0x85D8CB) is known color: Riptide. HEX triplet: 85, D8 and CB. RGB value is (133,216,203). Sum of RGB (Red+Green+Blue) = 133+216+203=552 (73% of max value = 765). Red value is 133 (52.34% from 255 or 24.09% from 552); Green value is 216 (84.77% from 255 or 39.13% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 216 - color contains mainly: green. Hex color #85D8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85D8CB is #7A2734. Grayscale: #BDBDBD. Windows color (decimal): -8005429 or 13359237. OLE color: 13359237.
HSL color Cylindrical-coordinate representation of color #85D8CB: hue angle of 170.6º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85D8CB is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 216 | 203 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.15 |
| HSL | 170.6º | 0.52% | 0.68% | - |
| HSV(B) | 170.6º | 0.38% | 0.85% | - |
| XYZ | 45.01 | 58.41 | 65.4 | - |
| YUV | 189.7 | 135.5 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 216 | 203 | 0.38 | 0 | 0.06 | 0.15 | 170.6 | 0.52 | 0.68 |
| Hex | 85 | D8 | CB | 26 | 0 | 6 | F | AB | 34 | 44 |
| Octal | 205 | 330 | 313 | 46 | 0 | 6 | 17 | 253 | 64 | 104 |
| Binary | 10000101 | 11011000 | 11001011 | 100110 | 0 | 110 | 1111 | 10101011 | 110100 | 1000100 |
Color Harmonies of #85D8CB
Complementary color
Monochromatic Colors of #85D8CB
Black with #85D8CB
Text Example
Text Example
White with #85D8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D8CB; }
p { color: rgb(133,216,203); }
H1.HeaderClassName
{
color: #85D8CB;
}
.AnyTagClassName
{
color: #85D8CB;
}
</style>
background-color css
<style>
a { background-color: #85D8CB; }
a { background-color: rgb(133,216,203); }
div.DivClassName
{
background-color: #85D8CB;
}
.BgClassName
{
background-color: #85D8CB;
}
</style>
border-color css
<style>
span { border-color: #85D8CB; }
span { border-color: rgb(133,216,203); }
td.TdClassName
{
border-color: #85D8CB;
}
.TagClassName
{
border-color: #85D8CB;
}
</style>