Shades of Riptide #8BDFCC
Tints of Riptide #8BDFCC
RGB
CMYK
RGB Variations
Color information
#8BDFCC (or 0x8BDFCC) is known color: Riptide. HEX triplet: 8B, DF and CC. RGB value is (139,223,204). Sum of RGB (Red+Green+Blue) = 139+223+204=566 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.56% from 566); Green value is 223 (87.5% from 255 or 39.40% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 223 - color contains mainly: green. Hex color #8BDFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDFCC is #742033. Grayscale: #C3C3C3. Windows color (decimal): -7610420 or 13426571. OLE color: 13426571.
HSL color Cylindrical-coordinate representation of color #8BDFCC: hue angle of 166.43º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BDFCC is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 223 | 204 | - |
| CMYK | 0.38 | 0 | 0.09 | 0.13 |
| HSL | 166.43º | 0.57% | 0.71% | - |
| HSV(B) | 166.43º | 0.38% | 0.87% | - |
| XYZ | 47.93 | 62.62 | 66.69 | - |
| YUV | 195.72 | 132.67 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 223 | 204 | 0.38 | 0 | 0.09 | 0.13 | 166.43 | 0.57 | 0.71 |
| Hex | 8B | DF | CC | 26 | 0 | 9 | D | A6 | 39 | 47 |
| Octal | 213 | 337 | 314 | 46 | 0 | 11 | 15 | 246 | 71 | 107 |
| Binary | 10001011 | 11011111 | 11001100 | 100110 | 0 | 1001 | 1101 | 10100110 | 111001 | 1000111 |
Color Harmonies of #8BDFCC
Complementary color
Monochromatic Colors of #8BDFCC
Black with #8BDFCC
Text Example
Text Example
White with #8BDFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDFCC; }
p { color: rgb(139,223,204); }
H1.HeaderClassName
{
color: #8BDFCC;
}
.AnyTagClassName
{
color: #8BDFCC;
}
</style>
background-color css
<style>
a { background-color: #8BDFCC; }
a { background-color: rgb(139,223,204); }
div.DivClassName
{
background-color: #8BDFCC;
}
.BgClassName
{
background-color: #8BDFCC;
}
</style>
border-color css
<style>
span { border-color: #8BDFCC; }
span { border-color: rgb(139,223,204); }
td.TdClassName
{
border-color: #8BDFCC;
}
.TagClassName
{
border-color: #8BDFCC;
}
</style>