Shades of Riptide #85DAC8
Tints of Riptide #85DAC8
RGB
CMYK
RGB Variations
Color information
#85DAC8 (or 0x85DAC8) is known color: Riptide. HEX triplet: 85, DA and C8. RGB value is (133,218,200). Sum of RGB (Red+Green+Blue) = 133+218+200=551 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.14% from 551); Green value is 218 (85.55% from 255 or 39.56% from 551); Blue value is 200 (78.52% from 255 or 36.30% from 551); Max value from RGB is 218 - color contains mainly: green. Hex color #85DAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DAC8 is #7A2537. Grayscale: #BEBEBE. Windows color (decimal): -8004920 or 13163141. OLE color: 13163141.
HSL color Cylindrical-coordinate representation of color #85DAC8: hue angle of 167.29º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85DAC8 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 218 | 200 | - |
| CMYK | 0.39 | 0 | 0.08 | 0.15 |
| HSL | 167.29º | 0.53% | 0.69% | - |
| HSV(B) | 167.29º | 0.39% | 0.85% | - |
| XYZ | 45.17 | 59.3 | 63.71 | - |
| YUV | 190.53 | 133.34 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 218 | 200 | 0.39 | 0 | 0.08 | 0.15 | 167.29 | 0.53 | 0.69 |
| Hex | 85 | DA | C8 | 27 | 0 | 8 | F | A7 | 35 | 45 |
| Octal | 205 | 332 | 310 | 47 | 0 | 10 | 17 | 247 | 65 | 105 |
| Binary | 10000101 | 11011010 | 11001000 | 100111 | 0 | 1000 | 1111 | 10100111 | 110101 | 1000101 |
Color Harmonies of #85DAC8
Complementary color
Monochromatic Colors of #85DAC8
Black with #85DAC8
Text Example
Text Example
White with #85DAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DAC8; }
p { color: rgb(133,218,200); }
H1.HeaderClassName
{
color: #85DAC8;
}
.AnyTagClassName
{
color: #85DAC8;
}
</style>
background-color css
<style>
a { background-color: #85DAC8; }
a { background-color: rgb(133,218,200); }
div.DivClassName
{
background-color: #85DAC8;
}
.BgClassName
{
background-color: #85DAC8;
}
</style>
border-color css
<style>
span { border-color: #85DAC8; }
span { border-color: rgb(133,218,200); }
td.TdClassName
{
border-color: #85DAC8;
}
.TagClassName
{
border-color: #85DAC8;
}
</style>