Shades of Riptide #83DCCF
Tints of Riptide #83DCCF
RGB
CMYK
RGB Variations
Color information
#83DCCF (or 0x83DCCF) is known color: Riptide. HEX triplet: 83, DC and CF. RGB value is (131,220,207). Sum of RGB (Red+Green+Blue) = 131+220+207=558 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.48% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 220 - color contains mainly: green. Hex color #83DCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DCCF is #7C2330. Grayscale: #BFBFBF. Windows color (decimal): -8135473 or 13622403. OLE color: 13622403.
HSL color Cylindrical-coordinate representation of color #83DCCF: hue angle of 171.24º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83DCCF is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 220 | 207 | - |
| CMYK | 0.40 | 0 | 0.06 | 0.14 |
| HSL | 171.24º | 0.56% | 0.69% | - |
| HSV(B) | 171.24º | 0.4% | 0.86% | - |
| XYZ | 46.22 | 60.52 | 68.28 | - |
| YUV | 191.91 | 136.51 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 220 | 207 | 0.40 | 0 | 0.06 | 0.14 | 171.24 | 0.56 | 0.69 |
| Hex | 83 | DC | CF | 28 | 0 | 6 | E | AB | 38 | 45 |
| Octal | 203 | 334 | 317 | 50 | 0 | 6 | 16 | 253 | 70 | 105 |
| Binary | 10000011 | 11011100 | 11001111 | 101000 | 0 | 110 | 1110 | 10101011 | 111000 | 1000101 |
Color Harmonies of #83DCCF
Complementary color
Monochromatic Colors of #83DCCF
Black with #83DCCF
Text Example
Text Example
White with #83DCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DCCF; }
p { color: rgb(131,220,207); }
H1.HeaderClassName
{
color: #83DCCF;
}
.AnyTagClassName
{
color: #83DCCF;
}
</style>
background-color css
<style>
a { background-color: #83DCCF; }
a { background-color: rgb(131,220,207); }
div.DivClassName
{
background-color: #83DCCF;
}
.BgClassName
{
background-color: #83DCCF;
}
</style>
border-color css
<style>
span { border-color: #83DCCF; }
span { border-color: rgb(131,220,207); }
td.TdClassName
{
border-color: #83DCCF;
}
.TagClassName
{
border-color: #83DCCF;
}
</style>