Shades of Riptide #8BECDB
Tints of Riptide #8BECDB
RGB
CMYK
RGB Variations
Color information
#8BECDB (or 0x8BECDB) is known color: Riptide. HEX triplet: 8B, EC and DB. RGB value is (139,236,219). Sum of RGB (Red+Green+Blue) = 139+236+219=594 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.40% from 594); Green value is 236 (92.58% from 255 or 39.73% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 236 - color contains mainly: green. Hex color #8BECDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BECDB is #741324. Grayscale: #CDCDCD. Windows color (decimal): -7607077 or 14412939. OLE color: 14412939.
HSL color Cylindrical-coordinate representation of color #8BECDB: hue angle of 169.48º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BECDB is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 236 | 219 | - |
| CMYK | 0.41 | 0 | 0.07 | 0.07 |
| HSL | 169.48º | 0.72% | 0.74% | - |
| HSV(B) | 169.48º | 0.41% | 0.93% | - |
| XYZ | 53.43 | 70.59 | 77.83 | - |
| YUV | 205.06 | 135.86 | 80.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 236 | 219 | 0.41 | 0 | 0.07 | 0.07 | 169.48 | 0.72 | 0.74 |
| Hex | 8B | EC | DB | 29 | 0 | 7 | 7 | A9 | 48 | 4A |
| Octal | 213 | 354 | 333 | 51 | 0 | 7 | 7 | 251 | 110 | 112 |
| Binary | 10001011 | 11101100 | 11011011 | 101001 | 0 | 111 | 111 | 10101001 | 1001000 | 1001010 |
Color Harmonies of #8BECDB
Complementary color
Monochromatic Colors of #8BECDB
Black with #8BECDB
Text Example
Text Example
White with #8BECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BECDB; }
p { color: rgb(139,236,219); }
H1.HeaderClassName
{
color: #8BECDB;
}
.AnyTagClassName
{
color: #8BECDB;
}
</style>
background-color css
<style>
a { background-color: #8BECDB; }
a { background-color: rgb(139,236,219); }
div.DivClassName
{
background-color: #8BECDB;
}
.BgClassName
{
background-color: #8BECDB;
}
</style>
border-color css
<style>
span { border-color: #8BECDB; }
span { border-color: rgb(139,236,219); }
td.TdClassName
{
border-color: #8BECDB;
}
.TagClassName
{
border-color: #8BECDB;
}
</style>