Shades of Riptide #93DCCE
Tints of Riptide #93DCCE
RGB
CMYK
RGB Variations
Color information
#93DCCE (or 0x93DCCE) is known color: Riptide. HEX triplet: 93, DC and CE. RGB value is (147,220,206). Sum of RGB (Red+Green+Blue) = 147+220+206=573 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.65% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 220 - color contains mainly: green. Hex color #93DCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DCCE is #6C2331. Grayscale: #C4C4C4. Windows color (decimal): -7086898 or 13556883. OLE color: 13556883.
HSL color Cylindrical-coordinate representation of color #93DCCE: hue angle of 168.49º 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 #93DCCE is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 220 | 206 | - |
| CMYK | 0.33 | 0 | 0.06 | 0.14 |
| HSL | 168.49º | 0.51% | 0.72% | - |
| HSV(B) | 168.49º | 0.33% | 0.86% | - |
| XYZ | 48.77 | 61.85 | 67.76 | - |
| YUV | 196.58 | 133.32 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 220 | 206 | 0.33 | 0 | 0.06 | 0.14 | 168.49 | 0.51 | 0.72 |
| Hex | 93 | DC | CE | 21 | 0 | 6 | E | A8 | 33 | 48 |
| Octal | 223 | 334 | 316 | 41 | 0 | 6 | 16 | 250 | 63 | 110 |
| Binary | 10010011 | 11011100 | 11001110 | 100001 | 0 | 110 | 1110 | 10101000 | 110011 | 1001000 |
Color Harmonies of #93DCCE
Complementary color
Monochromatic Colors of #93DCCE
Black with #93DCCE
Text Example
Text Example
White with #93DCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DCCE; }
p { color: rgb(147,220,206); }
H1.HeaderClassName
{
color: #93DCCE;
}
.AnyTagClassName
{
color: #93DCCE;
}
</style>
background-color css
<style>
a { background-color: #93DCCE; }
a { background-color: rgb(147,220,206); }
div.DivClassName
{
background-color: #93DCCE;
}
.BgClassName
{
background-color: #93DCCE;
}
</style>
border-color css
<style>
span { border-color: #93DCCE; }
span { border-color: rgb(147,220,206); }
td.TdClassName
{
border-color: #93DCCE;
}
.TagClassName
{
border-color: #93DCCE;
}
</style>