Shades of Riptide #8BDEDA
Tints of Riptide #8BDEDA
RGB
CMYK
RGB Variations
Color information
#8BDEDA (or 0x8BDEDA) is known color: Riptide. HEX triplet: 8B, DE and DA. RGB value is (139,222,218). Sum of RGB (Red+Green+Blue) = 139+222+218=579 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.01% from 579); Green value is 222 (87.11% from 255 or 38.34% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 222 - color contains mainly: green. Hex color #8BDEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDEDA is #742125. Grayscale: #C4C4C4. Windows color (decimal): -7610662 or 14343819. OLE color: 14343819.
HSL color Cylindrical-coordinate representation of color #8BDEDA: hue angle of 177.11º 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 #8BDEDA is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 222 | 218 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.13 |
| HSL | 177.11º | 0.56% | 0.71% | - |
| HSV(B) | 177.11º | 0.37% | 0.87% | - |
| XYZ | 49.42 | 62.79 | 75.85 | - |
| YUV | 196.73 | 140 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 222 | 218 | 0.37 | 0 | 0.02 | 0.13 | 177.11 | 0.56 | 0.71 |
| Hex | 8B | DE | DA | 25 | 0 | 2 | D | B1 | 38 | 47 |
| Octal | 213 | 336 | 332 | 45 | 0 | 2 | 15 | 261 | 70 | 107 |
| Binary | 10001011 | 11011110 | 11011010 | 100101 | 0 | 10 | 1101 | 10110001 | 111000 | 1000111 |
Color Harmonies of #8BDEDA
Complementary color
Monochromatic Colors of #8BDEDA
Black with #8BDEDA
Text Example
Text Example
White with #8BDEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDEDA; }
p { color: rgb(139,222,218); }
H1.HeaderClassName
{
color: #8BDEDA;
}
.AnyTagClassName
{
color: #8BDEDA;
}
</style>
background-color css
<style>
a { background-color: #8BDEDA; }
a { background-color: rgb(139,222,218); }
div.DivClassName
{
background-color: #8BDEDA;
}
.BgClassName
{
background-color: #8BDEDA;
}
</style>
border-color css
<style>
span { border-color: #8BDEDA; }
span { border-color: rgb(139,222,218); }
td.TdClassName
{
border-color: #8BDEDA;
}
.TagClassName
{
border-color: #8BDEDA;
}
</style>