Shades of Riptide #85CDCC
Tints of Riptide #85CDCC
RGB
CMYK
RGB Variations
Color information
#85CDCC (or 0x85CDCC) is known color: Riptide. HEX triplet: 85, CD and CC. RGB value is (133,205,204). Sum of RGB (Red+Green+Blue) = 133+205+204=542 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.54% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 205 - color contains mainly: green. Hex color #85CDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CDCC is #7A3233. Grayscale: #B7B7B7. Windows color (decimal): -8008244 or 13421957. OLE color: 13421957.
HSL color Cylindrical-coordinate representation of color #85CDCC: hue angle of 179.17º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85CDCC is Cyan = 0.35, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 205 | 204 | - |
| CMYK | 0.35 | 0 | 0.00 | 0.20 |
| HSL | 179.17º | 0.42% | 0.66% | - |
| HSV(B) | 179.17º | 0.35% | 0.8% | - |
| XYZ | 42.4 | 53.01 | 65.12 | - |
| YUV | 183.36 | 139.65 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 205 | 204 | 0.35 | 0 | 0.00 | 0.20 | 179.17 | 0.42 | 0.66 |
| Hex | 85 | CD | CC | 23 | 0 | 0 | 14 | B3 | 2A | 42 |
| Octal | 205 | 315 | 314 | 43 | 0 | 0 | 24 | 263 | 52 | 102 |
| Binary | 10000101 | 11001101 | 11001100 | 100011 | 0 | 0 | 10100 | 10110011 | 101010 | 1000010 |
Color Harmonies of #85CDCC
Complementary color
Monochromatic Colors of #85CDCC
Black with #85CDCC
Text Example
Text Example
White with #85CDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CDCC; }
p { color: rgb(133,205,204); }
H1.HeaderClassName
{
color: #85CDCC;
}
.AnyTagClassName
{
color: #85CDCC;
}
</style>
background-color css
<style>
a { background-color: #85CDCC; }
a { background-color: rgb(133,205,204); }
div.DivClassName
{
background-color: #85CDCC;
}
.BgClassName
{
background-color: #85CDCC;
}
</style>
border-color css
<style>
span { border-color: #85CDCC; }
span { border-color: rgb(133,205,204); }
td.TdClassName
{
border-color: #85CDCC;
}
.TagClassName
{
border-color: #85CDCC;
}
</style>