Shades of Riptide #8FDCCB
Tints of Riptide #8FDCCB
RGB
CMYK
RGB Variations
Color information
#8FDCCB (or 0x8FDCCB) is known color: Riptide. HEX triplet: 8F, DC and CB. RGB value is (143,220,203). Sum of RGB (Red+Green+Blue) = 143+220+203=566 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.27% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDCCB is #702334. Grayscale: #C3C3C3. Windows color (decimal): -7349045 or 13360271. OLE color: 13360271.
HSL color Cylindrical-coordinate representation of color #8FDCCB: hue angle of 166.75º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FDCCB is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 220 | 203 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.14 |
| HSL | 166.75º | 0.52% | 0.71% | - |
| HSV(B) | 166.75º | 0.35% | 0.86% | - |
| XYZ | 47.7 | 61.34 | 65.83 | - |
| YUV | 195.04 | 132.49 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 220 | 203 | 0.35 | 0 | 0.08 | 0.14 | 166.75 | 0.52 | 0.71 |
| Hex | 8F | DC | CB | 23 | 0 | 8 | E | A7 | 34 | 47 |
| Octal | 217 | 334 | 313 | 43 | 0 | 10 | 16 | 247 | 64 | 107 |
| Binary | 10001111 | 11011100 | 11001011 | 100011 | 0 | 1000 | 1110 | 10100111 | 110100 | 1000111 |
Color Harmonies of #8FDCCB
Complementary color
Monochromatic Colors of #8FDCCB
Black with #8FDCCB
Text Example
Text Example
White with #8FDCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDCCB; }
p { color: rgb(143,220,203); }
H1.HeaderClassName
{
color: #8FDCCB;
}
.AnyTagClassName
{
color: #8FDCCB;
}
</style>
background-color css
<style>
a { background-color: #8FDCCB; }
a { background-color: rgb(143,220,203); }
div.DivClassName
{
background-color: #8FDCCB;
}
.BgClassName
{
background-color: #8FDCCB;
}
</style>
border-color css
<style>
span { border-color: #8FDCCB; }
span { border-color: rgb(143,220,203); }
td.TdClassName
{
border-color: #8FDCCB;
}
.TagClassName
{
border-color: #8FDCCB;
}
</style>