Shades of Riptide #8BDED0
Tints of Riptide #8BDED0
RGB
CMYK
RGB Variations
Color information
#8BDED0 (or 0x8BDED0) is known color: Riptide. HEX triplet: 8B, DE and D0. RGB value is (139,222,208). Sum of RGB (Red+Green+Blue) = 139+222+208=569 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.43% from 569); Green value is 222 (87.11% from 255 or 39.02% from 569); Blue value is 208 (81.64% from 255 or 36.56% from 569); Max value from RGB is 222 - color contains mainly: green. Hex color #8BDED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDED0 is #74212F. Grayscale: #C3C3C3. Windows color (decimal): -7610672 or 13688459. OLE color: 13688459.
HSL color Cylindrical-coordinate representation of color #8BDED0: hue angle of 169.88º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BDED0 is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 222 | 208 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.13 |
| HSL | 169.88º | 0.56% | 0.71% | - |
| HSV(B) | 169.88º | 0.37% | 0.87% | - |
| XYZ | 48.15 | 62.29 | 69.16 | - |
| YUV | 195.59 | 135 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 222 | 208 | 0.37 | 0 | 0.06 | 0.13 | 169.88 | 0.56 | 0.71 |
| Hex | 8B | DE | D0 | 25 | 0 | 6 | D | AA | 38 | 47 |
| Octal | 213 | 336 | 320 | 45 | 0 | 6 | 15 | 252 | 70 | 107 |
| Binary | 10001011 | 11011110 | 11010000 | 100101 | 0 | 110 | 1101 | 10101010 | 111000 | 1000111 |
Color Harmonies of #8BDED0
Complementary color
Monochromatic Colors of #8BDED0
Black with #8BDED0
Text Example
Text Example
White with #8BDED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDED0; }
p { color: rgb(139,222,208); }
H1.HeaderClassName
{
color: #8BDED0;
}
.AnyTagClassName
{
color: #8BDED0;
}
</style>
background-color css
<style>
a { background-color: #8BDED0; }
a { background-color: rgb(139,222,208); }
div.DivClassName
{
background-color: #8BDED0;
}
.BgClassName
{
background-color: #8BDED0;
}
</style>
border-color css
<style>
span { border-color: #8BDED0; }
span { border-color: rgb(139,222,208); }
td.TdClassName
{
border-color: #8BDED0;
}
.TagClassName
{
border-color: #8BDED0;
}
</style>