Shades of Riptide #85CFCC
Tints of Riptide #85CFCC
RGB
CMYK
RGB Variations
Color information
#85CFCC (or 0x85CFCC) is known color: Riptide. HEX triplet: 85, CF and CC. RGB value is (133,207,204). Sum of RGB (Red+Green+Blue) = 133+207+204=544 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.45% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 207 - color contains mainly: green. Hex color #85CFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CFCC is #7A3033. Grayscale: #B8B8B8. Windows color (decimal): -8007732 or 13422469. OLE color: 13422469.
HSL color Cylindrical-coordinate representation of color #85CFCC: hue angle of 177.57º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85CFCC is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 207 | 204 | - |
| CMYK | 0.36 | 0 | 0.01 | 0.19 |
| HSL | 177.57º | 0.44% | 0.67% | - |
| HSV(B) | 177.57º | 0.36% | 0.81% | - |
| XYZ | 42.88 | 53.97 | 65.28 | - |
| YUV | 184.53 | 138.98 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 207 | 204 | 0.36 | 0 | 0.01 | 0.19 | 177.57 | 0.44 | 0.67 |
| Hex | 85 | CF | CC | 24 | 0 | 1 | 13 | B2 | 2C | 43 |
| Octal | 205 | 317 | 314 | 44 | 0 | 1 | 23 | 262 | 54 | 103 |
| Binary | 10000101 | 11001111 | 11001100 | 100100 | 0 | 1 | 10011 | 10110010 | 101100 | 1000011 |
Color Harmonies of #85CFCC
Complementary color
Monochromatic Colors of #85CFCC
Black with #85CFCC
Text Example
Text Example
White with #85CFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CFCC; }
p { color: rgb(133,207,204); }
H1.HeaderClassName
{
color: #85CFCC;
}
.AnyTagClassName
{
color: #85CFCC;
}
</style>
background-color css
<style>
a { background-color: #85CFCC; }
a { background-color: rgb(133,207,204); }
div.DivClassName
{
background-color: #85CFCC;
}
.BgClassName
{
background-color: #85CFCC;
}
</style>
border-color css
<style>
span { border-color: #85CFCC; }
span { border-color: rgb(133,207,204); }
td.TdClassName
{
border-color: #85CFCC;
}
.TagClassName
{
border-color: #85CFCC;
}
</style>