Shades of Riptide #8BCFCC
Tints of Riptide #8BCFCC
RGB
CMYK
RGB Variations
Color information
#8BCFCC (or 0x8BCFCC) is known color: Riptide. HEX triplet: 8B, CF and CC. RGB value is (139,207,204). Sum of RGB (Red+Green+Blue) = 139+207+204=550 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.27% from 550); Green value is 207 (81.25% from 255 or 37.64% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 207 - color contains mainly: green. Hex color #8BCFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCFCC is #743033. Grayscale: #BABABA. Windows color (decimal): -7614516 or 13422475. OLE color: 13422475.
HSL color Cylindrical-coordinate representation of color #8BCFCC: hue angle of 177.35º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BCFCC is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 207 | 204 | - |
| CMYK | 0.33 | 0 | 0.01 | 0.19 |
| HSL | 177.35º | 0.41% | 0.68% | - |
| HSV(B) | 177.35º | 0.33% | 0.81% | - |
| XYZ | 43.86 | 54.47 | 65.33 | - |
| YUV | 186.33 | 137.97 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 207 | 204 | 0.33 | 0 | 0.01 | 0.19 | 177.35 | 0.41 | 0.68 |
| Hex | 8B | CF | CC | 21 | 0 | 1 | 13 | B1 | 29 | 44 |
| Octal | 213 | 317 | 314 | 41 | 0 | 1 | 23 | 261 | 51 | 104 |
| Binary | 10001011 | 11001111 | 11001100 | 100001 | 0 | 1 | 10011 | 10110001 | 101001 | 1000100 |
Color Harmonies of #8BCFCC
Complementary color
Monochromatic Colors of #8BCFCC
Black with #8BCFCC
Text Example
Text Example
White with #8BCFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCFCC; }
p { color: rgb(139,207,204); }
H1.HeaderClassName
{
color: #8BCFCC;
}
.AnyTagClassName
{
color: #8BCFCC;
}
</style>
background-color css
<style>
a { background-color: #8BCFCC; }
a { background-color: rgb(139,207,204); }
div.DivClassName
{
background-color: #8BCFCC;
}
.BgClassName
{
background-color: #8BCFCC;
}
</style>
border-color css
<style>
span { border-color: #8BCFCC; }
span { border-color: rgb(139,207,204); }
td.TdClassName
{
border-color: #8BCFCC;
}
.TagClassName
{
border-color: #8BCFCC;
}
</style>