Shades of Riptide #8FEBDF
Tints of Riptide #8FEBDF
RGB
CMYK
RGB Variations
Color information
#8FEBDF (or 0x8FEBDF) is known color: Riptide. HEX triplet: 8F, EB and DF. RGB value is (143,235,223). Sum of RGB (Red+Green+Blue) = 143+235+223=601 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.79% from 601); Green value is 235 (92.19% from 255 or 39.10% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 235 - color contains mainly: green. Hex color #8FEBDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEBDF is #701420. Grayscale: #CECECE. Windows color (decimal): -7345185 or 14674831. OLE color: 14674831.
HSL color Cylindrical-coordinate representation of color #8FEBDF: hue angle of 172.17º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FEBDF is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 235 | 223 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.08 |
| HSL | 172.17º | 0.7% | 0.74% | - |
| HSV(B) | 172.17º | 0.39% | 0.92% | - |
| XYZ | 54.36 | 70.58 | 80.57 | - |
| YUV | 206.12 | 137.52 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 235 | 223 | 0.39 | 0 | 0.05 | 0.08 | 172.17 | 0.7 | 0.74 |
| Hex | 8F | EB | DF | 27 | 0 | 5 | 8 | AC | 46 | 4A |
| Octal | 217 | 353 | 337 | 47 | 0 | 5 | 10 | 254 | 106 | 112 |
| Binary | 10001111 | 11101011 | 11011111 | 100111 | 0 | 101 | 1000 | 10101100 | 1000110 | 1001010 |
Color Harmonies of #8FEBDF
Complementary color
Monochromatic Colors of #8FEBDF
Black with #8FEBDF
Text Example
Text Example
White with #8FEBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEBDF; }
p { color: rgb(143,235,223); }
H1.HeaderClassName
{
color: #8FEBDF;
}
.AnyTagClassName
{
color: #8FEBDF;
}
</style>
background-color css
<style>
a { background-color: #8FEBDF; }
a { background-color: rgb(143,235,223); }
div.DivClassName
{
background-color: #8FEBDF;
}
.BgClassName
{
background-color: #8FEBDF;
}
</style>
border-color css
<style>
span { border-color: #8FEBDF; }
span { border-color: rgb(143,235,223); }
td.TdClassName
{
border-color: #8FEBDF;
}
.TagClassName
{
border-color: #8FEBDF;
}
</style>