Shades of Riptide #8BD9CA
Tints of Riptide #8BD9CA
RGB
CMYK
RGB Variations
Color information
#8BD9CA (or 0x8BD9CA) is known color: Riptide. HEX triplet: 8B, D9 and CA. RGB value is (139,217,202). Sum of RGB (Red+Green+Blue) = 139+217+202=558 (73% of max value = 765). Red value is 139 (54.69% from 255 or 24.91% from 558); Green value is 217 (85.16% from 255 or 38.89% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 217 - color contains mainly: green. Hex color #8BD9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BD9CA is #742635. Grayscale: #BFBFBF. Windows color (decimal): -7611958 or 13293963. OLE color: 13293963.
HSL color Cylindrical-coordinate representation of color #8BD9CA: hue angle of 168.46º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BD9CA is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 217 | 202 | - |
| CMYK | 0.36 | 0 | 0.07 | 0.15 |
| HSL | 168.46º | 0.51% | 0.7% | - |
| HSV(B) | 168.46º | 0.36% | 0.85% | - |
| XYZ | 46.12 | 59.38 | 64.91 | - |
| YUV | 191.97 | 133.66 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 217 | 202 | 0.36 | 0 | 0.07 | 0.15 | 168.46 | 0.51 | 0.7 |
| Hex | 8B | D9 | CA | 24 | 0 | 7 | F | A8 | 33 | 46 |
| Octal | 213 | 331 | 312 | 44 | 0 | 7 | 17 | 250 | 63 | 106 |
| Binary | 10001011 | 11011001 | 11001010 | 100100 | 0 | 111 | 1111 | 10101000 | 110011 | 1000110 |
Color Harmonies of #8BD9CA
Complementary color
Monochromatic Colors of #8BD9CA
Black with #8BD9CA
Text Example
Text Example
White with #8BD9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD9CA; }
p { color: rgb(139,217,202); }
H1.HeaderClassName
{
color: #8BD9CA;
}
.AnyTagClassName
{
color: #8BD9CA;
}
</style>
background-color css
<style>
a { background-color: #8BD9CA; }
a { background-color: rgb(139,217,202); }
div.DivClassName
{
background-color: #8BD9CA;
}
.BgClassName
{
background-color: #8BD9CA;
}
</style>
border-color css
<style>
span { border-color: #8BD9CA; }
span { border-color: rgb(139,217,202); }
td.TdClassName
{
border-color: #8BD9CA;
}
.TagClassName
{
border-color: #8BD9CA;
}
</style>