Shades of Riptide #83DBCC
Tints of Riptide #83DBCC
RGB
CMYK
RGB Variations
Color information
#83DBCC (or 0x83DBCC) is known color: Riptide. HEX triplet: 83, DB and CC. RGB value is (131,219,204). Sum of RGB (Red+Green+Blue) = 131+219+204=554 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.65% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 219 - color contains mainly: green. Hex color #83DBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DBCC is #7C2433. Grayscale: #BEBEBE. Windows color (decimal): -8135732 or 13425539. OLE color: 13425539.
HSL color Cylindrical-coordinate representation of color #83DBCC: hue angle of 169.77º 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 #83DBCC is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 219 | 204 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.14 |
| HSL | 169.77º | 0.55% | 0.69% | - |
| HSV(B) | 169.77º | 0.4% | 0.86% | - |
| XYZ | 45.59 | 59.85 | 66.28 | - |
| YUV | 190.98 | 135.35 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 219 | 204 | 0.40 | 0 | 0.07 | 0.14 | 169.77 | 0.55 | 0.69 |
| Hex | 83 | DB | CC | 28 | 0 | 7 | E | AA | 37 | 45 |
| Octal | 203 | 333 | 314 | 50 | 0 | 7 | 16 | 252 | 67 | 105 |
| Binary | 10000011 | 11011011 | 11001100 | 101000 | 0 | 111 | 1110 | 10101010 | 110111 | 1000101 |
Color Harmonies of #83DBCC
Complementary color
Monochromatic Colors of #83DBCC
Black with #83DBCC
Text Example
Text Example
White with #83DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DBCC; }
p { color: rgb(131,219,204); }
H1.HeaderClassName
{
color: #83DBCC;
}
.AnyTagClassName
{
color: #83DBCC;
}
</style>
background-color css
<style>
a { background-color: #83DBCC; }
a { background-color: rgb(131,219,204); }
div.DivClassName
{
background-color: #83DBCC;
}
.BgClassName
{
background-color: #83DBCC;
}
</style>
border-color css
<style>
span { border-color: #83DBCC; }
span { border-color: rgb(131,219,204); }
td.TdClassName
{
border-color: #83DBCC;
}
.TagClassName
{
border-color: #83DBCC;
}
</style>