Shades of Riptide #85DDCA
Tints of Riptide #85DDCA
RGB
CMYK
RGB Variations
Color information
#85DDCA (or 0x85DDCA) is known color: Riptide. HEX triplet: 85, DD and CA. RGB value is (133,221,202). Sum of RGB (Red+Green+Blue) = 133+221+202=556 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.92% from 556); Green value is 221 (86.72% from 255 or 39.75% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 221 - color contains mainly: green. Hex color #85DDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DDCA is #7A2235. Grayscale: #C0C0C0. Windows color (decimal): -8004150 or 13294981. OLE color: 13294981.
HSL color Cylindrical-coordinate representation of color #85DDCA: hue angle of 167.05º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DDCA is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 221 | 202 | - |
| CMYK | 0.40 | 0 | 0.09 | 0.13 |
| HSL | 167.05º | 0.56% | 0.69% | - |
| HSV(B) | 167.05º | 0.4% | 0.87% | - |
| XYZ | 46.19 | 60.96 | 65.21 | - |
| YUV | 192.52 | 133.35 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 221 | 202 | 0.40 | 0 | 0.09 | 0.13 | 167.05 | 0.56 | 0.69 |
| Hex | 85 | DD | CA | 28 | 0 | 9 | D | A7 | 38 | 45 |
| Octal | 205 | 335 | 312 | 50 | 0 | 11 | 15 | 247 | 70 | 105 |
| Binary | 10000101 | 11011101 | 11001010 | 101000 | 0 | 1001 | 1101 | 10100111 | 111000 | 1000101 |
Color Harmonies of #85DDCA
Complementary color
Monochromatic Colors of #85DDCA
Black with #85DDCA
Text Example
Text Example
White with #85DDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DDCA; }
p { color: rgb(133,221,202); }
H1.HeaderClassName
{
color: #85DDCA;
}
.AnyTagClassName
{
color: #85DDCA;
}
</style>
background-color css
<style>
a { background-color: #85DDCA; }
a { background-color: rgb(133,221,202); }
div.DivClassName
{
background-color: #85DDCA;
}
.BgClassName
{
background-color: #85DDCA;
}
</style>
border-color css
<style>
span { border-color: #85DDCA; }
span { border-color: rgb(133,221,202); }
td.TdClassName
{
border-color: #85DDCA;
}
.TagClassName
{
border-color: #85DDCA;
}
</style>