Shades of Riptide #8FEADC
Tints of Riptide #8FEADC
RGB
CMYK
RGB Variations
Color information
#8FEADC (or 0x8FEADC) is known color: Riptide. HEX triplet: 8F, EA and DC. RGB value is (143,234,220). Sum of RGB (Red+Green+Blue) = 143+234+220=597 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.95% from 597); Green value is 234 (91.80% from 255 or 39.20% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 234 - color contains mainly: green. Hex color #8FEADC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEADC is #701523. Grayscale: #CDCDCD. Windows color (decimal): -7345444 or 14477967. OLE color: 14477967.
HSL color Cylindrical-coordinate representation of color #8FEADC: hue angle of 170.77º degrees, saturation: 0.68, 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 #8FEADC is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 234 | 220 | - |
| CMYK | 0.39 | 0 | 0.06 | 0.08 |
| HSL | 170.77º | 0.68% | 0.74% | - |
| HSV(B) | 170.77º | 0.39% | 0.92% | - |
| XYZ | 53.67 | 69.85 | 78.36 | - |
| YUV | 205.2 | 136.35 | 83.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 234 | 220 | 0.39 | 0 | 0.06 | 0.08 | 170.77 | 0.68 | 0.74 |
| Hex | 8F | EA | DC | 27 | 0 | 6 | 8 | AB | 44 | 4A |
| Octal | 217 | 352 | 334 | 47 | 0 | 6 | 10 | 253 | 104 | 112 |
| Binary | 10001111 | 11101010 | 11011100 | 100111 | 0 | 110 | 1000 | 10101011 | 1000100 | 1001010 |
Color Harmonies of #8FEADC
Complementary color
Monochromatic Colors of #8FEADC
Black with #8FEADC
Text Example
Text Example
White with #8FEADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEADC; }
p { color: rgb(143,234,220); }
H1.HeaderClassName
{
color: #8FEADC;
}
.AnyTagClassName
{
color: #8FEADC;
}
</style>
background-color css
<style>
a { background-color: #8FEADC; }
a { background-color: rgb(143,234,220); }
div.DivClassName
{
background-color: #8FEADC;
}
.BgClassName
{
background-color: #8FEADC;
}
</style>
border-color css
<style>
span { border-color: #8FEADC; }
span { border-color: rgb(143,234,220); }
td.TdClassName
{
border-color: #8FEADC;
}
.TagClassName
{
border-color: #8FEADC;
}
</style>