Shades of Riptide #85DCCC
Tints of Riptide #85DCCC
RGB
CMYK
RGB Variations
Color information
#85DCCC (or 0x85DCCC) is known color: Riptide. HEX triplet: 85, DC and CC. RGB value is (133,220,204). Sum of RGB (Red+Green+Blue) = 133+220+204=557 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.88% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 220 - color contains mainly: green. Hex color #85DCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DCCC is #7A2333. Grayscale: #C0C0C0. Windows color (decimal): -8004404 or 13425797. OLE color: 13425797.
HSL color Cylindrical-coordinate representation of color #85DCCC: hue angle of 168.97º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DCCC is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 220 | 204 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.14 |
| HSL | 168.97º | 0.55% | 0.69% | - |
| HSV(B) | 168.97º | 0.4% | 0.86% | - |
| XYZ | 46.17 | 60.53 | 66.38 | - |
| YUV | 192.16 | 134.68 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 220 | 204 | 0.40 | 0 | 0.07 | 0.14 | 168.97 | 0.55 | 0.69 |
| Hex | 85 | DC | CC | 28 | 0 | 7 | E | A9 | 37 | 45 |
| Octal | 205 | 334 | 314 | 50 | 0 | 7 | 16 | 251 | 67 | 105 |
| Binary | 10000101 | 11011100 | 11001100 | 101000 | 0 | 111 | 1110 | 10101001 | 110111 | 1000101 |
Color Harmonies of #85DCCC
Complementary color
Monochromatic Colors of #85DCCC
Black with #85DCCC
Text Example
Text Example
White with #85DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DCCC; }
p { color: rgb(133,220,204); }
H1.HeaderClassName
{
color: #85DCCC;
}
.AnyTagClassName
{
color: #85DCCC;
}
</style>
background-color css
<style>
a { background-color: #85DCCC; }
a { background-color: rgb(133,220,204); }
div.DivClassName
{
background-color: #85DCCC;
}
.BgClassName
{
background-color: #85DCCC;
}
</style>
border-color css
<style>
span { border-color: #85DCCC; }
span { border-color: rgb(133,220,204); }
td.TdClassName
{
border-color: #85DCCC;
}
.TagClassName
{
border-color: #85DCCC;
}
</style>