Shades of Riptide #8BDCD9
Tints of Riptide #8BDCD9
RGB
CMYK
RGB Variations
Color information
#8BDCD9 (or 0x8BDCD9) is known color: Riptide. HEX triplet: 8B, DC and D9. RGB value is (139,220,217). Sum of RGB (Red+Green+Blue) = 139+220+217=576 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.13% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 217 (85.16% from 255 or 37.67% from 576); Max value from RGB is 220 - color contains mainly: green. Hex color #8BDCD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDCD9 is #742326. Grayscale: #C3C3C3. Windows color (decimal): -7611175 or 14277771. OLE color: 14277771.
HSL color Cylindrical-coordinate representation of color #8BDCD9: hue angle of 177.78º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BDCD9 is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 220 | 217 | - |
| CMYK | 0.37 | 0 | 0.01 | 0.14 |
| HSL | 177.78º | 0.54% | 0.7% | - |
| HSV(B) | 177.78º | 0.37% | 0.86% | - |
| XYZ | 48.77 | 61.69 | 74.98 | - |
| YUV | 195.44 | 140.16 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 220 | 217 | 0.37 | 0 | 0.01 | 0.14 | 177.78 | 0.54 | 0.7 |
| Hex | 8B | DC | D9 | 25 | 0 | 1 | E | B2 | 36 | 46 |
| Octal | 213 | 334 | 331 | 45 | 0 | 1 | 16 | 262 | 66 | 106 |
| Binary | 10001011 | 11011100 | 11011001 | 100101 | 0 | 1 | 1110 | 10110010 | 110110 | 1000110 |
Color Harmonies of #8BDCD9
Complementary color
Monochromatic Colors of #8BDCD9
Black with #8BDCD9
Text Example
Text Example
White with #8BDCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDCD9; }
p { color: rgb(139,220,217); }
H1.HeaderClassName
{
color: #8BDCD9;
}
.AnyTagClassName
{
color: #8BDCD9;
}
</style>
background-color css
<style>
a { background-color: #8BDCD9; }
a { background-color: rgb(139,220,217); }
div.DivClassName
{
background-color: #8BDCD9;
}
.BgClassName
{
background-color: #8BDCD9;
}
</style>
border-color css
<style>
span { border-color: #8BDCD9; }
span { border-color: rgb(139,220,217); }
td.TdClassName
{
border-color: #8BDCD9;
}
.TagClassName
{
border-color: #8BDCD9;
}
</style>