Shades of Riptide #85CECC
Tints of Riptide #85CECC
RGB
CMYK
RGB Variations
Color information
#85CECC (or 0x85CECC) is known color: Riptide. HEX triplet: 85, CE and CC. RGB value is (133,206,204). Sum of RGB (Red+Green+Blue) = 133+206+204=543 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.49% from 543); Green value is 206 (80.86% from 255 or 37.94% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 206 - color contains mainly: green. Hex color #85CECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CECC is #7A3133. Grayscale: #B7B7B7. Windows color (decimal): -8007988 or 13422213. OLE color: 13422213.
HSL color Cylindrical-coordinate representation of color #85CECC: hue angle of 178.36º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85CECC is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 206 | 204 | - |
| CMYK | 0.35 | 0 | 0.01 | 0.19 |
| HSL | 178.36º | 0.43% | 0.66% | - |
| HSV(B) | 178.36º | 0.35% | 0.81% | - |
| XYZ | 42.64 | 53.49 | 65.2 | - |
| YUV | 183.95 | 139.32 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 206 | 204 | 0.35 | 0 | 0.01 | 0.19 | 178.36 | 0.43 | 0.66 |
| Hex | 85 | CE | CC | 23 | 0 | 1 | 13 | B2 | 2B | 42 |
| Octal | 205 | 316 | 314 | 43 | 0 | 1 | 23 | 262 | 53 | 102 |
| Binary | 10000101 | 11001110 | 11001100 | 100011 | 0 | 1 | 10011 | 10110010 | 101011 | 1000010 |
Color Harmonies of #85CECC
Complementary color
Monochromatic Colors of #85CECC
Black with #85CECC
Text Example
Text Example
White with #85CECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CECC; }
p { color: rgb(133,206,204); }
H1.HeaderClassName
{
color: #85CECC;
}
.AnyTagClassName
{
color: #85CECC;
}
</style>
background-color css
<style>
a { background-color: #85CECC; }
a { background-color: rgb(133,206,204); }
div.DivClassName
{
background-color: #85CECC;
}
.BgClassName
{
background-color: #85CECC;
}
</style>
border-color css
<style>
span { border-color: #85CECC; }
span { border-color: rgb(133,206,204); }
td.TdClassName
{
border-color: #85CECC;
}
.TagClassName
{
border-color: #85CECC;
}
</style>