Shades of Riptide #8BDECC
Tints of Riptide #8BDECC
RGB
CMYK
RGB Variations
Color information
#8BDECC (or 0x8BDECC) is known color: Riptide. HEX triplet: 8B, DE and CC. RGB value is (139,222,204). Sum of RGB (Red+Green+Blue) = 139+222+204=565 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.60% from 565); Green value is 222 (87.11% from 255 or 39.29% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 222 - color contains mainly: green. Hex color #8BDECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDECC is #742133. Grayscale: #C3C3C3. Windows color (decimal): -7610676 or 13426315. OLE color: 13426315.
HSL color Cylindrical-coordinate representation of color #8BDECC: hue angle of 166.99º 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 #8BDECC is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 222 | 204 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.13 |
| HSL | 166.99º | 0.56% | 0.71% | - |
| HSV(B) | 166.99º | 0.37% | 0.87% | - |
| XYZ | 47.67 | 62.09 | 66.6 | - |
| YUV | 195.13 | 133 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 222 | 204 | 0.37 | 0 | 0.08 | 0.13 | 166.99 | 0.56 | 0.71 |
| Hex | 8B | DE | CC | 25 | 0 | 8 | D | A7 | 38 | 47 |
| Octal | 213 | 336 | 314 | 45 | 0 | 10 | 15 | 247 | 70 | 107 |
| Binary | 10001011 | 11011110 | 11001100 | 100101 | 0 | 1000 | 1101 | 10100111 | 111000 | 1000111 |
Color Harmonies of #8BDECC
Complementary color
Monochromatic Colors of #8BDECC
Black with #8BDECC
Text Example
Text Example
White with #8BDECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDECC; }
p { color: rgb(139,222,204); }
H1.HeaderClassName
{
color: #8BDECC;
}
.AnyTagClassName
{
color: #8BDECC;
}
</style>
background-color css
<style>
a { background-color: #8BDECC; }
a { background-color: rgb(139,222,204); }
div.DivClassName
{
background-color: #8BDECC;
}
.BgClassName
{
background-color: #8BDECC;
}
</style>
border-color css
<style>
span { border-color: #8BDECC; }
span { border-color: rgb(139,222,204); }
td.TdClassName
{
border-color: #8BDECC;
}
.TagClassName
{
border-color: #8BDECC;
}
</style>