Shades of Riptide #8BDDCA
Tints of Riptide #8BDDCA
RGB
CMYK
RGB Variations
Color information
#8BDDCA (or 0x8BDDCA) is known color: Riptide. HEX triplet: 8B, DD and CA. RGB value is (139,221,202). Sum of RGB (Red+Green+Blue) = 139+221+202=562 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.73% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 221 - color contains mainly: green. Hex color #8BDDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDDCA is #742235. Grayscale: #C2C2C2. Windows color (decimal): -7610934 or 13294987. OLE color: 13294987.
HSL color Cylindrical-coordinate representation of color #8BDDCA: hue angle of 166.1º 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 #8BDDCA is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 221 | 202 | - |
| CMYK | 0.37 | 0 | 0.09 | 0.13 |
| HSL | 166.1º | 0.55% | 0.71% | - |
| HSV(B) | 166.1º | 0.37% | 0.87% | - |
| XYZ | 47.16 | 61.47 | 65.26 | - |
| YUV | 194.32 | 132.33 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 221 | 202 | 0.37 | 0 | 0.09 | 0.13 | 166.1 | 0.55 | 0.71 |
| Hex | 8B | DD | CA | 25 | 0 | 9 | D | A6 | 37 | 47 |
| Octal | 213 | 335 | 312 | 45 | 0 | 11 | 15 | 246 | 67 | 107 |
| Binary | 10001011 | 11011101 | 11001010 | 100101 | 0 | 1001 | 1101 | 10100110 | 110111 | 1000111 |
Color Harmonies of #8BDDCA
Complementary color
Monochromatic Colors of #8BDDCA
Black with #8BDDCA
Text Example
Text Example
White with #8BDDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDDCA; }
p { color: rgb(139,221,202); }
H1.HeaderClassName
{
color: #8BDDCA;
}
.AnyTagClassName
{
color: #8BDDCA;
}
</style>
background-color css
<style>
a { background-color: #8BDDCA; }
a { background-color: rgb(139,221,202); }
div.DivClassName
{
background-color: #8BDDCA;
}
.BgClassName
{
background-color: #8BDDCA;
}
</style>
border-color css
<style>
span { border-color: #8BDDCA; }
span { border-color: rgb(139,221,202); }
td.TdClassName
{
border-color: #8BDDCA;
}
.TagClassName
{
border-color: #8BDDCA;
}
</style>