Shades of Riptide #8BDDCC
Tints of Riptide #8BDDCC
RGB
CMYK
RGB Variations
Color information
#8BDDCC (or 0x8BDDCC) is known color: Riptide. HEX triplet: 8B, DD and CC. RGB value is (139,221,204). Sum of RGB (Red+Green+Blue) = 139+221+204=564 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.65% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 221 - color contains mainly: green. Hex color #8BDDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDDCC is #742233. Grayscale: #C2C2C2. Windows color (decimal): -7610932 or 13426059. OLE color: 13426059.
HSL color Cylindrical-coordinate representation of color #8BDDCC: hue angle of 167.56º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BDDCC is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 221 | 204 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.13 |
| HSL | 167.56º | 0.55% | 0.71% | - |
| HSV(B) | 167.56º | 0.37% | 0.87% | - |
| XYZ | 47.4 | 61.56 | 66.51 | - |
| YUV | 194.54 | 133.33 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 221 | 204 | 0.37 | 0 | 0.08 | 0.13 | 167.56 | 0.55 | 0.71 |
| Hex | 8B | DD | CC | 25 | 0 | 8 | D | A8 | 37 | 47 |
| Octal | 213 | 335 | 314 | 45 | 0 | 10 | 15 | 250 | 67 | 107 |
| Binary | 10001011 | 11011101 | 11001100 | 100101 | 0 | 1000 | 1101 | 10101000 | 110111 | 1000111 |
Color Harmonies of #8BDDCC
Complementary color
Monochromatic Colors of #8BDDCC
Black with #8BDDCC
Text Example
Text Example
White with #8BDDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDDCC; }
p { color: rgb(139,221,204); }
H1.HeaderClassName
{
color: #8BDDCC;
}
.AnyTagClassName
{
color: #8BDDCC;
}
</style>
background-color css
<style>
a { background-color: #8BDDCC; }
a { background-color: rgb(139,221,204); }
div.DivClassName
{
background-color: #8BDDCC;
}
.BgClassName
{
background-color: #8BDDCC;
}
</style>
border-color css
<style>
span { border-color: #8BDDCC; }
span { border-color: rgb(139,221,204); }
td.TdClassName
{
border-color: #8BDDCC;
}
.TagClassName
{
border-color: #8BDDCC;
}
</style>