Shades of Riptide #93CDC8
Tints of Riptide #93CDC8
RGB
CMYK
RGB Variations
Color information
#93CDC8 (or 0x93CDC8) is known color: Riptide. HEX triplet: 93, CD and C8. RGB value is (147,205,200). Sum of RGB (Red+Green+Blue) = 147+205+200=552 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.63% from 552); Green value is 205 (80.47% from 255 or 37.14% from 552); Blue value is 200 (78.52% from 255 or 36.23% from 552); Max value from RGB is 205 - color contains mainly: green. Hex color #93CDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CDC8 is #6C3237. Grayscale: #BBBBBB. Windows color (decimal): -7090744 or 13159827. OLE color: 13159827.
HSL color Cylindrical-coordinate representation of color #93CDC8: hue angle of 174.83º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93CDC8 is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 205 | 200 | - |
| CMYK | 0.28 | 0 | 0.02 | 0.20 |
| HSL | 174.83º | 0.37% | 0.69% | - |
| HSV(B) | 174.83º | 0.28% | 0.8% | - |
| XYZ | 44.29 | 54.04 | 62.74 | - |
| YUV | 187.09 | 135.28 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 205 | 200 | 0.28 | 0 | 0.02 | 0.20 | 174.83 | 0.37 | 0.69 |
| Hex | 93 | CD | C8 | 1C | 0 | 2 | 14 | AF | 25 | 45 |
| Octal | 223 | 315 | 310 | 34 | 0 | 2 | 24 | 257 | 45 | 105 |
| Binary | 10010011 | 11001101 | 11001000 | 11100 | 0 | 10 | 10100 | 10101111 | 100101 | 1000101 |
Color Harmonies of #93CDC8
Complementary color
Monochromatic Colors of #93CDC8
Black with #93CDC8
Text Example
Text Example
White with #93CDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CDC8; }
p { color: rgb(147,205,200); }
H1.HeaderClassName
{
color: #93CDC8;
}
.AnyTagClassName
{
color: #93CDC8;
}
</style>
background-color css
<style>
a { background-color: #93CDC8; }
a { background-color: rgb(147,205,200); }
div.DivClassName
{
background-color: #93CDC8;
}
.BgClassName
{
background-color: #93CDC8;
}
</style>
border-color css
<style>
span { border-color: #93CDC8; }
span { border-color: rgb(147,205,200); }
td.TdClassName
{
border-color: #93CDC8;
}
.TagClassName
{
border-color: #93CDC8;
}
</style>