Shades of Riptide #93DBCC
Tints of Riptide #93DBCC
RGB
CMYK
RGB Variations
Color information
#93DBCC (or 0x93DBCC) is known color: Riptide. HEX triplet: 93, DB and CC. RGB value is (147,219,204). Sum of RGB (Red+Green+Blue) = 147+219+204=570 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.79% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 219 - color contains mainly: green. Hex color #93DBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DBCC is #6C2433. Grayscale: #C3C3C3. Windows color (decimal): -7087156 or 13425555. OLE color: 13425555.
HSL color Cylindrical-coordinate representation of color #93DBCC: hue angle of 167.5º degrees, saturation: 0.5, 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 #93DBCC is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 219 | 204 | - |
| CMYK | 0.33 | 0 | 0.07 | 0.14 |
| HSL | 167.5º | 0.5% | 0.72% | - |
| HSV(B) | 167.5º | 0.33% | 0.86% | - |
| XYZ | 48.26 | 61.23 | 66.4 | - |
| YUV | 195.76 | 132.65 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 219 | 204 | 0.33 | 0 | 0.07 | 0.14 | 167.5 | 0.5 | 0.72 |
| Hex | 93 | DB | CC | 21 | 0 | 7 | E | A8 | 32 | 48 |
| Octal | 223 | 333 | 314 | 41 | 0 | 7 | 16 | 250 | 62 | 110 |
| Binary | 10010011 | 11011011 | 11001100 | 100001 | 0 | 111 | 1110 | 10101000 | 110010 | 1001000 |
Color Harmonies of #93DBCC
Complementary color
Monochromatic Colors of #93DBCC
Black with #93DBCC
Text Example
Text Example
White with #93DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DBCC; }
p { color: rgb(147,219,204); }
H1.HeaderClassName
{
color: #93DBCC;
}
.AnyTagClassName
{
color: #93DBCC;
}
</style>
background-color css
<style>
a { background-color: #93DBCC; }
a { background-color: rgb(147,219,204); }
div.DivClassName
{
background-color: #93DBCC;
}
.BgClassName
{
background-color: #93DBCC;
}
</style>
border-color css
<style>
span { border-color: #93DBCC; }
span { border-color: rgb(147,219,204); }
td.TdClassName
{
border-color: #93DBCC;
}
.TagClassName
{
border-color: #93DBCC;
}
</style>