Shades of Riptide #8BECCA
Tints of Riptide #8BECCA
RGB
CMYK
RGB Variations
Color information
#8BECCA (or 0x8BECCA) is known color: Riptide. HEX triplet: 8B, EC and CA. RGB value is (139,236,202). Sum of RGB (Red+Green+Blue) = 139+236+202=577 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.09% from 577); Green value is 236 (92.58% from 255 or 40.90% from 577); Blue value is 202 (79.30% from 255 or 35.01% from 577); Max value from RGB is 236 - color contains mainly: green. Hex color #8BECCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BECCA is #741335. Grayscale: #CBCBCB. Windows color (decimal): -7607094 or 13298827. OLE color: 13298827.
HSL color Cylindrical-coordinate representation of color #8BECCA: hue angle of 158.97º 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 #8BECCA is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 236 | 202 | - |
| CMYK | 0.41 | 0 | 0.14 | 0.07 |
| HSL | 158.97º | 0.72% | 0.74% | - |
| HSV(B) | 158.97º | 0.41% | 0.93% | - |
| XYZ | 51.3 | 69.74 | 66.64 | - |
| YUV | 203.12 | 127.36 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 236 | 202 | 0.41 | 0 | 0.14 | 0.07 | 158.97 | 0.72 | 0.74 |
| Hex | 8B | EC | CA | 29 | 0 | E | 7 | 9F | 48 | 4A |
| Octal | 213 | 354 | 312 | 51 | 0 | 16 | 7 | 237 | 110 | 112 |
| Binary | 10001011 | 11101100 | 11001010 | 101001 | 0 | 1110 | 111 | 10011111 | 1001000 | 1001010 |
Color Harmonies of #8BECCA
Complementary color
Monochromatic Colors of #8BECCA
Black with #8BECCA
Text Example
Text Example
White with #8BECCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BECCA; }
p { color: rgb(139,236,202); }
H1.HeaderClassName
{
color: #8BECCA;
}
.AnyTagClassName
{
color: #8BECCA;
}
</style>
background-color css
<style>
a { background-color: #8BECCA; }
a { background-color: rgb(139,236,202); }
div.DivClassName
{
background-color: #8BECCA;
}
.BgClassName
{
background-color: #8BECCA;
}
</style>
border-color css
<style>
span { border-color: #8BECCA; }
span { border-color: rgb(139,236,202); }
td.TdClassName
{
border-color: #8BECCA;
}
.TagClassName
{
border-color: #8BECCA;
}
</style>