Shades of Riptide #8BDCCC
Tints of Riptide #8BDCCC
RGB
CMYK
RGB Variations
Color information
#8BDCCC (or 0x8BDCCC) is known color: Riptide. HEX triplet: 8B, DC and CC. RGB value is (139,220,204). Sum of RGB (Red+Green+Blue) = 139+220+204=563 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.69% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 220 - color contains mainly: green. Hex color #8BDCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDCCC is #742333. Grayscale: #C1C1C1. Windows color (decimal): -7611188 or 13425803. OLE color: 13425803.
HSL color Cylindrical-coordinate representation of color #8BDCCC: hue angle of 168.15º 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 #8BDCCC is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 220 | 204 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.14 |
| HSL | 168.15º | 0.54% | 0.7% | - |
| HSV(B) | 168.15º | 0.37% | 0.86% | - |
| XYZ | 47.14 | 61.04 | 66.42 | - |
| YUV | 193.96 | 133.66 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 220 | 204 | 0.37 | 0 | 0.07 | 0.14 | 168.15 | 0.54 | 0.7 |
| Hex | 8B | DC | CC | 25 | 0 | 7 | E | A8 | 36 | 46 |
| Octal | 213 | 334 | 314 | 45 | 0 | 7 | 16 | 250 | 66 | 106 |
| Binary | 10001011 | 11011100 | 11001100 | 100101 | 0 | 111 | 1110 | 10101000 | 110110 | 1000110 |
Color Harmonies of #8BDCCC
Complementary color
Monochromatic Colors of #8BDCCC
Black with #8BDCCC
Text Example
Text Example
White with #8BDCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDCCC; }
p { color: rgb(139,220,204); }
H1.HeaderClassName
{
color: #8BDCCC;
}
.AnyTagClassName
{
color: #8BDCCC;
}
</style>
background-color css
<style>
a { background-color: #8BDCCC; }
a { background-color: rgb(139,220,204); }
div.DivClassName
{
background-color: #8BDCCC;
}
.BgClassName
{
background-color: #8BDCCC;
}
</style>
border-color css
<style>
span { border-color: #8BDCCC; }
span { border-color: rgb(139,220,204); }
td.TdClassName
{
border-color: #8BDCCC;
}
.TagClassName
{
border-color: #8BDCCC;
}
</style>