Shades of Riptide #8CD3CF
Tints of Riptide #8CD3CF
RGB
CMYK
RGB Variations
Color information
#8CD3CF (or 0x8CD3CF) is known color: Riptide. HEX triplet: 8C, D3 and CF. RGB value is (140,211,207). Sum of RGB (Red+Green+Blue) = 140+211+207=558 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.09% from 558); Green value is 211 (82.81% from 255 or 37.81% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 211 - color contains mainly: green. Hex color #8CD3CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CD3CF is #732C30. Grayscale: #BDBDBD. Windows color (decimal): -7547953 or 13620108. OLE color: 13620108.
HSL color Cylindrical-coordinate representation of color #8CD3CF: hue angle of 176.62º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8CD3CF is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 140 | 211 | 207 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.17 |
| HSL | 176.62º | 0.45% | 0.69% | - |
| HSV(B) | 176.62º | 0.34% | 0.83% | - |
| XYZ | 45.37 | 56.67 | 67.58 | - |
| YUV | 189.32 | 137.98 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 211 | 207 | 0.34 | 0 | 0.02 | 0.17 | 176.62 | 0.45 | 0.69 |
| Hex | 8C | D3 | CF | 22 | 0 | 2 | 11 | B1 | 2D | 45 |
| Octal | 214 | 323 | 317 | 42 | 0 | 2 | 21 | 261 | 55 | 105 |
| Binary | 10001100 | 11010011 | 11001111 | 100010 | 0 | 10 | 10001 | 10110001 | 101101 | 1000101 |
Color Harmonies of #8CD3CF
Complementary color
Monochromatic Colors of #8CD3CF
Black with #8CD3CF
Text Example
Text Example
White with #8CD3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD3CF; }
p { color: rgb(140,211,207); }
H1.HeaderClassName
{
color: #8CD3CF;
}
.AnyTagClassName
{
color: #8CD3CF;
}
</style>
background-color css
<style>
a { background-color: #8CD3CF; }
a { background-color: rgb(140,211,207); }
div.DivClassName
{
background-color: #8CD3CF;
}
.BgClassName
{
background-color: #8CD3CF;
}
</style>
border-color css
<style>
span { border-color: #8CD3CF; }
span { border-color: rgb(140,211,207); }
td.TdClassName
{
border-color: #8CD3CF;
}
.TagClassName
{
border-color: #8CD3CF;
}
</style>