Shades of Riptide #8BDCC2
Tints of Riptide #8BDCC2
RGB
CMYK
RGB Variations
Color information
#8BDCC2 (or 0x8BDCC2) is known color: Riptide. HEX triplet: 8B, DC and C2. RGB value is (139,220,194). Sum of RGB (Red+Green+Blue) = 139+220+194=553 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.14% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 194 (76.17% from 255 or 35.08% from 553); Max value from RGB is 220 - color contains mainly: green. Hex color #8BDCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDCC2 is #74233D. Grayscale: #C0C0C0. Windows color (decimal): -7611198 or 12770443. OLE color: 12770443.
HSL color Cylindrical-coordinate representation of color #8BDCC2: hue angle of 160.74º 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 #8BDCC2 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 220 | 194 | - |
| CMYK | 0.37 | 0 | 0.12 | 0.14 |
| HSL | 160.74º | 0.54% | 0.7% | - |
| HSV(B) | 160.74º | 0.37% | 0.86% | - |
| XYZ | 45.98 | 60.57 | 60.31 | - |
| YUV | 192.82 | 128.66 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 220 | 194 | 0.37 | 0 | 0.12 | 0.14 | 160.74 | 0.54 | 0.7 |
| Hex | 8B | DC | C2 | 25 | 0 | C | E | A1 | 36 | 46 |
| Octal | 213 | 334 | 302 | 45 | 0 | 14 | 16 | 241 | 66 | 106 |
| Binary | 10001011 | 11011100 | 11000010 | 100101 | 0 | 1100 | 1110 | 10100001 | 110110 | 1000110 |
Color Harmonies of #8BDCC2
Complementary color
Monochromatic Colors of #8BDCC2
Black with #8BDCC2
Text Example
Text Example
White with #8BDCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDCC2; }
p { color: rgb(139,220,194); }
H1.HeaderClassName
{
color: #8BDCC2;
}
.AnyTagClassName
{
color: #8BDCC2;
}
</style>
background-color css
<style>
a { background-color: #8BDCC2; }
a { background-color: rgb(139,220,194); }
div.DivClassName
{
background-color: #8BDCC2;
}
.BgClassName
{
background-color: #8BDCC2;
}
</style>
border-color css
<style>
span { border-color: #8BDCC2; }
span { border-color: rgb(139,220,194); }
td.TdClassName
{
border-color: #8BDCC2;
}
.TagClassName
{
border-color: #8BDCC2;
}
</style>