Shades of Riptide #83DACC
Tints of Riptide #83DACC
RGB
CMYK
RGB Variations
Color information
#83DACC (or 0x83DACC) is known color: Riptide. HEX triplet: 83, DA and CC. RGB value is (131,218,204). Sum of RGB (Red+Green+Blue) = 131+218+204=553 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.69% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 218 - color contains mainly: green. Hex color #83DACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DACC is #7C2533. Grayscale: #BEBEBE. Windows color (decimal): -8135988 or 13425283. OLE color: 13425283.
HSL color Cylindrical-coordinate representation of color #83DACC: hue angle of 170.34º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83DACC is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 218 | 204 | - |
| CMYK | 0.40 | 0 | 0.06 | 0.15 |
| HSL | 170.34º | 0.54% | 0.68% | - |
| HSV(B) | 170.34º | 0.4% | 0.85% | - |
| XYZ | 45.33 | 59.33 | 66.19 | - |
| YUV | 190.39 | 135.68 | 85.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 218 | 204 | 0.40 | 0 | 0.06 | 0.15 | 170.34 | 0.54 | 0.68 |
| Hex | 83 | DA | CC | 28 | 0 | 6 | F | AA | 36 | 44 |
| Octal | 203 | 332 | 314 | 50 | 0 | 6 | 17 | 252 | 66 | 104 |
| Binary | 10000011 | 11011010 | 11001100 | 101000 | 0 | 110 | 1111 | 10101010 | 110110 | 1000100 |
Color Harmonies of #83DACC
Complementary color
Monochromatic Colors of #83DACC
Black with #83DACC
Text Example
Text Example
White with #83DACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DACC; }
p { color: rgb(131,218,204); }
H1.HeaderClassName
{
color: #83DACC;
}
.AnyTagClassName
{
color: #83DACC;
}
</style>
background-color css
<style>
a { background-color: #83DACC; }
a { background-color: rgb(131,218,204); }
div.DivClassName
{
background-color: #83DACC;
}
.BgClassName
{
background-color: #83DACC;
}
</style>
border-color css
<style>
span { border-color: #83DACC; }
span { border-color: rgb(131,218,204); }
td.TdClassName
{
border-color: #83DACC;
}
.TagClassName
{
border-color: #83DACC;
}
</style>