Shades of Riptide #83DBD4
Tints of Riptide #83DBD4
RGB
CMYK
RGB Variations
Color information
#83DBD4 (or 0x83DBD4) is known color: Riptide. HEX triplet: 83, DB and D4. RGB value is (131,219,212). Sum of RGB (Red+Green+Blue) = 131+219+212=562 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.31% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 212 (83.20% from 255 or 37.72% from 562); Max value from RGB is 219 - color contains mainly: green. Hex color #83DBD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DBD4 is #7C242B. Grayscale: #BFBFBF. Windows color (decimal): -8135724 or 13949827. OLE color: 13949827.
HSL color Cylindrical-coordinate representation of color #83DBD4: hue angle of 175.23º 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 #83DBD4 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 219 | 212 | - |
| CMYK | 0.40 | 0 | 0.03 | 0.14 |
| HSL | 175.23º | 0.55% | 0.69% | - |
| HSV(B) | 175.23º | 0.4% | 0.86% | - |
| XYZ | 46.58 | 60.24 | 71.46 | - |
| YUV | 191.89 | 139.35 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 219 | 212 | 0.40 | 0 | 0.03 | 0.14 | 175.23 | 0.55 | 0.69 |
| Hex | 83 | DB | D4 | 28 | 0 | 3 | E | AF | 37 | 45 |
| Octal | 203 | 333 | 324 | 50 | 0 | 3 | 16 | 257 | 67 | 105 |
| Binary | 10000011 | 11011011 | 11010100 | 101000 | 0 | 11 | 1110 | 10101111 | 110111 | 1000101 |
Color Harmonies of #83DBD4
Complementary color
Monochromatic Colors of #83DBD4
Black with #83DBD4
Text Example
Text Example
White with #83DBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DBD4; }
p { color: rgb(131,219,212); }
H1.HeaderClassName
{
color: #83DBD4;
}
.AnyTagClassName
{
color: #83DBD4;
}
</style>
background-color css
<style>
a { background-color: #83DBD4; }
a { background-color: rgb(131,219,212); }
div.DivClassName
{
background-color: #83DBD4;
}
.BgClassName
{
background-color: #83DBD4;
}
</style>
border-color css
<style>
span { border-color: #83DBD4; }
span { border-color: rgb(131,219,212); }
td.TdClassName
{
border-color: #83DBD4;
}
.TagClassName
{
border-color: #83DBD4;
}
</style>