Shades of Riptide #83DCC8
Tints of Riptide #83DCC8
RGB
CMYK
RGB Variations
Color information
#83DCC8 (or 0x83DCC8) is known color: Riptide. HEX triplet: 83, DC and C8. RGB value is (131,220,200). Sum of RGB (Red+Green+Blue) = 131+220+200=551 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.77% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 200 (78.52% from 255 or 36.30% from 551); Max value from RGB is 220 - color contains mainly: green. Hex color #83DCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DCC8 is #7C2337. Grayscale: #BFBFBF. Windows color (decimal): -8135480 or 13163651. OLE color: 13163651.
HSL color Cylindrical-coordinate representation of color #83DCC8: hue angle of 166.52º 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 #83DCC8 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 220 | 200 | - |
| CMYK | 0.40 | 0 | 0.09 | 0.14 |
| HSL | 166.52º | 0.56% | 0.69% | - |
| HSV(B) | 166.52º | 0.4% | 0.86% | - |
| XYZ | 45.38 | 60.18 | 63.87 | - |
| YUV | 191.11 | 133.01 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 220 | 200 | 0.40 | 0 | 0.09 | 0.14 | 166.52 | 0.56 | 0.69 |
| Hex | 83 | DC | C8 | 28 | 0 | 9 | E | A7 | 38 | 45 |
| Octal | 203 | 334 | 310 | 50 | 0 | 11 | 16 | 247 | 70 | 105 |
| Binary | 10000011 | 11011100 | 11001000 | 101000 | 0 | 1001 | 1110 | 10100111 | 111000 | 1000101 |
Color Harmonies of #83DCC8
Complementary color
Monochromatic Colors of #83DCC8
Black with #83DCC8
Text Example
Text Example
White with #83DCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DCC8; }
p { color: rgb(131,220,200); }
H1.HeaderClassName
{
color: #83DCC8;
}
.AnyTagClassName
{
color: #83DCC8;
}
</style>
background-color css
<style>
a { background-color: #83DCC8; }
a { background-color: rgb(131,220,200); }
div.DivClassName
{
background-color: #83DCC8;
}
.BgClassName
{
background-color: #83DCC8;
}
</style>
border-color css
<style>
span { border-color: #83DCC8; }
span { border-color: rgb(131,220,200); }
td.TdClassName
{
border-color: #83DCC8;
}
.TagClassName
{
border-color: #83DCC8;
}
</style>