Shades of Riptide #8CE9DF
Tints of Riptide #8CE9DF
RGB
CMYK
RGB Variations
Color information
#8CE9DF (or 0x8CE9DF) is known color: Riptide. HEX triplet: 8C, E9 and DF. RGB value is (140,233,223). Sum of RGB (Red+Green+Blue) = 140+233+223=596 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.49% from 596); Green value is 233 (91.41% from 255 or 39.09% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 233 - color contains mainly: green. Hex color #8CE9DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CE9DF is #731620. Grayscale: #CCCCCC. Windows color (decimal): -7542305 or 14674316. OLE color: 14674316.
HSL color Cylindrical-coordinate representation of color #8CE9DF: hue angle of 173.55º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CE9DF is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 233 | 223 | - |
| CMYK | 0.40 | 0 | 0.04 | 0.09 |
| HSL | 173.55º | 0.68% | 0.73% | - |
| HSV(B) | 173.55º | 0.4% | 0.91% | - |
| XYZ | 53.27 | 69.18 | 80.36 | - |
| YUV | 204.05 | 138.69 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 233 | 223 | 0.40 | 0 | 0.04 | 0.09 | 173.55 | 0.68 | 0.73 |
| Hex | 8C | E9 | DF | 28 | 0 | 4 | 9 | AE | 44 | 49 |
| Octal | 214 | 351 | 337 | 50 | 0 | 4 | 11 | 256 | 104 | 111 |
| Binary | 10001100 | 11101001 | 11011111 | 101000 | 0 | 100 | 1001 | 10101110 | 1000100 | 1001001 |
Color Harmonies of #8CE9DF
Complementary color
Monochromatic Colors of #8CE9DF
Black with #8CE9DF
Text Example
Text Example
White with #8CE9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE9DF; }
p { color: rgb(140,233,223); }
H1.HeaderClassName
{
color: #8CE9DF;
}
.AnyTagClassName
{
color: #8CE9DF;
}
</style>
background-color css
<style>
a { background-color: #8CE9DF; }
a { background-color: rgb(140,233,223); }
div.DivClassName
{
background-color: #8CE9DF;
}
.BgClassName
{
background-color: #8CE9DF;
}
</style>
border-color css
<style>
span { border-color: #8CE9DF; }
span { border-color: rgb(140,233,223); }
td.TdClassName
{
border-color: #8CE9DF;
}
.TagClassName
{
border-color: #8CE9DF;
}
</style>