Shades of Riptide #8CDECF
Tints of Riptide #8CDECF
RGB
CMYK
RGB Variations
Color information
#8CDECF (or 0x8CDECF) is known color: Riptide. HEX triplet: 8C, DE and CF. RGB value is (140,222,207). Sum of RGB (Red+Green+Blue) = 140+222+207=569 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.60% from 569); Green value is 222 (87.11% from 255 or 39.02% from 569); Blue value is 207 (81.25% from 255 or 36.38% from 569); Max value from RGB is 222 - color contains mainly: green. Hex color #8CDECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDECF is #732130. Grayscale: #C3C3C3. Windows color (decimal): -7545137 or 13622924. OLE color: 13622924.
HSL color Cylindrical-coordinate representation of color #8CDECF: hue angle of 169.02º 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 #8CDECF is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 222 | 207 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.13 |
| HSL | 169.02º | 0.55% | 0.71% | - |
| HSV(B) | 169.02º | 0.37% | 0.87% | - |
| XYZ | 48.2 | 62.32 | 68.52 | - |
| YUV | 195.77 | 134.33 | 88.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 222 | 207 | 0.37 | 0 | 0.07 | 0.13 | 169.02 | 0.55 | 0.71 |
| Hex | 8C | DE | CF | 25 | 0 | 7 | D | A9 | 37 | 47 |
| Octal | 214 | 336 | 317 | 45 | 0 | 7 | 15 | 251 | 67 | 107 |
| Binary | 10001100 | 11011110 | 11001111 | 100101 | 0 | 111 | 1101 | 10101001 | 110111 | 1000111 |
Color Harmonies of #8CDECF
Complementary color
Monochromatic Colors of #8CDECF
Black with #8CDECF
Text Example
Text Example
White with #8CDECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDECF; }
p { color: rgb(140,222,207); }
H1.HeaderClassName
{
color: #8CDECF;
}
.AnyTagClassName
{
color: #8CDECF;
}
</style>
background-color css
<style>
a { background-color: #8CDECF; }
a { background-color: rgb(140,222,207); }
div.DivClassName
{
background-color: #8CDECF;
}
.BgClassName
{
background-color: #8CDECF;
}
</style>
border-color css
<style>
span { border-color: #8CDECF; }
span { border-color: rgb(140,222,207); }
td.TdClassName
{
border-color: #8CDECF;
}
.TagClassName
{
border-color: #8CDECF;
}
</style>