Shades of Riptide #8FEDD3
Tints of Riptide #8FEDD3
RGB
CMYK
RGB Variations
Color information
#8FEDD3 (or 0x8FEDD3) is known color: Riptide. HEX triplet: 8F, ED and D3. RGB value is (143,237,211). Sum of RGB (Red+Green+Blue) = 143+237+211=591 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.20% from 591); Green value is 237 (92.97% from 255 or 40.10% from 591); Blue value is 211 (82.81% from 255 or 35.70% from 591); Max value from RGB is 237 - color contains mainly: green. Hex color #8FEDD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEDD3 is #70122C. Grayscale: #CDCDCD. Windows color (decimal): -7344685 or 13888911. OLE color: 13888911.
HSL color Cylindrical-coordinate representation of color #8FEDD3: hue angle of 163.4º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FEDD3 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 237 | 211 | - |
| CMYK | 0.40 | 0 | 0.11 | 0.07 |
| HSL | 163.4º | 0.72% | 0.75% | - |
| HSV(B) | 163.4º | 0.4% | 0.93% | - |
| XYZ | 53.37 | 71.11 | 72.54 | - |
| YUV | 205.93 | 130.86 | 83.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 237 | 211 | 0.40 | 0 | 0.11 | 0.07 | 163.4 | 0.72 | 0.75 |
| Hex | 8F | ED | D3 | 28 | 0 | B | 7 | A3 | 48 | 4B |
| Octal | 217 | 355 | 323 | 50 | 0 | 13 | 7 | 243 | 110 | 113 |
| Binary | 10001111 | 11101101 | 11010011 | 101000 | 0 | 1011 | 111 | 10100011 | 1001000 | 1001011 |
Color Harmonies of #8FEDD3
Complementary color
Monochromatic Colors of #8FEDD3
Black with #8FEDD3
Text Example
Text Example
White with #8FEDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEDD3; }
p { color: rgb(143,237,211); }
H1.HeaderClassName
{
color: #8FEDD3;
}
.AnyTagClassName
{
color: #8FEDD3;
}
</style>
background-color css
<style>
a { background-color: #8FEDD3; }
a { background-color: rgb(143,237,211); }
div.DivClassName
{
background-color: #8FEDD3;
}
.BgClassName
{
background-color: #8FEDD3;
}
</style>
border-color css
<style>
span { border-color: #8FEDD3; }
span { border-color: rgb(143,237,211); }
td.TdClassName
{
border-color: #8FEDD3;
}
.TagClassName
{
border-color: #8FEDD3;
}
</style>