Shades of Riptide #8FECDC
Tints of Riptide #8FECDC
RGB
CMYK
RGB Variations
Color information
#8FECDC (or 0x8FECDC) is known color: Riptide. HEX triplet: 8F, EC and DC. RGB value is (143,236,220). Sum of RGB (Red+Green+Blue) = 143+236+220=599 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.87% from 599); Green value is 236 (92.58% from 255 or 39.40% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 236 - color contains mainly: green. Hex color #8FECDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FECDC is #701323. Grayscale: #CECECE. Windows color (decimal): -7344932 or 14478479. OLE color: 14478479.
HSL color Cylindrical-coordinate representation of color #8FECDC: hue angle of 169.68º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FECDC is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 236 | 220 | - |
| CMYK | 0.39 | 0 | 0.07 | 0.07 |
| HSL | 169.68º | 0.71% | 0.74% | - |
| HSV(B) | 169.68º | 0.39% | 0.93% | - |
| XYZ | 54.24 | 71 | 78.56 | - |
| YUV | 206.37 | 135.69 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 236 | 220 | 0.39 | 0 | 0.07 | 0.07 | 169.68 | 0.71 | 0.74 |
| Hex | 8F | EC | DC | 27 | 0 | 7 | 7 | AA | 47 | 4A |
| Octal | 217 | 354 | 334 | 47 | 0 | 7 | 7 | 252 | 107 | 112 |
| Binary | 10001111 | 11101100 | 11011100 | 100111 | 0 | 111 | 111 | 10101010 | 1000111 | 1001010 |
Color Harmonies of #8FECDC
Complementary color
Monochromatic Colors of #8FECDC
Black with #8FECDC
Text Example
Text Example
White with #8FECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FECDC; }
p { color: rgb(143,236,220); }
H1.HeaderClassName
{
color: #8FECDC;
}
.AnyTagClassName
{
color: #8FECDC;
}
</style>
background-color css
<style>
a { background-color: #8FECDC; }
a { background-color: rgb(143,236,220); }
div.DivClassName
{
background-color: #8FECDC;
}
.BgClassName
{
background-color: #8FECDC;
}
</style>
border-color css
<style>
span { border-color: #8FECDC; }
span { border-color: rgb(143,236,220); }
td.TdClassName
{
border-color: #8FECDC;
}
.TagClassName
{
border-color: #8FECDC;
}
</style>