Shades of Riptide #8CDBD4
Tints of Riptide #8CDBD4
RGB
CMYK
RGB Variations
Color information
#8CDBD4 (or 0x8CDBD4) is known color: Riptide. HEX triplet: 8C, DB and D4. RGB value is (140,219,212). Sum of RGB (Red+Green+Blue) = 140+219+212=571 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.52% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 212 (83.20% from 255 or 37.13% from 571); Max value from RGB is 219 - color contains mainly: green. Hex color #8CDBD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDBD4 is #73242B. Grayscale: #C2C2C2. Windows color (decimal): -7545900 or 13949836. OLE color: 13949836.
HSL color Cylindrical-coordinate representation of color #8CDBD4: hue angle of 174.68º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CDBD4 is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 219 | 212 | - |
| CMYK | 0.36 | 0 | 0.03 | 0.14 |
| HSL | 174.68º | 0.52% | 0.7% | - |
| HSV(B) | 174.68º | 0.36% | 0.86% | - |
| XYZ | 48.03 | 60.99 | 71.53 | - |
| YUV | 194.58 | 137.83 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 219 | 212 | 0.36 | 0 | 0.03 | 0.14 | 174.68 | 0.52 | 0.7 |
| Hex | 8C | DB | D4 | 24 | 0 | 3 | E | AF | 34 | 46 |
| Octal | 214 | 333 | 324 | 44 | 0 | 3 | 16 | 257 | 64 | 106 |
| Binary | 10001100 | 11011011 | 11010100 | 100100 | 0 | 11 | 1110 | 10101111 | 110100 | 1000110 |
Color Harmonies of #8CDBD4
Complementary color
Monochromatic Colors of #8CDBD4
Black with #8CDBD4
Text Example
Text Example
White with #8CDBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDBD4; }
p { color: rgb(140,219,212); }
H1.HeaderClassName
{
color: #8CDBD4;
}
.AnyTagClassName
{
color: #8CDBD4;
}
</style>
background-color css
<style>
a { background-color: #8CDBD4; }
a { background-color: rgb(140,219,212); }
div.DivClassName
{
background-color: #8CDBD4;
}
.BgClassName
{
background-color: #8CDBD4;
}
</style>
border-color css
<style>
span { border-color: #8CDBD4; }
span { border-color: rgb(140,219,212); }
td.TdClassName
{
border-color: #8CDBD4;
}
.TagClassName
{
border-color: #8CDBD4;
}
</style>