Shades of Riptide #8FCFCB
Tints of Riptide #8FCFCB
RGB
CMYK
RGB Variations
Color information
#8FCFCB (or 0x8FCFCB) is known color: Riptide. HEX triplet: 8F, CF and CB. RGB value is (143,207,203). Sum of RGB (Red+Green+Blue) = 143+207+203=553 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.86% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 207 - color contains mainly: green. Hex color #8FCFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCFCB is #703034. Grayscale: #BBBBBB. Windows color (decimal): -7352373 or 13356943. OLE color: 13356943.
HSL color Cylindrical-coordinate representation of color #8FCFCB: hue angle of 176.25º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FCFCB is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 207 | 203 | - |
| CMYK | 0.31 | 0 | 0.02 | 0.19 |
| HSL | 176.25º | 0.4% | 0.69% | - |
| HSV(B) | 176.25º | 0.31% | 0.81% | - |
| XYZ | 44.42 | 54.78 | 64.73 | - |
| YUV | 187.41 | 136.8 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 207 | 203 | 0.31 | 0 | 0.02 | 0.19 | 176.25 | 0.4 | 0.69 |
| Hex | 8F | CF | CB | 1F | 0 | 2 | 13 | B0 | 28 | 45 |
| Octal | 217 | 317 | 313 | 37 | 0 | 2 | 23 | 260 | 50 | 105 |
| Binary | 10001111 | 11001111 | 11001011 | 11111 | 0 | 10 | 10011 | 10110000 | 101000 | 1000101 |
Color Harmonies of #8FCFCB
Complementary color
Monochromatic Colors of #8FCFCB
Black with #8FCFCB
Text Example
Text Example
White with #8FCFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCFCB; }
p { color: rgb(143,207,203); }
H1.HeaderClassName
{
color: #8FCFCB;
}
.AnyTagClassName
{
color: #8FCFCB;
}
</style>
background-color css
<style>
a { background-color: #8FCFCB; }
a { background-color: rgb(143,207,203); }
div.DivClassName
{
background-color: #8FCFCB;
}
.BgClassName
{
background-color: #8FCFCB;
}
</style>
border-color css
<style>
span { border-color: #8FCFCB; }
span { border-color: rgb(143,207,203); }
td.TdClassName
{
border-color: #8FCFCB;
}
.TagClassName
{
border-color: #8FCFCB;
}
</style>