Shades of Riptide #85DECA
Tints of Riptide #85DECA
RGB
CMYK
RGB Variations
Color information
#85DECA (or 0x85DECA) is known color: Riptide. HEX triplet: 85, DE and CA. RGB value is (133,222,202). Sum of RGB (Red+Green+Blue) = 133+222+202=557 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.88% from 557); Green value is 222 (87.11% from 255 or 39.86% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 222 - color contains mainly: green. Hex color #85DECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DECA is #7A2135. Grayscale: #C1C1C1. Windows color (decimal): -8003894 or 13295237. OLE color: 13295237.
HSL color Cylindrical-coordinate representation of color #85DECA: hue angle of 166.52º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DECA is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 222 | 202 | - |
| CMYK | 0.40 | 0 | 0.09 | 0.13 |
| HSL | 166.52º | 0.57% | 0.7% | - |
| HSV(B) | 166.52º | 0.4% | 0.87% | - |
| XYZ | 46.45 | 61.49 | 65.3 | - |
| YUV | 193.11 | 133.01 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 222 | 202 | 0.40 | 0 | 0.09 | 0.13 | 166.52 | 0.57 | 0.7 |
| Hex | 85 | DE | CA | 28 | 0 | 9 | D | A7 | 39 | 46 |
| Octal | 205 | 336 | 312 | 50 | 0 | 11 | 15 | 247 | 71 | 106 |
| Binary | 10000101 | 11011110 | 11001010 | 101000 | 0 | 1001 | 1101 | 10100111 | 111001 | 1000110 |
Color Harmonies of #85DECA
Complementary color
Monochromatic Colors of #85DECA
Black with #85DECA
Text Example
Text Example
White with #85DECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DECA; }
p { color: rgb(133,222,202); }
H1.HeaderClassName
{
color: #85DECA;
}
.AnyTagClassName
{
color: #85DECA;
}
</style>
background-color css
<style>
a { background-color: #85DECA; }
a { background-color: rgb(133,222,202); }
div.DivClassName
{
background-color: #85DECA;
}
.BgClassName
{
background-color: #85DECA;
}
</style>
border-color css
<style>
span { border-color: #85DECA; }
span { border-color: rgb(133,222,202); }
td.TdClassName
{
border-color: #85DECA;
}
.TagClassName
{
border-color: #85DECA;
}
</style>