Shades of Riptide #8BDFDC
Tints of Riptide #8BDFDC
RGB
CMYK
RGB Variations
Color information
#8BDFDC (or 0x8BDFDC) is known color: Riptide. HEX triplet: 8B, DF and DC. RGB value is (139,223,220). Sum of RGB (Red+Green+Blue) = 139+223+220=582 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.88% from 582); Green value is 223 (87.5% from 255 or 38.32% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 223 - color contains mainly: green. Hex color #8BDFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDFDC is #742023. Grayscale: #C5C5C5. Windows color (decimal): -7610404 or 14475147. OLE color: 14475147.
HSL color Cylindrical-coordinate representation of color #8BDFDC: hue angle of 177.86º 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 #8BDFDC is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 223 | 220 | - |
| CMYK | 0.38 | 0 | 0.01 | 0.13 |
| HSL | 177.86º | 0.57% | 0.71% | - |
| HSV(B) | 177.86º | 0.38% | 0.87% | - |
| XYZ | 49.95 | 63.43 | 77.32 | - |
| YUV | 197.54 | 140.67 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 223 | 220 | 0.38 | 0 | 0.01 | 0.13 | 177.86 | 0.57 | 0.71 |
| Hex | 8B | DF | DC | 26 | 0 | 1 | D | B2 | 39 | 47 |
| Octal | 213 | 337 | 334 | 46 | 0 | 1 | 15 | 262 | 71 | 107 |
| Binary | 10001011 | 11011111 | 11011100 | 100110 | 0 | 1 | 1101 | 10110010 | 111001 | 1000111 |
Color Harmonies of #8BDFDC
Complementary color
Monochromatic Colors of #8BDFDC
Black with #8BDFDC
Text Example
Text Example
White with #8BDFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDFDC; }
p { color: rgb(139,223,220); }
H1.HeaderClassName
{
color: #8BDFDC;
}
.AnyTagClassName
{
color: #8BDFDC;
}
</style>
background-color css
<style>
a { background-color: #8BDFDC; }
a { background-color: rgb(139,223,220); }
div.DivClassName
{
background-color: #8BDFDC;
}
.BgClassName
{
background-color: #8BDFDC;
}
</style>
border-color css
<style>
span { border-color: #8BDFDC; }
span { border-color: rgb(139,223,220); }
td.TdClassName
{
border-color: #8BDFDC;
}
.TagClassName
{
border-color: #8BDFDC;
}
</style>