Shades of Riptide #8BEADF
Tints of Riptide #8BEADF
RGB
CMYK
RGB Variations
Color information
#8BEADF (or 0x8BEADF) is known color: Riptide. HEX triplet: 8B, EA and DF. RGB value is (139,234,223). Sum of RGB (Red+Green+Blue) = 139+234+223=596 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.32% from 596); Green value is 234 (91.80% from 255 or 39.26% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 234 - color contains mainly: green. Hex color #8BEADF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEADF is #741520. Grayscale: #CCCCCC. Windows color (decimal): -7607585 or 14674571. OLE color: 14674571.
HSL color Cylindrical-coordinate representation of color #8BEADF: hue angle of 173.05º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BEADF is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 139 | 234 | 223 | - |
| CMYK | 0.41 | 0 | 0.05 | 0.08 |
| HSL | 173.05º | 0.69% | 0.73% | - |
| HSV(B) | 173.05º | 0.41% | 0.92% | - |
| XYZ | 53.39 | 69.66 | 80.44 | - |
| YUV | 204.34 | 138.53 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 234 | 223 | 0.41 | 0 | 0.05 | 0.08 | 173.05 | 0.69 | 0.73 |
| Hex | 8B | EA | DF | 29 | 0 | 5 | 8 | AD | 45 | 49 |
| Octal | 213 | 352 | 337 | 51 | 0 | 5 | 10 | 255 | 105 | 111 |
| Binary | 10001011 | 11101010 | 11011111 | 101001 | 0 | 101 | 1000 | 10101101 | 1000101 | 1001001 |
Color Harmonies of #8BEADF
Complementary color
Monochromatic Colors of #8BEADF
Black with #8BEADF
Text Example
Text Example
White with #8BEADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEADF; }
p { color: rgb(139,234,223); }
H1.HeaderClassName
{
color: #8BEADF;
}
.AnyTagClassName
{
color: #8BEADF;
}
</style>
background-color css
<style>
a { background-color: #8BEADF; }
a { background-color: rgb(139,234,223); }
div.DivClassName
{
background-color: #8BEADF;
}
.BgClassName
{
background-color: #8BEADF;
}
</style>
border-color css
<style>
span { border-color: #8BEADF; }
span { border-color: rgb(139,234,223); }
td.TdClassName
{
border-color: #8BEADF;
}
.TagClassName
{
border-color: #8BEADF;
}
</style>