Shades of Riptide #85DBCC
Tints of Riptide #85DBCC
RGB
CMYK
RGB Variations
Color information
#85DBCC (or 0x85DBCC) is known color: Riptide. HEX triplet: 85, DB and CC. RGB value is (133,219,204). Sum of RGB (Red+Green+Blue) = 133+219+204=556 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.92% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 219 - color contains mainly: green. Hex color #85DBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DBCC is #7A2433. Grayscale: #BFBFBF. Windows color (decimal): -8004660 or 13425541. OLE color: 13425541.
HSL color Cylindrical-coordinate representation of color #85DBCC: hue angle of 169.53º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85DBCC is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 219 | 204 | - |
| CMYK | 0.39 | 0 | 0.07 | 0.14 |
| HSL | 169.53º | 0.54% | 0.69% | - |
| HSV(B) | 169.53º | 0.39% | 0.86% | - |
| XYZ | 45.9 | 60.01 | 66.29 | - |
| YUV | 191.58 | 135.01 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 219 | 204 | 0.39 | 0 | 0.07 | 0.14 | 169.53 | 0.54 | 0.69 |
| Hex | 85 | DB | CC | 27 | 0 | 7 | E | AA | 36 | 45 |
| Octal | 205 | 333 | 314 | 47 | 0 | 7 | 16 | 252 | 66 | 105 |
| Binary | 10000101 | 11011011 | 11001100 | 100111 | 0 | 111 | 1110 | 10101010 | 110110 | 1000101 |
Color Harmonies of #85DBCC
Complementary color
Monochromatic Colors of #85DBCC
Black with #85DBCC
Text Example
Text Example
White with #85DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DBCC; }
p { color: rgb(133,219,204); }
H1.HeaderClassName
{
color: #85DBCC;
}
.AnyTagClassName
{
color: #85DBCC;
}
</style>
background-color css
<style>
a { background-color: #85DBCC; }
a { background-color: rgb(133,219,204); }
div.DivClassName
{
background-color: #85DBCC;
}
.BgClassName
{
background-color: #85DBCC;
}
</style>
border-color css
<style>
span { border-color: #85DBCC; }
span { border-color: rgb(133,219,204); }
td.TdClassName
{
border-color: #85DBCC;
}
.TagClassName
{
border-color: #85DBCC;
}
</style>