Shades of Riptide #8BECC9
Tints of Riptide #8BECC9
RGB
CMYK
RGB Variations
Color information
#8BECC9 (or 0x8BECC9) is known color: Riptide. HEX triplet: 8B, EC and C9. RGB value is (139,236,201). Sum of RGB (Red+Green+Blue) = 139+236+201=576 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.13% from 576); Green value is 236 (92.58% from 255 or 40.97% from 576); Blue value is 201 (78.91% from 255 or 34.90% from 576); Max value from RGB is 236 - color contains mainly: green. Hex color #8BECC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BECC9 is #741336. Grayscale: #CBCBCB. Windows color (decimal): -7607095 or 13233291. OLE color: 13233291.
HSL color Cylindrical-coordinate representation of color #8BECC9: hue angle of 158.35º 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 #8BECC9 is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 236 | 201 | - |
| CMYK | 0.41 | 0 | 0.15 | 0.07 |
| HSL | 158.35º | 0.72% | 0.74% | - |
| HSV(B) | 158.35º | 0.41% | 0.93% | - |
| XYZ | 51.19 | 69.7 | 66.01 | - |
| YUV | 203.01 | 126.86 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 236 | 201 | 0.41 | 0 | 0.15 | 0.07 | 158.35 | 0.72 | 0.74 |
| Hex | 8B | EC | C9 | 29 | 0 | F | 7 | 9E | 48 | 4A |
| Octal | 213 | 354 | 311 | 51 | 0 | 17 | 7 | 236 | 110 | 112 |
| Binary | 10001011 | 11101100 | 11001001 | 101001 | 0 | 1111 | 111 | 10011110 | 1001000 | 1001010 |
Color Harmonies of #8BECC9
Complementary color
Monochromatic Colors of #8BECC9
Black with #8BECC9
Text Example
Text Example
White with #8BECC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BECC9; }
p { color: rgb(139,236,201); }
H1.HeaderClassName
{
color: #8BECC9;
}
.AnyTagClassName
{
color: #8BECC9;
}
</style>
background-color css
<style>
a { background-color: #8BECC9; }
a { background-color: rgb(139,236,201); }
div.DivClassName
{
background-color: #8BECC9;
}
.BgClassName
{
background-color: #8BECC9;
}
</style>
border-color css
<style>
span { border-color: #8BECC9; }
span { border-color: rgb(139,236,201); }
td.TdClassName
{
border-color: #8BECC9;
}
.TagClassName
{
border-color: #8BECC9;
}
</style>