Shades of Riptide #83DBCF
Tints of Riptide #83DBCF
RGB
CMYK
RGB Variations
Color information
#83DBCF (or 0x83DBCF) is known color: Riptide. HEX triplet: 83, DB and CF. RGB value is (131,219,207). Sum of RGB (Red+Green+Blue) = 131+219+207=557 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.52% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 219 - color contains mainly: green. Hex color #83DBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DBCF is #7C2430. Grayscale: #BFBFBF. Windows color (decimal): -8135729 or 13622147. OLE color: 13622147.
HSL color Cylindrical-coordinate representation of color #83DBCF: hue angle of 171.82º degrees, saturation: 0.55, 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 #83DBCF is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 219 | 207 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.14 |
| HSL | 171.82º | 0.55% | 0.69% | - |
| HSV(B) | 171.82º | 0.4% | 0.86% | - |
| XYZ | 45.95 | 59.99 | 68.19 | - |
| YUV | 191.32 | 136.85 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 219 | 207 | 0.40 | 0 | 0.05 | 0.14 | 171.82 | 0.55 | 0.69 |
| Hex | 83 | DB | CF | 28 | 0 | 5 | E | AC | 37 | 45 |
| Octal | 203 | 333 | 317 | 50 | 0 | 5 | 16 | 254 | 67 | 105 |
| Binary | 10000011 | 11011011 | 11001111 | 101000 | 0 | 101 | 1110 | 10101100 | 110111 | 1000101 |
Color Harmonies of #83DBCF
Complementary color
Monochromatic Colors of #83DBCF
Black with #83DBCF
Text Example
Text Example
White with #83DBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DBCF; }
p { color: rgb(131,219,207); }
H1.HeaderClassName
{
color: #83DBCF;
}
.AnyTagClassName
{
color: #83DBCF;
}
</style>
background-color css
<style>
a { background-color: #83DBCF; }
a { background-color: rgb(131,219,207); }
div.DivClassName
{
background-color: #83DBCF;
}
.BgClassName
{
background-color: #83DBCF;
}
</style>
border-color css
<style>
span { border-color: #83DBCF; }
span { border-color: rgb(131,219,207); }
td.TdClassName
{
border-color: #83DBCF;
}
.TagClassName
{
border-color: #83DBCF;
}
</style>