Shades of Riptide #8CDECB
Tints of Riptide #8CDECB
RGB
CMYK
RGB Variations
Color information
#8CDECB (or 0x8CDECB) is known color: Riptide. HEX triplet: 8C, DE and CB. RGB value is (140,222,203). Sum of RGB (Red+Green+Blue) = 140+222+203=565 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.78% from 565); Green value is 222 (87.11% from 255 or 39.29% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 222 - color contains mainly: green. Hex color #8CDECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDECB is #732134. Grayscale: #C3C3C3. Windows color (decimal): -7545141 or 13360780. OLE color: 13360780.
HSL color Cylindrical-coordinate representation of color #8CDECB: hue angle of 166.1º degrees, saturation: 0.55, 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 #8CDECB is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 222 | 203 | - |
| CMYK | 0.37 | 0 | 0.09 | 0.13 |
| HSL | 166.1º | 0.55% | 0.71% | - |
| HSV(B) | 166.1º | 0.37% | 0.87% | - |
| XYZ | 47.72 | 62.13 | 65.98 | - |
| YUV | 195.32 | 132.33 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 222 | 203 | 0.37 | 0 | 0.09 | 0.13 | 166.1 | 0.55 | 0.71 |
| Hex | 8C | DE | CB | 25 | 0 | 9 | D | A6 | 37 | 47 |
| Octal | 214 | 336 | 313 | 45 | 0 | 11 | 15 | 246 | 67 | 107 |
| Binary | 10001100 | 11011110 | 11001011 | 100101 | 0 | 1001 | 1101 | 10100110 | 110111 | 1000111 |
Color Harmonies of #8CDECB
Complementary color
Monochromatic Colors of #8CDECB
Black with #8CDECB
Text Example
Text Example
White with #8CDECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDECB; }
p { color: rgb(140,222,203); }
H1.HeaderClassName
{
color: #8CDECB;
}
.AnyTagClassName
{
color: #8CDECB;
}
</style>
background-color css
<style>
a { background-color: #8CDECB; }
a { background-color: rgb(140,222,203); }
div.DivClassName
{
background-color: #8CDECB;
}
.BgClassName
{
background-color: #8CDECB;
}
</style>
border-color css
<style>
span { border-color: #8CDECB; }
span { border-color: rgb(140,222,203); }
td.TdClassName
{
border-color: #8CDECB;
}
.TagClassName
{
border-color: #8CDECB;
}
</style>