Shades of Riptide #93DCCD
Tints of Riptide #93DCCD
RGB
CMYK
RGB Variations
Color information
#93DCCD (or 0x93DCCD) is known color: Riptide. HEX triplet: 93, DC and CD. RGB value is (147,220,205). Sum of RGB (Red+Green+Blue) = 147+220+205=572 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.70% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 220 - color contains mainly: green. Hex color #93DCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DCCD is #6C2332. Grayscale: #C4C4C4. Windows color (decimal): -7086899 or 13491347. OLE color: 13491347.
HSL color Cylindrical-coordinate representation of color #93DCCD: hue angle of 167.67º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DCCD is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 220 | 205 | - |
| CMYK | 0.33 | 0 | 0.07 | 0.14 |
| HSL | 167.67º | 0.51% | 0.72% | - |
| HSV(B) | 167.67º | 0.33% | 0.86% | - |
| XYZ | 48.65 | 61.8 | 67.12 | - |
| YUV | 196.46 | 132.82 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 220 | 205 | 0.33 | 0 | 0.07 | 0.14 | 167.67 | 0.51 | 0.72 |
| Hex | 93 | DC | CD | 21 | 0 | 7 | E | A8 | 33 | 48 |
| Octal | 223 | 334 | 315 | 41 | 0 | 7 | 16 | 250 | 63 | 110 |
| Binary | 10010011 | 11011100 | 11001101 | 100001 | 0 | 111 | 1110 | 10101000 | 110011 | 1001000 |
Color Harmonies of #93DCCD
Complementary color
Monochromatic Colors of #93DCCD
Black with #93DCCD
Text Example
Text Example
White with #93DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DCCD; }
p { color: rgb(147,220,205); }
H1.HeaderClassName
{
color: #93DCCD;
}
.AnyTagClassName
{
color: #93DCCD;
}
</style>
background-color css
<style>
a { background-color: #93DCCD; }
a { background-color: rgb(147,220,205); }
div.DivClassName
{
background-color: #93DCCD;
}
.BgClassName
{
background-color: #93DCCD;
}
</style>
border-color css
<style>
span { border-color: #93DCCD; }
span { border-color: rgb(147,220,205); }
td.TdClassName
{
border-color: #93DCCD;
}
.TagClassName
{
border-color: #93DCCD;
}
</style>