Shades of Riptide #85DBD3
Tints of Riptide #85DBD3
RGB
CMYK
RGB Variations
Color information
#85DBD3 (or 0x85DBD3) is known color: Riptide. HEX triplet: 85, DB and D3. RGB value is (133,219,211). Sum of RGB (Red+Green+Blue) = 133+219+211=563 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.62% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 211 (82.81% from 255 or 37.48% from 563); Max value from RGB is 219 - color contains mainly: green. Hex color #85DBD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DBD3 is #7A242C. Grayscale: #C0C0C0. Windows color (decimal): -8004653 or 13884293. OLE color: 13884293.
HSL color Cylindrical-coordinate representation of color #85DBD3: hue angle of 174.42º 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 #85DBD3 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 219 | 211 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.14 |
| HSL | 174.42º | 0.54% | 0.69% | - |
| HSV(B) | 174.42º | 0.39% | 0.86% | - |
| XYZ | 46.76 | 60.35 | 70.81 | - |
| YUV | 192.37 | 138.51 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 219 | 211 | 0.39 | 0 | 0.04 | 0.14 | 174.42 | 0.54 | 0.69 |
| Hex | 85 | DB | D3 | 27 | 0 | 4 | E | AE | 36 | 45 |
| Octal | 205 | 333 | 323 | 47 | 0 | 4 | 16 | 256 | 66 | 105 |
| Binary | 10000101 | 11011011 | 11010011 | 100111 | 0 | 100 | 1110 | 10101110 | 110110 | 1000101 |
Color Harmonies of #85DBD3
Complementary color
Monochromatic Colors of #85DBD3
Black with #85DBD3
Text Example
Text Example
White with #85DBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DBD3; }
p { color: rgb(133,219,211); }
H1.HeaderClassName
{
color: #85DBD3;
}
.AnyTagClassName
{
color: #85DBD3;
}
</style>
background-color css
<style>
a { background-color: #85DBD3; }
a { background-color: rgb(133,219,211); }
div.DivClassName
{
background-color: #85DBD3;
}
.BgClassName
{
background-color: #85DBD3;
}
</style>
border-color css
<style>
span { border-color: #85DBD3; }
span { border-color: rgb(133,219,211); }
td.TdClassName
{
border-color: #85DBD3;
}
.TagClassName
{
border-color: #85DBD3;
}
</style>