Shades of Riptide #8BEBE2
Tints of Riptide #8BEBE2
RGB
CMYK
RGB Variations
Color information
#8BEBE2 (or 0x8BEBE2) is known color: Riptide. HEX triplet: 8B, EB and E2. RGB value is (139,235,226). Sum of RGB (Red+Green+Blue) = 139+235+226=600 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.17% from 600); Green value is 235 (92.19% from 255 or 39.17% from 600); Blue value is 226 (88.67% from 255 or 37.67% from 600); Max value from RGB is 235 - color contains mainly: green. Hex color #8BEBE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEBE2 is #74141D. Grayscale: #CDCDCD. Windows color (decimal): -7607326 or 14871435. OLE color: 14871435.
HSL color Cylindrical-coordinate representation of color #8BEBE2: hue angle of 174.38º degrees, saturation: 0.71, 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 #8BEBE2 is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 139 | 235 | 226 | - |
| CMYK | 0.41 | 0 | 0.04 | 0.08 |
| HSL | 174.38º | 0.71% | 0.73% | - |
| HSV(B) | 174.38º | 0.41% | 0.92% | - |
| XYZ | 54.08 | 70.4 | 82.69 | - |
| YUV | 205.27 | 139.7 | 80.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 235 | 226 | 0.41 | 0 | 0.04 | 0.08 | 174.38 | 0.71 | 0.73 |
| Hex | 8B | EB | E2 | 29 | 0 | 4 | 8 | AE | 47 | 49 |
| Octal | 213 | 353 | 342 | 51 | 0 | 4 | 10 | 256 | 107 | 111 |
| Binary | 10001011 | 11101011 | 11100010 | 101001 | 0 | 100 | 1000 | 10101110 | 1000111 | 1001001 |
Color Harmonies of #8BEBE2
Complementary color
Monochromatic Colors of #8BEBE2
Black with #8BEBE2
Text Example
Text Example
White with #8BEBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEBE2; }
p { color: rgb(139,235,226); }
H1.HeaderClassName
{
color: #8BEBE2;
}
.AnyTagClassName
{
color: #8BEBE2;
}
</style>
background-color css
<style>
a { background-color: #8BEBE2; }
a { background-color: rgb(139,235,226); }
div.DivClassName
{
background-color: #8BEBE2;
}
.BgClassName
{
background-color: #8BEBE2;
}
</style>
border-color css
<style>
span { border-color: #8BEBE2; }
span { border-color: rgb(139,235,226); }
td.TdClassName
{
border-color: #8BEBE2;
}
.TagClassName
{
border-color: #8BEBE2;
}
</style>