Shades of Riptide #8BD6CA
Tints of Riptide #8BD6CA
RGB
CMYK
RGB Variations
Color information
#8BD6CA (or 0x8BD6CA) is known color: Riptide. HEX triplet: 8B, D6 and CA. RGB value is (139,214,202). Sum of RGB (Red+Green+Blue) = 139+214+202=555 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.05% from 555); Green value is 214 (83.98% from 255 or 38.56% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 214 - color contains mainly: green. Hex color #8BD6CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BD6CA is #742935. Grayscale: #BEBEBE. Windows color (decimal): -7612726 or 13293195. OLE color: 13293195.
HSL color Cylindrical-coordinate representation of color #8BD6CA: hue angle of 170.4º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BD6CA is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 214 | 202 | - |
| CMYK | 0.35 | 0 | 0.06 | 0.16 |
| HSL | 170.4º | 0.48% | 0.69% | - |
| HSV(B) | 170.4º | 0.35% | 0.84% | - |
| XYZ | 45.35 | 57.85 | 64.65 | - |
| YUV | 190.21 | 134.65 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 214 | 202 | 0.35 | 0 | 0.06 | 0.16 | 170.4 | 0.48 | 0.69 |
| Hex | 8B | D6 | CA | 23 | 0 | 6 | 10 | AA | 30 | 45 |
| Octal | 213 | 326 | 312 | 43 | 0 | 6 | 20 | 252 | 60 | 105 |
| Binary | 10001011 | 11010110 | 11001010 | 100011 | 0 | 110 | 10000 | 10101010 | 110000 | 1000101 |
Color Harmonies of #8BD6CA
Complementary color
Monochromatic Colors of #8BD6CA
Black with #8BD6CA
Text Example
Text Example
White with #8BD6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD6CA; }
p { color: rgb(139,214,202); }
H1.HeaderClassName
{
color: #8BD6CA;
}
.AnyTagClassName
{
color: #8BD6CA;
}
</style>
background-color css
<style>
a { background-color: #8BD6CA; }
a { background-color: rgb(139,214,202); }
div.DivClassName
{
background-color: #8BD6CA;
}
.BgClassName
{
background-color: #8BD6CA;
}
</style>
border-color css
<style>
span { border-color: #8BD6CA; }
span { border-color: rgb(139,214,202); }
td.TdClassName
{
border-color: #8BD6CA;
}
.TagClassName
{
border-color: #8BD6CA;
}
</style>