Shades of Riptide #8BECDA
Tints of Riptide #8BECDA
RGB
CMYK
RGB Variations
Color information
#8BECDA (or 0x8BECDA) is known color: Riptide. HEX triplet: 8B, EC and DA. RGB value is (139,236,218). Sum of RGB (Red+Green+Blue) = 139+236+218=593 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.44% from 593); Green value is 236 (92.58% from 255 or 39.80% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 236 - color contains mainly: green. Hex color #8BECDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BECDA is #741325. Grayscale: #CCCCCC. Windows color (decimal): -7607078 or 14347403. OLE color: 14347403.
HSL color Cylindrical-coordinate representation of color #8BECDA: hue angle of 168.87º 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 #8BECDA is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 236 | 218 | - |
| CMYK | 0.41 | 0 | 0.08 | 0.07 |
| HSL | 168.87º | 0.72% | 0.74% | - |
| HSV(B) | 168.87º | 0.41% | 0.93% | - |
| XYZ | 53.3 | 70.54 | 77.14 | - |
| YUV | 204.95 | 135.36 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 236 | 218 | 0.41 | 0 | 0.08 | 0.07 | 168.87 | 0.72 | 0.74 |
| Hex | 8B | EC | DA | 29 | 0 | 8 | 7 | A9 | 48 | 4A |
| Octal | 213 | 354 | 332 | 51 | 0 | 10 | 7 | 251 | 110 | 112 |
| Binary | 10001011 | 11101100 | 11011010 | 101001 | 0 | 1000 | 111 | 10101001 | 1001000 | 1001010 |
Color Harmonies of #8BECDA
Complementary color
Monochromatic Colors of #8BECDA
Black with #8BECDA
Text Example
Text Example
White with #8BECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BECDA; }
p { color: rgb(139,236,218); }
H1.HeaderClassName
{
color: #8BECDA;
}
.AnyTagClassName
{
color: #8BECDA;
}
</style>
background-color css
<style>
a { background-color: #8BECDA; }
a { background-color: rgb(139,236,218); }
div.DivClassName
{
background-color: #8BECDA;
}
.BgClassName
{
background-color: #8BECDA;
}
</style>
border-color css
<style>
span { border-color: #8BECDA; }
span { border-color: rgb(139,236,218); }
td.TdClassName
{
border-color: #8BECDA;
}
.TagClassName
{
border-color: #8BECDA;
}
</style>