Shades of Riptide #93DBD4
Tints of Riptide #93DBD4
RGB
CMYK
RGB Variations
Color information
#93DBD4 (or 0x93DBD4) is known color: Riptide. HEX triplet: 93, DB and D4. RGB value is (147,219,212). Sum of RGB (Red+Green+Blue) = 147+219+212=578 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.43% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 212 (83.20% from 255 or 36.68% from 578); Max value from RGB is 219 - color contains mainly: green. Hex color #93DBD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DBD4 is #6C242B. Grayscale: #C4C4C4. Windows color (decimal): -7087148 or 13949843. OLE color: 13949843.
HSL color Cylindrical-coordinate representation of color #93DBD4: hue angle of 174.17º 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 #93DBD4 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 219 | 212 | - |
| CMYK | 0.33 | 0 | 0.03 | 0.14 |
| HSL | 174.17º | 0.5% | 0.72% | - |
| HSV(B) | 174.17º | 0.33% | 0.86% | - |
| XYZ | 49.25 | 61.62 | 71.59 | - |
| YUV | 196.67 | 136.65 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 219 | 212 | 0.33 | 0 | 0.03 | 0.14 | 174.17 | 0.5 | 0.72 |
| Hex | 93 | DB | D4 | 21 | 0 | 3 | E | AE | 32 | 48 |
| Octal | 223 | 333 | 324 | 41 | 0 | 3 | 16 | 256 | 62 | 110 |
| Binary | 10010011 | 11011011 | 11010100 | 100001 | 0 | 11 | 1110 | 10101110 | 110010 | 1001000 |
Color Harmonies of #93DBD4
Complementary color
Monochromatic Colors of #93DBD4
Black with #93DBD4
Text Example
Text Example
White with #93DBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DBD4; }
p { color: rgb(147,219,212); }
H1.HeaderClassName
{
color: #93DBD4;
}
.AnyTagClassName
{
color: #93DBD4;
}
</style>
background-color css
<style>
a { background-color: #93DBD4; }
a { background-color: rgb(147,219,212); }
div.DivClassName
{
background-color: #93DBD4;
}
.BgClassName
{
background-color: #93DBD4;
}
</style>
border-color css
<style>
span { border-color: #93DBD4; }
span { border-color: rgb(147,219,212); }
td.TdClassName
{
border-color: #93DBD4;
}
.TagClassName
{
border-color: #93DBD4;
}
</style>