Shades of Riptide #8BECD4
Tints of Riptide #8BECD4
RGB
CMYK
RGB Variations
Color information
#8BECD4 (or 0x8BECD4) is known color: Riptide. HEX triplet: 8B, EC and D4. RGB value is (139,236,212). Sum of RGB (Red+Green+Blue) = 139+236+212=587 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.68% from 587); Green value is 236 (92.58% from 255 or 40.20% from 587); Blue value is 212 (83.20% from 255 or 36.12% from 587); Max value from RGB is 236 - color contains mainly: green. Hex color #8BECD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BECD4 is #74132B. Grayscale: #CCCCCC. Windows color (decimal): -7607084 or 13954187. OLE color: 13954187.
HSL color Cylindrical-coordinate representation of color #8BECD4: hue angle of 165.15º 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 #8BECD4 is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 236 | 212 | - |
| CMYK | 0.41 | 0 | 0.10 | 0.07 |
| HSL | 165.15º | 0.72% | 0.74% | - |
| HSV(B) | 165.15º | 0.41% | 0.93% | - |
| XYZ | 52.53 | 70.23 | 73.08 | - |
| YUV | 204.26 | 132.36 | 81.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 236 | 212 | 0.41 | 0 | 0.10 | 0.07 | 165.15 | 0.72 | 0.74 |
| Hex | 8B | EC | D4 | 29 | 0 | A | 7 | A5 | 48 | 4A |
| Octal | 213 | 354 | 324 | 51 | 0 | 12 | 7 | 245 | 110 | 112 |
| Binary | 10001011 | 11101100 | 11010100 | 101001 | 0 | 1010 | 111 | 10100101 | 1001000 | 1001010 |
Color Harmonies of #8BECD4
Complementary color
Monochromatic Colors of #8BECD4
Black with #8BECD4
Text Example
Text Example
White with #8BECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BECD4; }
p { color: rgb(139,236,212); }
H1.HeaderClassName
{
color: #8BECD4;
}
.AnyTagClassName
{
color: #8BECD4;
}
</style>
background-color css
<style>
a { background-color: #8BECD4; }
a { background-color: rgb(139,236,212); }
div.DivClassName
{
background-color: #8BECD4;
}
.BgClassName
{
background-color: #8BECD4;
}
</style>
border-color css
<style>
span { border-color: #8BECD4; }
span { border-color: rgb(139,236,212); }
td.TdClassName
{
border-color: #8BECD4;
}
.TagClassName
{
border-color: #8BECD4;
}
</style>